summaryrefslogtreecommitdiffstats
path: root/test/Index
Commit message (Expand)AuthorAgeFilesLines
* Avoid printing some redundant name qualifiers in completionIlya Biryukov2017-11-081-1/+1
* [index] __builtin_offset's field reference is located at the end locationAlex Lorenz2017-11-071-1/+1
* [index] index field references in __builtin_offsetAlex Lorenz2017-11-071-0/+33
* [preamble] Also record the "skipping" state of the preprocessorErik Verbruggen2017-11-032-1/+19
* Fix overloaded static functions in SemaCodeCompleteBenjamin Kramer2017-10-261-0/+61
* [code completion] Complete ObjC methods in @implementation without leadingAlex Lorenz2017-10-241-0/+22
* Do not add a colon chunk to the code completion of class inheritance access m...Erik Verbruggen2017-10-241-0/+5
* [libclang] Visit attributes for function and class templatesJonathan Coe2017-10-161-0/+12
* Fix indexer crash for default template template parameter valueJan Korous2017-10-101-0/+7
* R13575: Fix USR mangling for function pointer typesJan Korous2017-10-101-0/+18
* PR13575: Fix testJan Korous2017-10-091-3/+3
* PR13575: Fix USR mangling for fixed-size arraysJan Korous2017-10-091-0/+11
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-061-1/+1
* [lit] Improve tool substitution in lit.Zachary Turner2017-10-061-1/+1
* Set completion priority of destructors and operators to CCP_Unlikely.Ilya Biryukov2017-09-224-17/+17
* [index] Generate class & metaclass manglings for objcDave Lee2017-09-221-0/+18
* Fix recording preamble's conditional stack in skipped PP branches.Ilya Biryukov2017-09-122-0/+16
* [Lexer] Report more precise skipped regions (PR34166)Vedant Kumar2017-09-111-3/+3
* Don't show deleted function (constructor) candidates for code completionErik Verbruggen2017-09-081-0/+17
* Fix templated type alias completion when using global completion cacheErik Verbruggen2017-09-081-0/+12
* Revert r311442 (Fix templated type alias completion when using global complet...Erik Verbruggen2017-08-221-12/+0
* Fix templated type alias completion when using global completion cacheErik Verbruggen2017-08-221-0/+12
* Fixed a crash on replaying Preamble's PP conditional stack.Ilya Biryukov2017-08-212-0/+20
* Print enum constant values using the original source formattingAlex Lorenz2017-08-171-0/+26
* [index] Add indexing for unresolved-using declarationsBen Langmuir2017-08-162-1/+67
* [index] Update indexing to handle CXXDeductionGuideDecls properlyArgyrios Kyrtzidis2017-08-151-0/+13
* [index] Set SymbolSubKind::Accessor[GS]etter on class methodsBen Langmuir2017-07-211-2/+11
* 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