.. |
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
|
Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins.
|
2012-08-31 18:45:21 +00:00 |
ParseDeclCXX.cpp
|
Normalize line endings of r163013 (part 2).
|
2012-08-31 22:18:20 +00:00 |
ParseExpr.cpp
|
Extend the "__is_pod" hack, which demotes various type trait keywords
|
2012-08-30 20:04:43 +00:00 |
ParseExprCXX.cpp
|
Fix a few -Wdocumentation warnings.
|
2012-08-24 00:01:24 +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
|
Remove ASTOwningVector, it doesn't own anything and provides no value over SmallVector.
|
2012-08-23 22:51:59 +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
|
Remove unused private member variables found by clang's new -Wunused-private-field.
|
2012-06-06 17:32:50 +00:00 |
ParseStmt.cpp
|
Revert r163083 per chandlerc's request.
|
2012-09-04 17:49:35 +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
|
When disambiguating an expression-statement from a declaraton-statement, if the
|
2012-08-23 20:19:14 +00:00 |
Parser.cpp
|
Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef.
|
2012-08-23 23:38:35 +00:00 |
RAIIObjectsForParser.h
|
Handle deprecation diagnostics correctly for C struct fields and Objective-C properties/ivars. <rdar://problem/6642337>.
|
2012-08-08 23:04:35 +00:00 |