hanchenye-llvm-project/clang/lib/Parse
Douglas Gregor f1fce5d3ef White-list yet more type trait names, since they're used as
identifiers in libc++.

llvm-svn: 130508
2011-04-29 15:31:39 +00:00
..
CMakeLists.txt CMake: LLVM_NO_RTTI must be obsolete now! 2011-02-10 09:15:32 +00:00
Makefile
ParseAST.cpp Migrate 'PrettySTackTraceParserEntry' object out of Parser, and have it constructed within ParseAST. This avoids double crashes 2011-03-22 01:15:17 +00:00
ParseCXXInlineMethods.cpp Remove some more hard CR-LF lines. These were particularly weird as they were 2011-04-25 07:09:43 +00:00
ParseDecl.cpp libstdc++ 4.4 uses __is_signed as an identifier, while Clang treats it 2011-04-28 15:48:45 +00:00
ParseDeclCXX.cpp White-list yet more type trait names, since they're used as 2011-04-29 15:31:39 +00:00
ParseExpr.cpp Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin defines to real types. 2011-04-28 01:59:37 +00:00
ParseExprCXX.cpp Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin defines to real types. 2011-04-28 01:59:37 +00:00
ParseInit.cpp fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
ParseObjc.cpp Fixes an instance method meta-data generation bug in 2011-04-22 22:02:28 +00:00
ParsePragma.cpp Recognize gcc's ms_struct pragma (and ignore for now). 2011-04-25 18:49:15 +00:00
ParsePragma.h Recognize gcc's ms_struct pragma (and ignore for now). 2011-04-25 18:49:15 +00:00
ParseStmt.cpp SEH was crashing under -fms-extensions. 2011-04-28 03:14:31 +00:00
ParseTemplate.cpp Remove unnecessary const away cast in LateTemplateParserCallback. 2011-04-23 11:52:20 +00:00
ParseTentative.cpp Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin defines to real types. 2011-04-28 01:59:37 +00:00
Parser.cpp Parsing/AST support for Structured Exception Handling 2011-04-28 01:08:34 +00:00
RAIIObjectsForParser.h Parsing/AST support for Structured Exception Handling 2011-04-28 01:08:34 +00:00