.. |
ARCMigrate
|
Replace llvm::error_code with std::error_code.
|
2014-06-12 14:02:15 +00:00 |
AST
|
AST: Address of dllimport functions isn't constant
|
2014-06-24 06:40:51 +00:00 |
ASTMatchers
|
Add hasLocalStorage/hasGlobalStorage matchers.
|
2014-06-05 18:22:14 +00:00 |
Analysis
|
Fix a crash in Retain Count checker error reporting
|
2014-06-13 23:47:38 +00:00 |
Basic
|
DiagnosticIDs: use diagnostic severities to simplify extension handling
|
2014-06-22 21:58:33 +00:00 |
CodeGen
|
ARM: remove dead CodeGen functions.
|
2014-06-24 12:07:44 +00:00 |
Driver
|
Driver: Restore proper naming of crashdump files
|
2014-06-24 08:01:01 +00:00 |
Edit
|
[C++11] Use 'nullptr'.
|
2014-05-09 08:15:10 +00:00 |
Format
|
clang-format: Understand that breaking before lambdas is fine.
|
2014-06-24 09:15:49 +00:00 |
Frontend
|
Driver: correct behaviour of -fmsc-version=MAJOR
|
2014-06-23 17:36:36 +00:00 |
FrontendTool
|
[C++11] Use 'nullptr'.
|
2014-05-26 06:21:51 +00:00 |
Headers
|
CodeGen: improve ms instrincics support
|
2014-06-18 20:51:10 +00:00 |
Index
|
Avoid dubious IdentifierInfo::getNameStart() uses
|
2014-06-07 23:30:53 +00:00 |
Lex
|
DiagnosticIDs: use diagnostic severities to simplify extension handling
|
2014-06-22 21:58:33 +00:00 |
Parse
|
Propagate isAddressOfMember into typo correction so that we don't correct &qualified-id into &unqualified-id. Also make sure to set the naming class when we find the qualified-id in a different class than the nested name specifier specified so far. Fixes PR19681!
|
2014-06-23 22:57:51 +00:00 |
Rewrite
|
Replace llvm::error_code with std::error_code.
|
2014-06-12 14:02:15 +00:00 |
Sema
|
[OPENMP] Additional checking for 'collapse' clause.
|
2014-06-24 12:55:56 +00:00 |
Serialization
|
DiagnosticIDs: use diagnostic severities to simplify extension handling
|
2014-06-22 21:58:33 +00:00 |
StaticAnalyzer
|
StaticAnalyzer: Switch a loop to a range-based for
|
2014-06-23 02:16:38 +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 |