summaryrefslogtreecommitdiffstats
path: root/test/Index
Commit message (Expand)AuthorAgeFilesLines
...
* [index] Avoid a crash that happens when looking up a dependent nameAlex Lorenz2017-05-151-0/+9
* [index] Index template specialization arguments for function templatsAlex Lorenz2017-05-121-0/+27
* Reverted r302775Serge Pavlov2017-05-112-12/+12
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-112-12/+12
* [libclang] Introduce clang_Cursor_isExternalSymbol that provides info about d...Argyrios Kyrtzidis2017-05-101-0/+11
* [index] Index simple dependent declaration referencesAlex Lorenz2017-05-101-0/+124
* [CodeCompletion] Complete platform names in @available expressionsAlex Lorenz2017-05-091-0/+20
* DiagnosticsEngine should clear DelayedDiagID before reporting theAlex Lorenz2017-05-041-0/+29
* [Index] The relation between the declarations in templateAlex Lorenz2017-05-041-27/+26
* Revert r302037Alex Lorenz2017-05-031-29/+0
* DiagnosticsEngine should clear DelayedDiagID before reporting theAlex Lorenz2017-05-031-0/+29
* [modules] Round-trip -Werror flag through explicit module build.Richard Smith2017-05-031-2/+2
* Remove leftover test expectation from rL301902.Emilio Cobos Alvarez2017-05-021-1/+0
* [libclang] Revert rL301328 and add tests for the regressions introduced.Emilio Cobos Alvarez2017-05-021-5/+5
* [libclang] Expose some target information via the C API.Emilio Cobos Alvarez2017-04-281-0/+6
* [index] Handle vector types in USR generatorAlex Lorenz2017-04-281-0/+11
* clang/test/Index/index-module.m: Relax expressions to satisfy DOSish path sep...NAKAMURA Takumi2017-04-281-1/+1
* [libclang] Enhance clang_Cursor_isDynamicCall and clang_Cursor_getReceiverTyp...Argyrios Kyrtzidis2017-04-271-1/+11
* [index] Mark the ObjC implicit accessor method definitions as 'dynamic' as wellArgyrios Kyrtzidis2017-04-271-12/+12
* [libclang] Pass in the -fallow-editor-placeholders optionAlex Lorenz2017-04-271-0/+5
* [libclang] Check for a record declaration before a template specializationAlex Lorenz2017-04-251-1/+7
* [index] Index type source info for class specializationsAlex Lorenz2017-04-252-0/+34
* [index] Record the 'SpecializationOf' relation for function specializationsAlex Lorenz2017-04-251-0/+35
* [index] If the 'external_source_symbol' attribute indicates 'Swift' as the la...Argyrios Kyrtzidis2017-04-241-15/+15
* [index] The relation between the declarations in template specializationsAlex Lorenz2017-04-241-0/+109
* [index] Take into account the category's external_symbol attr for namespacing...Argyrios Kyrtzidis2017-04-211-4/+16
* [index] Take advantage of 'external_source_symbol' attribute for indexing pur...Argyrios Kyrtzidis2017-04-211-0/+88
* [index] For 'transparent' tag typedefs, ignore their tag referenceArgyrios Kyrtzidis2017-04-211-1/+2
* [index] Record class template specializations using a new 'SpecializationOf'Alex Lorenz2017-04-201-0/+20
* Do not run tests for crash recovery if libstdc++ safe mode is enabledSerge Pavlov2017-04-154-1/+5
* [ASTPrinter] Print nested name specifiers for out-of-line functionsAlex Lorenz2017-04-112-5/+5
* [index] When indexing system headers make sure to report important reference ...Argyrios Kyrtzidis2017-03-232-0/+39
* [index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis2017-03-212-0/+69
* [index] For C++ constructors/destructors, add references to the parent type w...Argyrios Kyrtzidis2017-03-171-3/+20
* [index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis2017-03-161-17/+57
* [CodeCompletion] Format block parameter placeholders in implicit propertyAlex Lorenz2017-03-131-2/+8
* Print nested name specifiers for typedefs and type aliasesAlex Lorenz2017-03-104-92/+94
* [index] Mark categories of test classes with the 'UnitTest' symbol property a...Argyrios Kyrtzidis2017-03-071-2/+2
* [AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use...Argyrios Kyrtzidis2017-03-072-2/+2
* [index] C++: Improve handling of typedefs as base names in C++ class declarat...Argyrios Kyrtzidis2017-03-041-1/+14
* [index] ObjC: Improve handling of typedefs as base names in ObjC interface de...Argyrios Kyrtzidis2017-03-041-6/+13
* [GeneratePCHAction] If preprocessor option 'AllowPCHWithCompilerErrors' is en...Argyrios Kyrtzidis2017-02-271-2/+5
* Add a cc1 flag for setting the existing Preprocessor option 'AllowPCHWithComp...Argyrios Kyrtzidis2017-02-271-3/+5
* [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...Argyrios Kyrtzidis2017-02-261-6/+37
* [test] Disable test/Index/pch-from-libclang.c for non-darwin systems.Argyrios Kyrtzidis2017-02-251-0/+4
* [test] Use cc1 -triple for test/Index/pch-from-libclang.c.Argyrios Kyrtzidis2017-02-251-2/+2
* [test] Add target to test/Index/pch-from-libclang.c.Argyrios Kyrtzidis2017-02-251-2/+2
* [driver] Pass a resource dir without the '/../' part.Argyrios Kyrtzidis2017-02-251-0/+18
* [index] Improvde how we handle synthesized ObjC properties and the associated...Argyrios Kyrtzidis2017-02-173-12/+100
* [index] USR generation: use getTemplateArgs() instead of getTemplateInstantia...Argyrios Kyrtzidis2017-02-151-0/+10