.. |
CMakeLists.txt
|
CMake: LLVM_NO_RTTI must be obsolete now!
|
2011-02-10 09:15:32 +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
|
Start switching the AST stats printing to use llvm::errs() instead of
|
2011-07-04 05:32:14 +00:00 |
ParseCXXInlineMethods.cpp
|
Implement support for C++11 in-class initialization of non-static data members.
|
2011-06-11 17:19:42 +00:00 |
ParseDecl.cpp
|
Clean up and refactor ParseFunctionDeclarator to reduce code
|
2011-07-05 16:44:18 +00:00 |
ParseDeclCXX.cpp
|
Fix AST representations of alias-declarations which define tag types. Inside classes, the tag types need to have an associated access specifier, and inside function definitions, they need to be included in the declarations of the DeclStmt. These issues manifested as assertions during template instantiation, and also in a WIP constexpr patch.
|
2011-07-01 19:46:12 +00:00 |
ParseExpr.cpp
|
[ARC] When casting from a pointer to an objective-c object with known ownership, if the
|
2011-07-01 22:22:59 +00:00 |
ParseExprCXX.cpp
|
[ARC] When casting from a pointer to an objective-c object with known ownership, if the
|
2011-07-01 22:22:59 +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
|
Introduce Declarator::ObjCCatchContext, this will result in correct error for 'auto' in obj-c catch.
|
2011-07-01 22:22:40 +00:00 |
ParsePragma.cpp
|
Remove unused but set variable.
|
2011-05-03 18:46:17 +00:00 |
ParsePragma.h
|
Recognize gcc's ms_struct pragma (and ignore for now).
|
2011-04-25 18:49:15 +00:00 |
ParseStmt.cpp
|
Remove the Fix-it for missing statement in switches
|
2011-06-14 15:24:38 +00:00 |
ParseTemplate.cpp
|
Introduce DelayedCleanupPool useful for simplifying clean-up of certain resources that, while their
|
2011-06-22 06:09:49 +00:00 |
ParseTentative.cpp
|
Introduce DelayedCleanupPool useful for simplifying clean-up of certain resources that, while their
|
2011-06-22 06:09:49 +00:00 |
Parser.cpp
|
Some documentation fixes for the parser, from John Freeman
|
2011-07-05 17:13:11 +00:00 |
RAIIObjectsForParser.h
|
Parsing/AST support for Structured Exception Handling
|
2011-04-28 01:08:34 +00:00 |