summaryrefslogtreecommitdiffstats
path: root/test/Index
Commit message (Expand)AuthorAgeFilesLines
* Merging r311330:Hans Wennborg2017-08-232-0/+20
* Add default values for function parameter chunksErik Verbruggen2017-07-192-12/+28
* [Index] Prevent canonical decl becoming nullptrKrasimir Georgiev2017-07-181-0/+4
* [clang] Remove redundant check-prefix=CHECK from tests. NFC.Mandeep Singh Grang2017-07-171-2/+2
* [index] Objective-C method declarations and message sends withAlex Lorenz2017-07-131-0/+25
* [index] Don't add relation to a NamedDecl with no nameBen Langmuir2017-07-121-0/+13
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+7
* Revert r307769 (Forgot to mention the name of the contributor).Alex Lorenz2017-07-121-7/+0
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+7
* [Frontend] Verify that the bitstream is not empty before readingAlex Lorenz2017-07-072-0/+2
* [AMDGPU] Fix size and alignment of size_t and pointer typesYaxun Liu2017-07-051-1/+1
* [index] Index nested name qualifiers in a forward declaration of aAlex Lorenz2017-07-041-0/+16
* [index] Remove 'implicit' role for message sends in implicit ObjCAlex Lorenz2017-07-031-0/+25
* [modules] Teach clang how to merge typedef over anonymous structs in C mode.Vassil Vassilev2017-07-011-1/+1
* Change enumerator default linkage type for CBruno Cardoso Lopes2017-07-011-1/+1
* [libclang] Support for querying the exception specification type through libc...Jonathan Coe2017-06-271-2/+15
* Recommit r306103: PR26195: Set correct NestedNameSpecifierLoc for theAlex Lorenz2017-06-271-0/+117
* Revert r306103: "PR26195: Set correct NestedNameSpecifierLoc for theAlex Lorenz2017-06-231-117/+0
* PR26195: Set correct NestedNameSpecifierLoc for the dependent initializerAlex Lorenz2017-06-231-0/+117
* [index] Add the "SpecializationOf" relation to the forward declarationsAlex Lorenz2017-06-221-3/+7
* [preprocessor] Fix assertion hit when 'SingleFileParseMode' option is enabled...Argyrios Kyrtzidis2017-06-211-0/+10
* [index] Nested class declarations should be annotated with theAlex Lorenz2017-06-211-0/+17
* [preprocessor] When preprocessor option 'SingleFileParseMode' is enabled, par...Argyrios Kyrtzidis2017-06-202-11/+111
* [index] Record C++17 global binding declarationsAlex Lorenz2017-06-151-1/+27
* [index] Index static_assert declarationsAlex Lorenz2017-06-151-0/+16
* Recommit r305117: [libclang] Merge multiple availability clauses whenAlex Lorenz2017-06-121-8/+10
* Revert r305117Alex Lorenz2017-06-091-10/+8
* [libclang] Merge multiple availability clauses when getting the platform'sAlex Lorenz2017-06-091-8/+10
* [libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse'...Argyrios Kyrtzidis2017-06-091-0/+11
* [OpenCL] Fix pipe size in TypeInfo.Anastasia Stulova2017-06-051-0/+16
* [coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier2017-05-281-0/+1
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-242-12/+12
* [index] The references to explicit class properties should be recordedAlex Lorenz2017-05-241-0/+9
* [index] The references to enum constants from member enums that areAlex Lorenz2017-05-231-0/+3
* [index] The references to member enums from template instantiations shouldAlex Lorenz2017-05-231-0/+8
* [index] The references to type aliases and typedefs from templateAlex Lorenz2017-05-231-0/+10
* [index] The references to fields from nested records in template instantiationsAlex Lorenz2017-05-231-0/+7
* [index] The references to records from template instantiations should referAlex Lorenz2017-05-231-0/+21
* [libclang] [OpenCL] Expose more OpenCL CIndex typesSven van Haastregt2017-05-231-1/+103
* [index] Index the default template parameter valuesAlex Lorenz2017-05-221-0/+59
* [index] Index the deleted functionsAlex Lorenz2017-05-221-0/+8
* [index] Visit the default argument values in function definitionsAlex Lorenz2017-05-221-1/+17
* [index] 'using namespace' declarations in functions should recordAlex Lorenz2017-05-221-0/+11
* [index] Fix forward declarations interfering with USR generation of external ...Argyrios Kyrtzidis2017-05-201-0/+4
* [index] Avoid one more crash caused by infinite recursion that happens whenAlex Lorenz2017-05-181-0/+17
* [index] Record references to class receivers used in property referencesAlex Lorenz2017-05-181-0/+19
* [index] Avoid another crash that happens when looking up a dependent nameAlex Lorenz2017-05-161-0/+10
* [index] References to fields from template instantiations should refer toAlex Lorenz2017-05-151-0/+39
* [index] Visit and store information about namespace alias declarationsAlex Lorenz2017-05-151-0/+7
* [index] Store correct location for namespace nested name qualifiersAlex Lorenz2017-05-151-0/+18