.. |
ARCMigrate
|
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397
|
2011-09-25 23:39:51 +00:00 |
AST
|
[libclang] For a class extension, give it a unique USR but for any property or ivar
|
2011-11-01 17:14:12 +00:00 |
Analysis
|
Tweak printf format string parsing to accept 'hh' conversion specifier to accept any char, not just signed char. Fixes <rdar://problem/10303638>.
|
2011-10-25 04:20:41 +00:00 |
Basic
|
Downgrade err_iboutlet_object_type to a warning. It was breaking a bunch of code. We will reconsider promoting it back to an error later.
|
2011-11-01 18:08:35 +00:00 |
CodeGen
|
Add support for lazily linking bitcode files (using a new
|
2011-10-30 17:30:44 +00:00 |
Config
|
include/clang/Config/config.h.cmake: Reorder and reword to follow (generated) llvm/Config/config.h.in.
|
2011-08-12 01:56:14 +00:00 |
Driver
|
Add support for lazily linking bitcode files (using a new
|
2011-10-30 17:30:44 +00:00 |
Frontend
|
Put a reference of the ASTReader in the ASTUnit.
|
2011-11-01 17:14:15 +00:00 |
FrontendTool
|
Move ExecuteCompilerInvocation to a new library FrontendTool
|
2010-08-24 00:31:22 +00:00 |
Index
|
Rename Diagnostic to DiagnosticsEngine as per issue 5397
|
2011-09-25 23:23:43 +00:00 |
Lex
|
Fix the representation of wide strings in the AST and IR so that it uses the native representation of integers for the elements. This fixes a bunch of nastiness involving
|
2011-11-01 02:23:42 +00:00 |
Parse
|
Fix crash on an @interface nested inside @implementation, rdar://10336158
|
2011-10-27 00:09:34 +00:00 |
Rewrite
|
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
|
2011-09-29 00:38:00 +00:00 |
Sema
|
Enable function call and some overload resolution with parameters of aggregate class type and initializer list arguments.
|
2011-11-01 15:53:09 +00:00 |
Serialization
|
[PCH] Now that we store the location of a decl outside its record
|
2011-10-31 07:20:15 +00:00 |
StaticAnalyzer
|
[analyzer] BranchNodeBuilder should not generate autotransitions.
|
2011-11-01 22:41:06 +00:00 |
CMakeLists.txt
|
Thread Safety: Patch to implement delayed parsing of attributes within a
|
2011-09-08 17:42:22 +00:00 |
Makefile
|
Thread Safety: Patch to implement delayed parsing of attributes within a
|
2011-09-08 17:42:22 +00:00 |