.. |
ARCMigrate
|
[C++11] Replacing ObjCInterfaceDecl iterators visible_extensions_begin() and visible_extensions_end() with iterator_range visible_extensions(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-13 21:47:07 +00:00 |
AST
|
[C++11] Replacing ObjCInterfaceDecl iterators known_extensions_begin() and known_extensions_end() with iterator_range known_extensions(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-13 21:57:01 +00:00 |
ASTMatchers
|
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with iterator_range bases(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-13 15:41:46 +00:00 |
Analysis
|
[C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with iterator_range inits(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-13 17:34:31 +00:00 |
Basic
|
De-virtualize a method since it doesn't override anything and isn't overridden itself.
|
2014-03-11 04:07:52 +00:00 |
CodeGen
|
[C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin() and all_referenced_protocol_end() with iterator_range all_referenced_protocols(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-13 20:55:22 +00:00 |
Driver
|
Always use --eh-frame-hdr on NetBSD, even for -static.
|
2014-03-13 00:42:01 +00:00 |
Edit
|
[CMake] Use LINK_LIBS instead of target_link_libraries().
|
2014-02-26 06:41:29 +00:00 |
Format
|
Remove an unnecessary check for FormatTok not being null.
|
2014-03-13 13:59:48 +00:00 |
Frontend
|
De-virtualize a method. It's called through template magic and doesn't override anything.
|
2014-03-13 07:14:47 +00:00 |
FrontendTool
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
Headers
|
MS intrinsics: __interlockedbittestandset(64) (PR19054)
|
2014-03-13 17:05:09 +00:00 |
Index
|
[C++11] Replacing FunctionDecl iterators param_begin() and param_end() with iterator_range params(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-07 15:12:56 +00:00 |
Lex
|
Prevent outputting HeaderFileInfos for files not used as headers
|
2014-03-13 16:46:36 +00:00 |
Parse
|
Fix crash if delayed template parsing meets an erroneous trailing return type.
|
2014-03-12 23:14:33 +00:00 |
Rewrite
|
[C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_end() with iterator_range protocols(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-13 20:29:09 +00:00 |
Sema
|
[C++11] Replacing ObjCInterfaceDecl iterators known_extensions_begin() and known_extensions_end() with iterator_range known_extensions(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-13 21:57:01 +00:00 |
Serialization
|
[C++11] Replacing ObjCInterfaceDecl iterators known_categories_begin() and known_categories_end() with iterator_range known_categories(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-13 21:35:02 +00:00 |
StaticAnalyzer
|
[C++11] Replacing ObjCInterfaceDecl iterators visible_extensions_begin() and visible_extensions_end() with iterator_range visible_extensions(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-13 21:47:07 +00:00 |
Tooling
|
Check for LLVM_ON_WIN32 instead of _WIN32.
|
2014-03-12 16:07:46 +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 |