llvm-project/clang/lib
Richard Smith bd97f35339 Refactor to remove the assumption that we know the name of the module we're emitting at the point when we create a PCHGenerator (with the C++ modules TS, we find that out part way through parsing the input).
llvm-svn: 279766
2016-08-25 18:26:30 +00:00
..
ARCMigrate [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
AST [Sema][Comments] Add support for TypeAliasTemplate 2016-08-25 17:09:33 +00:00
ASTMatchers Add an AST matcher for external formal linkage. 2016-08-17 13:10:42 +00:00
Analysis [analyzer] Fix CloneDetector crash on calling methods of class templates. 2016-08-23 16:42:00 +00:00
Basic Re-commit [OpenCL] AMDGCN: Fix size_t type 2016-08-19 05:17:25 +00:00
CodeGen [MS] Pass non-trivially-copyable objects indirectly on Windows ARM 2016-08-25 18:23:28 +00:00
Driver Omit column info for CodeView by default 2016-08-25 18:24:35 +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: [JS] nested and tagged template strings. 2016-08-25 10:13:21 +00:00
Frontend Refactor to remove the assumption that we know the name of the module we're emitting at the point when we create a PCHGenerator (with the C++ modules TS, we find that out part way through parsing the input). 2016-08-25 18:26:30 +00:00
FrontendTool [analyzer] Command line option to show enabled checker list. 2016-08-08 13:41:04 +00:00
Headers [X86][AVX512F] minor fix of the parameter names 2016-08-21 07:56:47 +00:00
Index Visit lambda capture inits from RecursiveASTVisitor::TraverseLambdaCapture(). 2016-08-17 14:59:53 +00:00
Lex Remove excessive padding from PTHStatData (NFC) 2016-08-24 04:26:57 +00:00
Parse Remove two dos line endings. 2016-08-23 19:59:55 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema PR29097: add an update record when we instantiate the default member 2016-08-24 21:25:37 +00:00
Serialization Refactor to remove the assumption that we know the name of the module we're emitting at the point when we create a PCHGenerator (with the C++ modules TS, we find that out part way through parsing the input). 2016-08-25 18:26:30 +00:00
StaticAnalyzer Reapply "[analyzer] Added valist related checkers." 2016-08-22 11:21:30 +00:00
Tooling Fix json compilation database syntax on non-Windows. 2016-08-18 19:42:00 +00:00
CMakeLists.txt