summaryrefslogtreecommitdiffstats
path: root/test/Index
Commit message (Expand)AuthorAgeFilesLines
* [backported/clang-8][libclang] Return the proper pointee type for 'auto' dedu...Ivan Donchevskii2018-09-071-0/+3
* [backported/clang-8][libclang] Fix cursors for arguments of Subscript and Cal...Ivan Donchevskii2018-08-281-0/+84
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2018-06-212-0/+8
* [backported/clang-7][libclang] Optionally add code completion results for arr...Ivan Donchevskii2018-06-141-0/+54
* [backported/clang-7][Frontend] Avoid running plugins during code completion p...Nikolai Kosjar2018-05-171-0/+7
* Fix completion involving overloaded static functions for templatesNikolai Kosjar2018-04-201-0/+49
* [backported/clang-7][libclang] Only mark CXCursors for explicit attributes wi...Nikolai Kosjar2018-04-201-0/+20
* [backported/clang-7][libclang] Add PrintingPolicy for pretty printing declara...Nikolai Kosjar2018-04-191-6/+17
* [backported/clang-7][libclang] Support querying whether a declaration is invalidNikolai Kosjar2018-04-192-17/+17
* [libclang] Fix cursors for functions with trailing return typeIvan Donchevskii2018-01-031-1/+11
* Revert r321697 "[libclang] Support querying whether a declaration is invalid"...Hans Wennborg2018-01-032-13/+3
* Fix line endings.Ivan Donchevskii2018-01-032-31/+31
* [libclang] Fix cursors for functions with trailing return typeIvan Donchevskii2018-01-031-13/+23
* [libclang] Support querying whether a declaration is invalidIvan Donchevskii2018-01-031-8/+8
* [Frontend] Correctly handle instantiating ctors with skipped bodiesIlya Biryukov2017-12-281-0/+16
* [Frontend] Handle skipped bodies in template instantiationsIlya Biryukov2017-12-201-0/+27
* [libclang] Add support for checking abstractness of recordsAlex Lorenz2017-12-141-1/+1
* Renamed test file to use proper naming conventionIlya Biryukov2017-12-141-1/+1
* [Frontend] Treat function with skipped body as definitionIlya Biryukov2017-12-141-0/+9
* Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane2017-12-117-47/+47
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-12-117-47/+47
* [libclang] Record code-completion invocations to a temporary file whenAlex Lorenz2017-12-071-0/+11
* Fix another record-parsing-invocation.c test issue on WindowsDouglas Yung2017-12-051-1/+1
* Fix one more record-parsing-invocation.c test issue on WindowsAlex Lorenz2017-12-051-1/+1
* [libclang] Store unsaved file hashes when recording parsing invocationsAlex Lorenz2017-12-052-0/+9
* Fix record-parsing-invocation.c test on WindowsAlex Lorenz2017-12-041-1/+1
* [libclang] Record parsing invocation to a temporary file when requestedAlex Lorenz2017-12-041-0/+21
* Revert r318669/318694Erich Keane2017-11-207-46/+46
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-11-207-46/+46
* [DeclPrinter] Honor TerseOutput for constructorsAlex Lorenz2017-11-161-1/+1
* [libclang] Fix cursors for in-class initializer of field declarationsBenjamin Kramer2017-11-151-0/+8
* [completion] complete ObjC interface names in an expressionAlex Lorenz2017-11-141-0/+16
* [index] tag declarations should use the decl role instead of refAlex Lorenz2017-11-091-3/+3
* 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