.. |
CMakeLists.txt
|
clang/lib: [CMake] Update tblgen'd dependencies.
|
2012-07-27 06:18:33 +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
|
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
|
2012-07-04 17:04:04 +00:00 |
ParseCXXInlineMethods.cpp
|
Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef.
|
2012-08-23 23:38:35 +00:00 |
ParseDecl.cpp
|
DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all.
|
2012-10-17 23:31:46 +00:00 |
ParseDeclCXX.cpp
|
Handle a "#pragma options align" inside a class.
|
2012-10-12 17:39:59 +00:00 |
ParseExpr.cpp
|
Fixed FunctionTypeLoc source range.
|
2012-10-04 21:42:10 +00:00 |
ParseExprCXX.cpp
|
DR1473: Do not require a space between operator"" and the ud-suffix in a
|
2012-10-20 08:41:10 +00:00 |
ParseInit.cpp
|
Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef.
|
2012-08-23 23:38:35 +00:00 |
ParseObjc.cpp
|
objective-C: improve on warnings about misplacement of method
|
2012-09-17 23:09:59 +00:00 |
ParsePragma.cpp
|
Permanently end the whole "pragma got handled by the parser too early"
|
2012-10-04 02:36:51 +00:00 |
ParsePragma.h
|
Permanently end the whole "pragma got handled by the parser too early"
|
2012-10-04 02:36:51 +00:00 |
ParseStmt.cpp
|
When used in a compound expression FP_CONTRACT should proceed all explicit
|
2012-10-21 01:10:01 +00:00 |
ParseTemplate.cpp
|
Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef.
|
2012-08-23 23:38:35 +00:00 |
ParseTentative.cpp
|
Add the Microsoft __is_interface_class type trait.
|
2012-09-25 07:32:49 +00:00 |
Parser.cpp
|
Permanently end the whole "pragma got handled by the parser too early"
|
2012-10-04 02:36:51 +00:00 |
RAIIObjectsForParser.h
|
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
|
2012-09-15 20:20:27 +00:00 |