llvm-project/clang/lib
Saleem Abdulrasool 24aafa5799 Driver: out-of-line static analyzer flag handling (NFC)
Extract the analyzer flag handling into its own function to reduce the
overall complexity of the construction of the clang compiler arguments.
NFC.

llvm-svn: 312124
2017-08-30 14:18:08 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Revert "Improve constant expression evaluation of arrays of unknown bound." 2017-08-30 10:44:46 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis [analyzer] Make StmtDataCollector customizable 2017-08-23 16:28:26 +00:00
Basic Change Diagnostic Category size error from runtime to compiletime 2017-08-28 18:53:17 +00:00
CodeGen Minimal runtime for UBSan. 2017-08-29 20:03:51 +00:00
Driver Driver: out-of-line static analyzer flag handling (NFC) 2017-08-30 14:18:08 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Refactor likely xml a bit, NFC 2017-08-29 13:57:31 +00:00
Frontend Revert r312105 [modules] Add ability to specify module name to module file mapping 2017-08-30 11:31:56 +00:00
FrontendTool Update after LLVM change r309087 2017-07-26 09:10:17 +00:00
Headers Headers: explicitly specify double-word alignment 2017-08-23 16:57:55 +00:00
Index Print enum constant values using the original source formatting 2017-08-17 13:41:55 +00:00
Lex Revert r312105 [modules] Add ability to specify module name to module file mapping 2017-08-30 11:31:56 +00:00
Parse [c++2a] P0683R1: Permit default member initializers for bit-fields. 2017-08-28 00:28:14 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema Give a better error if auto deduction fails due to inconsistent element types in a braced initializer list. 2017-08-30 00:44:08 +00:00
Serialization Revert r312105 [modules] Add ability to specify module name to module file mapping 2017-08-30 11:31:56 +00:00
StaticAnalyzer Remove trailing space. 2017-08-28 21:38:14 +00:00
Tooling [refactor] Examine the whole range for ObjC @implementation decls 2017-08-30 13:24:37 +00:00
CMakeLists.txt