.. |
ARCMigrate
|
Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'.
|
2011-06-24 00:08:59 +00:00 |
AST
|
Fixed enum constant evaluation assertions.
|
2011-06-30 09:36:05 +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
|
Introduce a caching mechanism for macro expanded tokens.
|
2011-06-29 22:20:11 +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
|
Improve the wording of the warning when returning a value from
|
2011-06-30 08:56:22 +00:00 |
Serialization
|
Preserve that a TemplateName was arrived at by substituting
|
2011-06-30 08:33:18 +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 |