summaryrefslogtreecommitdiff
path: root/test/Index
AgeCommit message (Expand)Author
2018-01-03[libclang] Fix cursors for functions with trailing return typeIvan Donchevskii
2018-01-03Revert r321697 "[libclang] Support querying whether a declaration is invalid"...Hans Wennborg
2018-01-03Fix line endings.Ivan Donchevskii
2018-01-03[libclang] Fix cursors for functions with trailing return typeIvan Donchevskii
2018-01-03[libclang] Support querying whether a declaration is invalidIvan Donchevskii
2017-12-28[Frontend] Correctly handle instantiating ctors with skipped bodiesIlya Biryukov
2017-12-20[Frontend] Handle skipped bodies in template instantiationsIlya Biryukov
2017-12-14[libclang] Add support for checking abstractness of recordsAlex Lorenz
2017-12-14Renamed test file to use proper naming conventionIlya Biryukov
2017-12-14[Frontend] Treat function with skipped body as definitionIlya Biryukov
2017-12-11Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane
2017-12-11For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-12-07[libclang] Record code-completion invocations to a temporary file whenAlex Lorenz
2017-12-05Fix another record-parsing-invocation.c test issue on WindowsDouglas Yung
2017-12-05Fix one more record-parsing-invocation.c test issue on WindowsAlex Lorenz
2017-12-05[libclang] Store unsaved file hashes when recording parsing invocationsAlex Lorenz
2017-12-04Fix record-parsing-invocation.c test on WindowsAlex Lorenz
2017-12-04[libclang] Record parsing invocation to a temporary file when requestedAlex Lorenz
2017-11-20Revert r318669/318694Erich Keane
2017-11-20For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-11-16[DeclPrinter] Honor TerseOutput for constructorsAlex Lorenz
2017-11-15[libclang] Fix cursors for in-class initializer of field declarationsBenjamin Kramer
2017-11-14[completion] complete ObjC interface names in an expressionAlex Lorenz
2017-11-09[index] tag declarations should use the decl role instead of refAlex Lorenz
2017-11-08Avoid printing some redundant name qualifiers in completionIlya Biryukov
2017-11-07[index] __builtin_offset's field reference is located at the end locationAlex Lorenz
2017-11-07[index] index field references in __builtin_offsetAlex Lorenz
2017-11-03[preamble] Also record the "skipping" state of the preprocessorErik Verbruggen
2017-10-26Fix overloaded static functions in SemaCodeCompleteBenjamin Kramer
2017-10-24[code completion] Complete ObjC methods in @implementation without leadingAlex Lorenz
2017-10-24Do not add a colon chunk to the code completion of class inheritance access m...Erik Verbruggen
2017-10-16[libclang] Visit attributes for function and class templatesJonathan Coe
2017-10-10Fix indexer crash for default template template parameter valueJan Korous
2017-10-10R13575: Fix USR mangling for function pointer typesJan Korous
2017-10-09PR13575: Fix testJan Korous
2017-10-09PR13575: Fix USR mangling for fixed-size arraysJan Korous
2017-10-06Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool
2017-10-06[lit] Improve tool substitution in lit.Zachary Turner
2017-09-22Set completion priority of destructors and operators to CCP_Unlikely.Ilya Biryukov
2017-09-22[index] Generate class & metaclass manglings for objcDave Lee
2017-09-12Fix recording preamble's conditional stack in skipped PP branches.Ilya Biryukov
2017-09-11[Lexer] Report more precise skipped regions (PR34166)Vedant Kumar
2017-09-08Don't show deleted function (constructor) candidates for code completionErik Verbruggen
2017-09-08Fix templated type alias completion when using global completion cacheErik Verbruggen
2017-08-22Revert r311442 (Fix templated type alias completion when using global complet...Erik Verbruggen
2017-08-22Fix templated type alias completion when using global completion cacheErik Verbruggen
2017-08-21Fixed a crash on replaying Preamble's PP conditional stack.Ilya Biryukov
2017-08-17Print enum constant values using the original source formattingAlex Lorenz
2017-08-16[index] Add indexing for unresolved-using declarationsBen Langmuir
2017-08-15[index] Update indexing to handle CXXDeductionGuideDecls properlyArgyrios Kyrtzidis