[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

Howard Hinnant hhinnant at apple.com
Fri Sep 24 15:47:09 PDT 2010


On Sep 24, 2010, at 6:46 PM, Sebastian Redl wrote:

> 
> 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?

That works for me, thanks! :-)

-Howard





More information about the cfe-commits mailing list