..
ARCMigrate
Use the simpler version of llvm::sys::fs::remove when possible.
2014-01-10 21:32:14 +00:00
AST
Factored some function-like type reasoning out of SemaDeclAttr and onto Decl itself. This allows for more declarative subjects in attribute tablegen where the attribute appertains to something function-like, but not strictly a FunctionDecl.
2014-01-16 13:55:42 +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
CFG: use Visit instead of VisitStmt to look through parens.
2014-01-14 17:29:12 +00:00
Basic
SPARCv9 implements long double as an IEEE quad.
2014-01-16 16:43:19 +00:00
CodeGen
[asan] Remove -fsanitize-address-zero-base-shadow command line
2014-01-16 10:19:31 +00:00
Driver
[asan] Remove -fsanitize-address-zero-base-shadow command line
2014-01-16 10:19:31 +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: Enable formatting of lambdas with explicit return type.
2014-01-16 09:11:55 +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][VS][XCode] Restruct the output directory layout more comfortable, ${BINARY_DIR}/${BUILD_MODE}/(bin|lib)
2013-12-30 06:48:30 +00:00
Index
Sort all the #include lines with LLVM's utils/sort_includes.py which
2014-01-07 11:51:46 +00:00
Lex
Fix cxx_variable_templates feature check and documentation
2014-01-15 04:11:24 +00:00
Parse
Fix for PR9812: warn about bool instead of _Bool.
2014-01-15 09:15:43 +00:00
Rewrite
Use the simpler version of llvm::sys::fs::remove when possible.
2014-01-10 21:32:14 +00:00
Sema
Factored some function-like type reasoning out of SemaDeclAttr and onto Decl itself. This allows for more declarative subjects in attribute tablegen where the attribute appertains to something function-like, but not strictly a FunctionDecl.
2014-01-16 13:55:42 +00:00
Serialization
Remove the -cxx-abi command-line flag.
2014-01-14 19:35:09 +00:00
StaticAnalyzer
[analyzer] Shitfing a constant value by its bit width is undefined.
2014-01-16 18:02:23 +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