.. |
ARCMigrate
|
Use the simpler version of llvm::sys::fs::remove when possible.
|
2014-01-10 21:32:14 +00:00 |
AST
|
PR18544: don't assert that 'operator new' is not declared inside a namespace;
|
2014-01-19 23:25:37 +00:00 |
ASTMatchers
|
Sort all the #include lines with LLVM's utils/sort_includes.py which
|
2014-01-07 11:51:46 +00:00 |
Analysis
|
Consumed analysis: bugfix for operator calls. Also fixes some formatting
|
2014-01-16 23:07:16 +00:00 |
Basic
|
[ARM] Add ACLE enum/wchar size predefines
|
2014-01-20 10:52:00 +00:00 |
CodeGen
|
Remove virtual methods that were added in 2009 and still had 1 implementation.
|
2014-01-20 15:19:43 +00:00 |
Driver
|
Make the Linux support for finding libc++ somewhat less braindead.
|
2014-01-20 09:42:24 +00:00 |
Edit
|
Add front-end infrastructure now address space casts are in LLVM IR.
|
2013-12-11 13:39:46 +00:00 |
Format
|
clang-format: Properly format custom options in protocol buffer definitions.
|
2014-01-20 16:47:22 +00:00 |
Frontend
|
[asan] Remove -fsanitize-address-zero-base-shadow command line
|
2014-01-16 10:19:31 +00:00 |
FrontendTool
|
Bury leaked pointers in a global array to silence a leak detector in --disable-free mode
|
2013-12-27 08:11:08 +00:00 |
Headers
|
[CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.
|
2014-01-19 13:00:01 +00:00 |
Index
|
[CMake] Apply ADDITIONAL_HEADERS introduced in r199639.
|
2014-01-20 10:24:05 +00:00 |
Lex
|
Fix cxx_variable_templates feature check and documentation
|
2014-01-15 04:11:24 +00:00 |
Parse
|
Remove some hard-coded specialness for thread-safety attributes from the parser, and made it more declarative. If an attribute is allowed to appear on a function definition when late parsed, it can now use the FunctionDefinition attribute subject. It's treated as a FunctionDecl for most purposes, except it also gets exposed on the AttributeList so that it can be used while parsing.
|
2014-01-20 17:18:35 +00:00 |
Rewrite
|
Use the simpler version of llvm::sys::fs::remove when possible.
|
2014-01-10 21:32:14 +00:00 |
Sema
|
Remove some hard-coded specialness for thread-safety attributes from the parser, and made it more declarative. If an attribute is allowed to appear on a function definition when late parsed, it can now use the FunctionDefinition attribute subject. It's treated as a FunctionDecl for most purposes, except it also gets exposed on the AttributeList so that it can be used while parsing.
|
2014-01-20 17:18:35 +00:00 |
Serialization
|
[CMake] Apply ADDITIONAL_HEADERS introduced in r199639.
|
2014-01-20 10:24:05 +00:00 |
StaticAnalyzer
|
[analyzer] Fix incorrect spelling of 'pthread_rwlock_trywrlock'. Patch by Jean Baptiste Noblot.
|
2014-01-17 16:06:43 +00:00 |
Tooling
|
Sort all the #include lines with LLVM's utils/sort_includes.py which
|
2014-01-07 11:51:46 +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 |