[cfe-commits] r114762 - in /cfe/trunk: clang.xcodeproj/project.pbxproj include/clang/Basic/DiagnosticGroups.td include/clang/Basic/DiagnosticParseKinds.td include/clang/Basic/DiagnosticSemaKinds.td lib/Lex/PPMacroExpansion.cpp lib/Parse/ParseDecl.cpp lib/Parse/ParseDeclCXX.cpp test/Lexer/has_feature_cxx0x.cpp test/SemaCXX/deleted-function-extension.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Fri Sep 24 15:46:31 PDT 2010


On Sep 24, 2010, at 3:42 PM, Howard Hinnant wrote:

> On Sep 24, 2010, at 5:38 PM, Sebastian Redl wrote:
> 
>> 
>> If we don't have an extwarn for inline namespaces in C++03, I forgot it, and we need it. If we do have one, it should be in this group.
> 
> And a way to suppress it I hope.

libcxx is #pragma system_header, right?

Sebastian



More information about the cfe-commits mailing list