llvm-project/clang/lib
Argyrios Kyrtzidis a38cb204a3 [c-index-test] Provide capability to index module file imports and dump their input files.
This ensures the capability to index a module file using an existing ASTReader from a compiler instance or ASTUnit.

llvm-svn: 293461
2017-01-30 06:05:58 +00:00
..
ARCMigrate Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 2017-01-06 19:49:01 +00:00
AST Prototype of modules codegen 2017-01-30 05:00:26 +00:00
ASTMatchers Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtr 2017-01-05 18:51:54 +00:00
Analysis Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-decls NFC 2017-01-28 13:41:50 +00:00
Basic Prototype of modules codegen 2017-01-30 05:00:26 +00:00
CodeGen Prototype of modules codegen 2017-01-30 05:00:26 +00:00
Driver [windows] [asan] Add linker flag when including "asan_dynamic_runtime_thunk". 2017-01-29 06:03:05 +00:00
Edit Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand." 2016-12-23 14:55:49 +00:00
Format clang-format: [JS] do not format MPEG transport streams. 2017-01-27 09:09:11 +00:00
Frontend [c-index-test] Provide capability to index module file imports and dump their input files. 2017-01-30 06:05:58 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers [OpenCL] Diagnose write_only image3d when extension is disabled 2017-01-25 12:18:50 +00:00
Index [c-index-test] Provide capability to index module file imports and dump their input files. 2017-01-30 06:05:58 +00:00
Lex Prototype of modules codegen 2017-01-30 05:00:26 +00:00
Parse Support '#pragma clang __debug dump' within C++ classes. 2017-01-28 01:20:57 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema Prototype of modules codegen 2017-01-30 05:00:26 +00:00
Serialization [c-index-test] Provide capability to index module file imports and dump their input files. 2017-01-30 06:05:58 +00:00
StaticAnalyzer [analyzer] Fix MacOSXAPIChecker fp with static locals seen from nested blocks. 2017-01-25 10:21:45 +00:00
Tooling clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle 2017-01-17 00:12:27 +00:00
CMakeLists.txt