llvm-project/clang/lib/Parse
John McCall 8d32c05ed4 Recognize the MS inheritance attributes and turn them into attributes
on the RecordDecl.  Persist the MS portability type attributes and
ignore them in Sema rather than the parser.

Patch by João Matos!

llvm-svn: 157288
2012-05-22 21:28:12 +00:00
..
CMakeLists.txt Thread Safety: Patch to implement delayed parsing of attributes within a 2011-09-08 17:42:22 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
ParseAST.cpp Added a flag to the parser to skip method bodies. 2012-04-12 10:11:59 +00:00
ParseCXXInlineMethods.cpp CXXThisScopeRAII objects aren't free, don't compute one if it's unused. 2012-05-17 12:01:52 +00:00
ParseDecl.cpp Recognize the MS inheritance attributes and turn them into attributes 2012-05-22 21:28:12 +00:00
ParseDeclCXX.cpp Recognize the MS inheritance attributes and turn them into attributes 2012-05-22 21:28:12 +00:00
ParseExpr.cpp Revert most of r154844, which was disabled in r155975. Keep around the 2012-05-02 22:22:32 +00:00
ParseExprCXX.cpp Revert most of r154844, which was disabled in r155975. Keep around the 2012-05-02 22:22:32 +00:00
ParseInit.cpp Disambiguation of '[[': 2012-04-10 01:32:12 +00:00
ParseObjc.cpp objective-c: provide a useful 'fixit' suggestion when 2012-05-21 22:43:44 +00:00
ParsePragma.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
ParsePragma.h Implement #pragma redefine_extname. 2012-02-18 16:12:34 +00:00
ParseStmt.cpp Include the correct conversion context locations for condition expressions. 2012-05-16 04:20:04 +00:00
ParseTemplate.cpp Refactor DelayedDiagnostics so that it keeps diagnostics in 2012-05-07 06:16:41 +00:00
ParseTentative.cpp Recover better from a missing 'typename' in a function template definition. 2012-05-16 23:40:17 +00:00
Parser.cpp Move the warnings for extra semi-colons under -Wextra-semi. Also, added 2012-05-16 19:04:59 +00:00
RAIIObjectsForParser.h Change how we suppress access control in explicit instantiations 2012-05-07 06:16:58 +00:00