.. |
ARCMigrate
|
Replace llvm::error_code with std::error_code.
|
2014-06-12 14:02:15 +00:00 |
AST
|
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MSVC).
|
2014-06-18 04:14:57 +00:00 |
ASTMatchers
|
Add hasLocalStorage/hasGlobalStorage matchers.
|
2014-06-05 18:22:14 +00:00 |
Analysis
|
Fix a crash in Retain Count checker error reporting
|
2014-06-13 23:47:38 +00:00 |
Basic
|
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MSVC).
|
2014-06-18 04:14:57 +00:00 |
CodeGen
|
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MSVC).
|
2014-06-18 04:14:57 +00:00 |
Driver
|
Add support for the /Fi argument to clang-cl (PR20036)
|
2014-06-17 00:19:12 +00:00 |
Edit
|
[C++11] Use 'nullptr'.
|
2014-05-09 08:15:10 +00:00 |
Format
|
clang-format: Introduce style with spaces on both sides of */&.
|
2014-06-17 12:40:34 +00:00 |
Frontend
|
Retry building modules that were compiled by other instances and are out-of-date
|
2014-06-17 22:35:27 +00:00 |
FrontendTool
|
[C++11] Use 'nullptr'.
|
2014-05-26 06:21:51 +00:00 |
Headers
|
[PPC64LE] Run some existing Altivec tests on powerpc64le as well
|
2014-06-13 18:30:06 +00:00 |
Index
|
Avoid dubious IdentifierInfo::getNameStart() uses
|
2014-06-07 23:30:53 +00:00 |
Lex
|
Hide the concept of diagnostic levels from lex, parse and sema
|
2014-06-15 23:30:39 +00:00 |
Parse
|
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MSVC).
|
2014-06-18 04:14:57 +00:00 |
Rewrite
|
Replace llvm::error_code with std::error_code.
|
2014-06-12 14:02:15 +00:00 |
Sema
|
Convert an llvm_unreachable in an 'else' block to a removal of the 'if' and an assertion of its condition. Suggestion from David Blaikie.
|
2014-06-18 05:13:11 +00:00 |
Serialization
|
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MSVC).
|
2014-06-18 04:14:57 +00:00 |
StaticAnalyzer
|
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MSVC).
|
2014-06-18 04:14:57 +00:00 |
Tooling
|
Include system_error directly.
|
2014-06-12 17:19:42 +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 |