llvm-project/clang/lib
Simon Pilgrim e4600d330f Fix unused variable warnings. NFCI.
llvm-svn: 289285
2016-12-09 22:45:21 +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 Fix unused variable warnings. NFCI. 2016-12-09 22:45:21 +00:00
Driver [CrashReproducer] Provide a clean dir path for -fmodules-cache-path 2016-12-09 03:11:48 +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 Revert r288626, which reverts r288449. Original commit message: 2016-12-06 00:40:17 +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 Improve error message when referencing a non-tag type with a tag 2016-12-09 19:47:58 +00:00
Serialization [modules] Add optional out-param to ASTReader::ReadAST for imported submodules. 2016-12-09 21:45:49 +00:00
StaticAnalyzer [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma 2016-12-09 03:24:30 +00:00
Tooling Extend CompilationDatabase by a field for the output filename 2016-12-01 23:37:45 +00:00
CMakeLists.txt