.. |
ARCMigrate
|
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_range redecls(). Updating all of the usages of the iterators with range-based for loops, which allows the begin/end forms to be removed entirely.
|
2014-03-06 23:45:36 +00:00 |
AST
|
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_range redecls(). Updating all of the usages of the iterators with range-based for loops, which allows the begin/end forms to be removed entirely.
|
2014-03-06 23:45:36 +00:00 |
ASTMatchers
|
[C++11] Simplify compare operators with std::tie.
|
2014-03-03 20:26:46 +00:00 |
Analysis
|
[-Wunreachable-code] Correctly expand artificial reachability to pruned '&&' and '||' branches involving configuration values.
|
2014-03-07 02:25:53 +00:00 |
Basic
|
Remove dead code I introduced 6 years, 4 months ago in r43518.
|
2014-03-06 21:42:43 +00:00 |
CodeGen
|
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_range redecls(). Updating all of the usages of the iterators with range-based for loops, which allows the begin/end forms to be removed entirely.
|
2014-03-06 23:45:36 +00:00 |
Driver
|
Update for LLVM API change
|
2014-03-06 20:47:19 +00:00 |
Edit
|
[CMake] Use LINK_LIBS instead of target_link_libraries().
|
2014-02-26 06:41:29 +00:00 |
Format
|
Fix operator<< recognition (PR19064).
|
2014-03-06 15:13:08 +00:00 |
Frontend
|
The Visual Studio IDE changed behavior in VS2012. It used to be the case that
|
2014-03-07 00:23:36 +00:00 |
FrontendTool
|
[CMake] Use LINK_LIBS instead of target_link_libraries().
|
2014-02-26 06:41:29 +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
|
[CMake] Use LINK_LIBS instead of target_link_libraries().
|
2014-02-26 06:41:29 +00:00 |
Lex
|
Remove a dead store, add a FIXME for another.
|
2014-03-06 21:59:38 +00:00 |
Parse
|
[OPENMP] Clause 'num_threads'
|
2014-03-06 06:15:19 +00:00 |
Rewrite
|
[CMake] Use LINK_LIBS instead of target_link_libraries().
|
2014-02-26 06:41:29 +00:00 |
Sema
|
Another one fix for getSema()/getDerived().getSema()
|
2014-03-07 04:16:48 +00:00 |
Serialization
|
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_range redecls(). Updating all of the usages of the iterators with range-based for loops, which allows the begin/end forms to be removed entirely.
|
2014-03-06 23:45:36 +00:00 |
StaticAnalyzer
|
Added an inserter for ArrayRef<SourceRange>.
|
2014-03-06 13:23:30 +00:00 |
Tooling
|
Added a const qualifier to SourceManager& parameters.
|
2014-03-05 10:38:27 +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 |