..
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
Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef.
2012-08-23 23:38:35 +00:00
ParseDeclCXX.cpp
Fix a few -Wdocumentation warnings.
2012-08-24 00:01:24 +00:00
ParseExpr.cpp
Remove ASTOwningVector, it doesn't own anything and provides no value over SmallVector.
2012-08-23 22:51:59 +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
[ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a
2012-08-24 21:42:51 +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