.. |
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
|
Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue
|
2011-11-18 00:26:59 +00:00 |
ParseCXXInlineMethods.cpp
|
Remove unused parameter from the LateParsedTemplatedFunction constructor.
|
2011-12-08 09:11:52 +00:00 |
ParseDecl.cpp
|
Allow empty argument lists in thread safety attributes
|
2011-12-14 19:36:06 +00:00 |
ParseDeclCXX.cpp
|
Use the real end of the decltype expression.
|
2011-12-08 04:53:15 +00:00 |
ParseExpr.cpp
|
Support decltype in nested-name-specifiers.
|
2011-12-04 05:04:18 +00:00 |
ParseExprCXX.cpp
|
Decltype in non-pseudo (& non-dependent) dtor calls.
|
2011-12-08 16:13:53 +00:00 |
ParseInit.cpp
|
Implement the Microsoft __if_exists/if_not_exists extension in initializer-list.
|
2011-12-12 23:24:39 +00:00 |
ParseObjc.cpp
|
Fix: allow @protocol forward declarations inside @implementation-s.
|
2011-12-08 09:58:43 +00:00 |
ParsePragma.cpp
|
Add an option to emulate the strange Apple gcc behavior of #pragma pack.
|
2011-11-02 01:53:16 +00:00 |
ParsePragma.h
|
Recognize gcc's ms_struct pragma (and ignore for now).
|
2011-04-25 18:49:15 +00:00 |
ParseStmt.cpp
|
Fix test regression introduced by r145656. When seeing a string literal that isn't accepted by 'asm', skip to the enclosing ')'.
|
2011-12-02 01:30:14 +00:00 |
ParseTemplate.cpp
|
Revert most of r145372 for now. Lookahead beyond the ';' in a function
|
2011-11-30 23:45:35 +00:00 |
ParseTentative.cpp
|
Support decltype in nested-name-specifiers.
|
2011-12-04 05:04:18 +00:00 |
Parser.cpp
|
Remove unused parameter from the LateParsedTemplatedFunction constructor.
|
2011-12-08 09:11:52 +00:00 |
RAIIObjectsForParser.h
|
Rename Diagnostic to DiagnosticsEngine as per issue 5397
|
2011-09-25 23:23:43 +00:00 |