.. |
ARCMigrate
|
ObjectiveC migrator. delegate property must be
|
2013-11-21 17:49:34 +00:00 |
AST
|
Add back experimental attribute objc_suppress_protocol_methods (slightly renamed).
|
2013-11-23 01:01:34 +00:00 |
ASTMatchers
|
Split registry matcher resolution into a lookup phase and a construction phase.
|
2013-11-23 01:13:16 +00:00 |
Analysis
|
The code using the StmtPrinterHelper object failed to account for a null object in many cases, which could have led to crashes were it ever to be null. Now passing the object by reference instead of by pointer because it is never null in practice. No functional changes intended.
|
2013-11-18 20:11:50 +00:00 |
Basic
|
Add support for Cortex-A12.
|
2013-11-22 11:53:28 +00:00 |
CodeGen
|
Adjust r194296 to not apply the alias replacement for externally
|
2013-11-22 21:34:35 +00:00 |
Driver
|
Tidy up the no-external-assembler diag
|
2013-11-22 08:27:46 +00:00 |
Edit
|
ObjectiveC migrator: When doing migration, migrator must suggest
|
2013-10-01 21:16:29 +00:00 |
Format
|
clang-format: Fix bug in alignment of complex template parameters.
|
2013-11-22 07:48:15 +00:00 |
Frontend
|
Make ASTUnit structure stable with NDEBUG
|
2013-11-22 07:49:39 +00:00 |
FrontendTool
|
[objcmt] If the frontend option is frontend::MigrateSource then we don't need to create
|
2013-11-13 23:38:17 +00:00 |
Headers
|
Define [U]LLONG_{MIN,MAX} for C++11, add tests.
|
2013-10-27 19:00:49 +00:00 |
Index
|
libclang does not depend directly on clangFormat; but clangIndex does
|
2013-11-13 22:26:04 +00:00 |
Lex
|
Corrected comment about MS prgama warning.
|
2013-11-16 00:16:03 +00:00 |
Parse
|
Fix new check for missing semicolon after struct definition to deal with the
|
2013-11-20 23:40:57 +00:00 |
Rewrite
|
ObjectiveC modern translator. Fixes a translation bug
|
2013-11-22 18:43:41 +00:00 |
Sema
|
Add back experimental attribute objc_suppress_protocol_methods (slightly renamed).
|
2013-11-23 01:01:34 +00:00 |
Serialization
|
Include non-explicit submodules in exported module list
|
2013-11-04 21:51:33 +00:00 |
StaticAnalyzer
|
[analyzer] Fix an infinite recursion in region invalidation by adding block count to the BlockDataRegion.
|
2013-11-20 00:11:42 +00:00 |
Tooling
|
Tooling/CompilationDatabase.cpp: Use \return here instead of \param[out]. [-Wdocumentation]
|
2013-11-17 18:05:49 +00:00 |
CMakeLists.txt
|
Fix dependencies now that the ARC migrator depends on the static analyzer.
|
2013-08-22 15:50:02 +00:00 |
Makefile
|
Fix dependencies now that the ARC migrator depends on the static analyzer.
|
2013-08-22 15:50:02 +00:00 |