.. |
ARCMigrate
|
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
|
2016-02-10 19:11:58 +00:00 |
AST
|
[OPENMP 4.5] Codegen support for data members in 'firstprivate' clause.
|
2016-02-17 13:19:37 +00:00 |
ASTMatchers
|
Add a nullPointerConstant() AST matcher to handle variations of null pointer constants in one matcher.
|
2016-02-16 21:02:23 +00:00 |
Analysis
|
[analyzer] Invalidate destination of std::copy() and std::copy_backward().
|
2016-02-07 16:55:44 +00:00 |
Basic
|
[Hexagon] Specify vector alignment in DataLayout string
|
2016-02-12 14:48:34 +00:00 |
CodeGen
|
[sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar to trace-bb, but has a different API. We already use the equivalent flag in GCC for Linux kernel fuzzing. We may be able to use this flag with AFL too
|
2016-02-17 21:34:43 +00:00 |
Driver
|
[sanitizer-coverage] add a deprecation warning for -fsanitize-coverage=[1234]
|
2016-02-17 23:57:17 +00:00 |
Edit
|
Remove autoconf support
|
2016-01-26 21:30:40 +00:00 |
Format
|
clang-format: [JS] Support for (.. of ..) loops.
|
2016-02-11 13:24:15 +00:00 |
Frontend
|
Don't crash w/ a diagnostic range containing a null byte
|
2016-02-17 22:37:45 +00:00 |
FrontendTool
|
Revert r260265, "clang-cl: Support loading plugins on Windows"
|
2016-02-11 16:33:20 +00:00 |
Headers
|
Added missing '__'.
|
2016-02-12 20:26:43 +00:00 |
Index
|
clangIndex requires LLVMIR as Core, since r260858 uses llvm/IR.
|
2016-02-15 04:29:36 +00:00 |
Lex
|
[OpenCL] Added half type literal with suffix h.
|
2016-02-17 11:34:37 +00:00 |
Parse
|
Add 'nopartial' qualifier for availability attributes.
|
2016-02-17 22:05:48 +00:00 |
Rewrite
|
Simplify EnterTokenStream API to make it more robust for memory management
|
2016-02-09 18:52:09 +00:00 |
Sema
|
Add 'nopartial' qualifier for availability attributes.
|
2016-02-17 22:05:48 +00:00 |
Serialization
|
[OPENMP 4.5] Codegen support for data members in 'firstprivate' clause.
|
2016-02-17 13:19:37 +00:00 |
StaticAnalyzer
|
Simplify users of StringRef::{l,r}trim (clang) (NFC)
|
2016-02-16 02:14:44 +00:00 |
Tooling
|
Stop using "template" when printing qualtype names
|
2016-02-16 20:34:27 +00:00 |
CMakeLists.txt
|
Fix build with various feature flag combinations
|
2014-07-14 22:17:22 +00:00 |