.. |
ARCMigrate
|
[C++11] Use 'nullptr'.
|
2014-05-07 06:21:57 +00:00 |
AST
|
Fix the AST printer for attributed statements so that it does not print duplicate attribute introducers. Eg) [[clang::fallthrough]] instead of [[[[clang::fallthrough]]]]
|
2014-05-13 16:12:14 +00:00 |
ASTMatchers
|
Add support for named values in the parser.
|
2014-04-14 13:51:21 +00:00 |
Analysis
|
Amending r208439 to remove buildLExpr; this code isn't strictly required yet, and fixes a dead code warning.
|
2014-05-09 18:44:48 +00:00 |
Basic
|
Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwind
|
2014-05-13 18:58:36 +00:00 |
CodeGen
|
[ARM64]Fix the bug right shift uint64_t by 64 generates incorrect result.
|
2014-05-14 08:59:30 +00:00 |
Driver
|
Support -masm= flag for x86 targets.
|
2014-05-13 11:11:24 +00:00 |
Edit
|
[C++11] Use 'nullptr'.
|
2014-05-09 08:15:10 +00:00 |
Format
|
clang-format: Don't break in the middle of ">>".
|
2014-05-13 08:01:47 +00:00 |
Frontend
|
Make DiagnosticsEngine non-copyable
|
2014-05-11 22:10:52 +00:00 |
FrontendTool
|
[leaks] Don't leak the fake arguments we synthesize for LLVM option
|
2014-05-03 08:39:35 +00:00 |
Headers
|
Define the InterlockedCompareExchange64 intrinsic on 32-bits too
|
2014-05-13 13:59:05 +00:00 |
Index
|
Comment parsing: remove HTML attribute validation
|
2014-04-30 21:54:30 +00:00 |
Lex
|
PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas and
|
2014-05-09 21:08:59 +00:00 |
Parse
|
[OPENMP] Removed unnecessary enums from OpenMP constructs
|
2014-05-12 04:23:46 +00:00 |
Rewrite
|
[C++11] Use 'nullptr'.
|
2014-05-07 06:21:57 +00:00 |
Sema
|
Sema::FindAllocationFunctions(): Fix \param. [-Wdocumentation]
|
2014-05-14 08:07:56 +00:00 |
Serialization
|
No longer triggering a checked iterator assert on Windows when using std::copy while deserializing attributed statements with more than one attribute.
|
2014-05-13 14:55:01 +00:00 |
StaticAnalyzer
|
Silence warning in Release builds. This function is only used in an assert.
|
2014-05-11 09:31:47 +00:00 |
Tooling
|
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
|
2014-05-10 16:31:55 +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 |