..
ARCMigrate
Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'.
2011-06-24 00:08:59 +00:00
AST
Just mangle substituted template parameter types as unresolved types.
2011-07-01 02:19:08 +00:00
Analysis
Revert r133024, "[format strings] correctly suggest correct type for '%@'
2011-06-28 23:33:55 +00:00
Basic
Use preferred 64-bit alignment for i64 & f64 for Thumb targets. Radar 9695134.
2011-06-29 16:09:20 +00:00
CodeGen
Add support for weakly imported classes (GNU runtime).
2011-06-30 10:14:37 +00:00
Driver
Use existing -fcatch-undefined-behavior option,
2011-06-29 18:41:17 +00:00
Frontend
Use existing -fcatch-undefined-behavior option,
2011-06-29 18:41:17 +00:00
FrontendTool
[arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we hoped it would be.
2011-06-17 23:49:31 +00:00
Headers
Define va_copy when in C++0x mode; C++0x picked it up from C99.
2011-06-20 15:03:22 +00:00
Index
Modify some deleted function methods to better reflect reality:
2011-05-06 20:44:56 +00:00
Lex
Replace an unreachable error path with an assert
2011-06-30 16:41:03 +00:00
Parse
Introduce Declarator::CXXNewContext and remove 'AutoAllowedInTypeName' parameter
2011-06-28 03:01:23 +00:00
Rewrite
Make more use of llvm::StringRef in various APIs. In particular, don't
2011-06-21 15:13:30 +00:00
Sema
Introduce the notion of instantiation dependence into Clang's AST. A
2011-07-01 01:22:09 +00:00
Serialization
Introduce the notion of instantiation dependence into Clang's AST. A
2011-07-01 01:22:09 +00:00
StaticAnalyzer
[analyzer] Use UnknownVal when default-initializing arrays whose element types we don't model, to distinguish them from uninitialized arrays (PR10163).
2011-06-27 20:36:38 +00:00
CMakeLists.txt
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz
2011-06-15 23:25:17 +00:00
Makefile
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz
2011-06-15 23:25:17 +00:00