.. |
ARCMigrate
|
Use 'override/final' instead of 'virtual' for overridden methods
|
2015-04-11 02:00:23 +00:00 |
AST
|
[MS ABI] Use 'continue' instead of 'return false' where intended
|
2015-04-27 17:19:49 +00:00 |
ASTMatchers
|
Add conversionDecl matcher for node CXXConversionDecl.
|
2015-04-20 20:58:50 +00:00 |
Analysis
|
Fix for PR20402 in -Wconsumed.
|
2015-04-15 22:32:44 +00:00 |
Basic
|
Implement target-specific __attribute__((aligned)) value
|
2015-04-21 17:29:35 +00:00 |
CodeGen
|
[cuda] treat file scope __asm as __host__ and ignore it during device-side compilation.
|
2015-04-27 18:52:00 +00:00 |
Driver
|
Revert "PR21000: pass -I options to assembler" as the test was failing on hexagon.
|
2015-04-27 21:11:08 +00:00 |
Edit
|
[edit] Don't hit an assert when trying to delete a trailing space at EOF
|
2015-03-29 18:07:29 +00:00 |
Format
|
clang-format: Don't wrap after short first segments of builder calls.
|
2015-04-24 10:08:09 +00:00 |
Frontend
|
Support generating NMake/Jom-style depfiles.
|
2015-04-27 18:14:32 +00:00 |
FrontendTool
|
Provide a BuryPointer for unique_ptrs.
|
2014-08-29 16:53:14 +00:00 |
Headers
|
[cuda] Added support for CUDA built-in variables.
|
2015-04-21 22:14:13 +00:00 |
Index
|
Remove empty non-virtual destructors or mark them =default when non-public
|
2015-04-11 15:58:30 +00:00 |
Lex
|
Remove unused variable to silence GCC warning
|
2015-04-24 04:14:25 +00:00 |
Parse
|
Put statement expression decls in the enclosing code DeclContext
|
2015-04-20 20:00:49 +00:00 |
Rewrite
|
Remove empty non-virtual destructors or mark them =default when non-public
|
2015-04-11 15:58:30 +00:00 |
Sema
|
[cuda] Ignore "TLS unsupported by target" errors for host variables during device compilation.
|
2015-04-27 19:37:53 +00:00 |
Serialization
|
[modules] Refactor creation of ModuleMacros and create them when importing from local submodules.
|
2015-04-23 23:29:05 +00:00 |
StaticAnalyzer
|
Add a missing forward def of CheckerManager. NFC.
|
2015-04-17 17:00:16 +00:00 |
Tooling
|
Fix bug in Replacement's toString on Windows (missing flush).
|
2015-04-20 06:58:56 +00:00 |
CMakeLists.txt
|
Fix build with various feature flag combinations
|
2014-07-14 22:17:22 +00:00 |
Makefile
|
Make clang's rewrite engine a core feature
|
2014-07-16 16:48:33 +00:00 |