..
AstGuard.h
Add a switch that allows disabling the smart pointers.
2009-01-22 17:31:11 +00:00
AttributeList.cpp
Add new checker-specific attribute 'objc_ownership_returns'. This isn't hooked
2009-04-24 23:09:54 +00:00
CMakeLists.txt
Build system changes to use TableGen to generate the various
2009-03-16 23:06:59 +00:00
DeclSpec.cpp
Add more thorough/correct checking for invalid __thread specifiers.
2009-04-19 20:27:55 +00:00
ExtensionRAIIObject.h
Rejigger how -pedantic and -pedantic-errors work and their interaction
2009-04-15 07:01:18 +00:00
Makefile
Build system changes to use TableGen to generate the various
2009-03-16 23:06:59 +00:00
MinimalAction.cpp
Parsing and AST representation for dependent template names that occur
2009-03-31 00:43:58 +00:00
ParseCXXInlineMethods.cpp
Push DeclGroup much farther throughout the compiler. Now the various
2009-03-29 16:50:03 +00:00
ParseDecl.cpp
fix the sizeof error recovery issue (sizeof-interface.m:attributeRuns)
2009-04-24 22:30:50 +00:00
ParseDeclCXX.cpp
Diagnose invalid uses of tagged types with a missing tag. For example, in:
2009-04-12 21:49:30 +00:00
ParseExpr.cpp
fix two error paths out of ParseBlockLiteralExpression to
2009-04-18 20:05:34 +00:00
ParseExprCXX.cpp
Add code modification hints to various parsing-related diagnostics.
2009-04-01 22:41:11 +00:00
ParseInit.cpp
Introduce a "-fixit" mode to clang-cc that applies code-modification hints.
2009-04-02 01:08:08 +00:00
ParseObjc.cpp
Fix rdar://6771034: don't warn on use of forward declared protocol in protocol
2009-04-12 08:43:13 +00:00
ParsePragma.cpp
Implement '#pragma unused'.
2009-03-23 22:28:25 +00:00
ParsePragma.h
Implement '#pragma unused'.
2009-03-23 22:28:25 +00:00
ParseStmt.cpp
Fix a problem with objc foreach loop. It turns out that objc mode changes
2009-04-22 00:54:41 +00:00
ParseTemplate.cpp
fix a FIXME, providing accurate source range info for DeclStmt's. The end
2009-04-02 04:16:50 +00:00
ParseTentative.cpp
Initial implementation of parsing, semantic analysis, and template
2009-03-27 23:10:48 +00:00
Parser.cpp
fix a FIXME, providing accurate source range info for DeclStmt's. The end
2009-04-02 04:16:50 +00:00