.. |
ARCMigrate
|
[C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() with iterator_range enumerators(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-08 18:45:14 +00:00 |
AST
|
[C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_range attrs(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-08 22:19:01 +00:00 |
ASTMatchers
|
[C++11] Replace LLVM-style type traits with C++11 standard ones.
|
2014-03-07 14:30:23 +00:00 |
Analysis
|
[-Wunreachable-code] Tweak heuristic for configuration values to include arithmetic operations involving sizeof(), but not raw integers.
|
2014-03-08 23:20:11 +00:00 |
Basic
|
Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'
|
2014-03-08 00:03:56 +00:00 |
CodeGen
|
[C++11] Update Clang for the change to LLVM's Use-Def chain iterators in
|
2014-03-09 03:16:50 +00:00 |
Driver
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
Edit
|
[CMake] Use LINK_LIBS instead of target_link_libraries().
|
2014-02-26 06:41:29 +00:00 |
Format
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
Frontend
|
[libclang] Don't pad the main buffer for the preamble.
|
2014-03-09 04:24:57 +00:00 |
FrontendTool
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
Headers
|
Headers: Provide an ABI compatible max_align_t when _MSC_VER is defined
|
2014-03-04 23:43:48 +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
|
[Preprocessor] Only check for -Wunused-macros if the translation unit kind is TU_Complete.
|
2014-03-08 21:18:26 +00:00 |
Parse
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
Rewrite
|
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with iterator_range fields(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-08 20:12:42 +00:00 |
Sema
|
[Sema] Fix assertion hit with #pragma weak.
|
2014-03-09 05:15:28 +00:00 |
Serialization
|
Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'
|
2014-03-08 00:03:56 +00:00 |
StaticAnalyzer
|
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with iterator_range fields(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-08 20:12:42 +00:00 |
Tooling
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +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 |