llvm-project/clang/lib
Yaron Keren 9181e77504 Simplify parseShowColorsArgs logic, NFC.
llvm-svn: 289328
2016-12-10 14:55:14 +00:00
..
ARCMigrate Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 10:39:27 +00:00
AST Add support for non-zero null pointer for C and OpenCL 2016-12-09 19:01:11 +00:00
ASTMatchers [ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmType 2016-12-08 11:46:22 +00:00
Analysis DR1295 and cleanup for P0135R1: Make our initialization code more directly 2016-12-09 18:49:13 +00:00
Basic Add support for non-zero null pointer for C and OpenCL 2016-12-09 19:01:11 +00:00
CodeGen [ubsan] Treat ObjC's BOOL as if its range is always {0, 1} 2016-12-09 23:48:18 +00:00
Driver [CUDA,Driver] Added --no-cuda-gpu-arch= option. 2016-12-09 22:59:17 +00:00
Edit [OpenCL] Generate opaque type for sampler_t and function call for the initializer 2016-07-28 19:26:30 +00:00
Format [clang-format] calculate MaxInsertOffset in the original code correctly. 2016-12-09 11:45:50 +00:00
Frontend Simplify parseShowColorsArgs logic, NFC. 2016-12-10 14:55:14 +00:00
FrontendTool C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
Headers [DOXYGEN] Improved doxygen comments for x86 intrinsics headers. 2016-12-09 18:35:50 +00:00
Index [index] Rename SymbolSubKind -> SymbolProperty, NFC. 2016-11-11 23:49:55 +00:00
Lex Don't assert when redefining a built-in macro in a PCH, PR29119 2016-12-09 17:32:52 +00:00
Parse Remove special error recovery for ::(id) 2016-12-09 21:10:43 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema [c++17] P0490R0, NB comment FI 20: allow direct-initialization of decomposition declarations. 2016-12-09 22:56:20 +00:00
Serialization [modules] Add optional out-param to ASTReader::ReadAST for imported submodules. 2016-12-09 21:45:49 +00:00
StaticAnalyzer [analyzer] Improve VirtualCallChecker diagnostics and move into optin package. 2016-12-10 01:16:09 +00:00
Tooling Extend CompilationDatabase by a field for the output filename 2016-12-01 23:37:45 +00:00
CMakeLists.txt