[cfe-commits] r144347 - in /cfe/trunk: include/clang/Lex/HeaderSearch.h lib/Frontend/ASTUnit.cpp lib/Frontend/CompilerInstance.cpp lib/Lex/HeaderSearch.cpp

Chandler Carruth chandlerc at google.com
Thu Nov 10 16:58:16 PST 2011


Style nit:

On Thu, Nov 10, 2011 at 4:35 PM, Douglas Gregor <dgregor at apple.com> wrote:

> +HeaderSearch::HeaderSearch(FileManager &FM, DiagnosticsEngine &Diags)
> +  : FileMgr(FM), Diags(Diags), FrameworkMap(64)
> +{
>

Don't the '{'s usually go on the line above?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111110/15ad5024/attachment.html>


More information about the cfe-commits mailing list