.. |
ARCMigrate
|
Replace llvm::error_code with std::error_code.
|
2014-06-12 14:02:15 +00:00 |
AST
|
Refer to error_code with the std prefix.
|
2014-06-12 20:37:59 +00:00 |
ASTMatchers
|
Add hasLocalStorage/hasGlobalStorage matchers.
|
2014-06-05 18:22:14 +00:00 |
Analysis
|
PR19996: don't crash if -Wuninitialized sees a c++1y lambda init-capture.
|
2014-06-11 00:31:00 +00:00 |
Basic
|
Refer to error_code with the std prefix.
|
2014-06-12 20:37:59 +00:00 |
CodeGen
|
Prefix another use of error_code.
|
2014-06-12 21:36:35 +00:00 |
Driver
|
Include system_error directly.
|
2014-06-12 17:19:42 +00:00 |
Edit
|
[C++11] Use 'nullptr'.
|
2014-05-09 08:15:10 +00:00 |
Format
|
Permit -Wswitch coverage for enumerations.
|
2014-06-12 19:33:26 +00:00 |
Frontend
|
Refer to error_code with the std prefix.
|
2014-06-12 20:37:59 +00:00 |
FrontendTool
|
[C++11] Use 'nullptr'.
|
2014-05-26 06:21:51 +00:00 |
Headers
|
[PPC64LE] Fix vec_sld and vec_vsldoi for little endian
|
2014-06-11 15:48:46 +00:00 |
Index
|
Avoid dubious IdentifierInfo::getNameStart() uses
|
2014-06-07 23:30:53 +00:00 |
Lex
|
Include system_error directly.
|
2014-06-12 17:19:42 +00:00 |
Parse
|
DiagnosticsEngine: update severity setters to new terminology
|
2014-06-12 11:13:52 +00:00 |
Rewrite
|
Replace llvm::error_code with std::error_code.
|
2014-06-12 14:02:15 +00:00 |
Sema
|
Objective-C ARC. Blocks that strongly capture themselves
|
2014-06-12 20:57:14 +00:00 |
Serialization
|
Include system_error directly.
|
2014-06-12 17:19:42 +00:00 |
StaticAnalyzer
|
Replace llvm::error_code with std::error_code.
|
2014-06-12 14:02:15 +00:00 |
Tooling
|
Include system_error directly.
|
2014-06-12 17:19:42 +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 |