llvm-project/clang/lib
Argyrios Kyrtzidis 6e5ca5be53 [index] Take advantage of 'external_source_symbol' attribute for indexing purposes
- Ignore decls marked as 'generated_declaration'
- Include the 'defined_in' in the USR for additional namespacing

llvm-svn: 300949
2017-04-21 05:42:46 +00:00
..
ARCMigrate Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 2017-01-06 19:49:01 +00:00
AST [modules] Properly look up the owning module for an instantiation of a merged template. 2017-04-21 01:15:13 +00:00
ASTMatchers [clang] Register isConstexpr matcher 2017-04-16 19:05:17 +00:00
Analysis Fix PR13910: Don't warn that __builtin_unreachable() is unreachable 2017-04-11 15:36:06 +00:00
Basic [OpenMP] Prepare sema to support combined constructs with omp distribute and omp for 2017-04-20 00:39:39 +00:00
CodeGen Don't pass FPOpFusion::Strict to the backend 2017-04-20 17:09:35 +00:00
Driver Enable leak sanitizer builds for darwin 2017-04-20 21:11:51 +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: Properly match parens of macro parameter lists. 2017-04-19 06:06:38 +00:00
Frontend Add __CLANG_ATOMIC_<TYPE>_LOCK_FREE macros for use in MSVC compatibility mode. 2017-04-20 22:53:57 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers Use __CLANG_ATOMIC_TYPE_LOCK_FREE macros in `stdatomic.h` 2017-04-20 23:07:38 +00:00
Index [index] Take advantage of 'external_source_symbol' attribute for indexing purposes 2017-04-21 05:42:46 +00:00
Lex Add support for editor placeholders to Clang 2017-04-19 08:58:56 +00:00
Parse Parse: cleanup some bleeding whitespace 2017-04-20 22:23:07 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema [modules] Properly look up the owning module for an instantiation of a merged template. 2017-04-21 01:15:13 +00:00
Serialization [OpenMP] Prepare sema to support combined constructs with omp distribute and omp for 2017-04-20 00:39:39 +00:00
StaticAnalyzer [analyzer] Fix assert in ExprEngine::processSwitch 2017-04-21 01:05:26 +00:00
Tooling Add `replace` interface with range in AtomicChange. 2017-03-30 13:07:38 +00:00
CMakeLists.txt