summaryrefslogtreecommitdiffstats
path: root/test/Index
Commit message (Expand)AuthorAgeFilesLines
* [CodeComplete] Fix the crash in code completion on access checkingIlya Biryukov2018-07-301-0/+13
* [Index] Set OrigD before D is changed.Eric Liu2018-07-201-0/+19
* [CodeComplete] Fix accessibilty of protected members from base class.Eric Liu2018-07-191-2/+25
* Try to fix build bot after r336524Eric Liu2018-07-091-1/+1
* [Index] Add indexing support for MACROs.Eric Liu2018-07-091-0/+12
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-252-2/+2
* Fix line endings in recently updated test fileIvan Donchevskii2018-06-211-59/+59
* [Sema] Fix overloaded static functions for templatesIvan Donchevskii2018-06-211-9/+59
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-192-2/+2
* [libclang] Optionally add code completion results for arrow instead of dotIvan Donchevskii2018-06-131-0/+54
* [Frontend] Avoid running plugins during code completion parseIvan Donchevskii2018-05-171-0/+6
* Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815Ivan Donchevskii2018-05-171-6/+0
* [Frontend] Avoid running plugins during code completion parseIvan Donchevskii2018-05-161-0/+6
* Fix an Index test caused by a clang-format change (r332436).Eric Liu2018-05-161-2/+2
* [libclang] Stop assuming that the internal C++ ABI ExceptionSpecificationType...Richard Smith2018-05-111-3/+7
* [libclang] Fix the type of 'int (Foo);'Shoaib Meenai2018-05-012-2/+18
* [OpenCL] Add separate read_only and write_only pipe IR typesSven van Haastregt2018-04-271-4/+4
* [CodeComplete] Fix completion at the end of keywordsIlya Biryukov2018-04-242-5/+5
* [libclang] Only mark CXCursors for explicit attributes with a typeErik Verbruggen2018-04-241-0/+20
* [Test Fix] Fix broken test Index/comment-objc-parameterized-classes.mBen Hamilton2018-04-121-1/+1
* Recommit r329442: Generate Libclang invocation reproducers using a newAlex Lorenz2018-04-072-0/+35
* Revert r329442 "Generate Libclang invocation reproducers using a newAlex Lorenz2018-04-062-35/+0
* Generate Libclang invocation reproducers using a new -cc1gen-reproducerAlex Lorenz2018-04-062-0/+35
* Fix typos in clangAlexander Kornienko2018-04-061-3/+3
* [vfs] Don't bail out after a missing -ivfsoverlay fileBen Langmuir2018-03-231-0/+6
* Add missing "env" so that test added in r327322 passes on Windows bots.Douglas Yung2018-03-131-1/+1
* [Tooling] Clear the PreambleSrcLocCache when preamble is discarded during rep...Alex Lorenz2018-03-124-0/+16
* Clean up AMDGCN testsYaxun Liu2018-02-151-3/+3
* [libclang] Add `CXSymbolRole role` to CXIdxEntityRefInfoFangrui Song2018-02-122-5/+13
* [Index] fix USR generation for namespace{extern{X}}Sam McCall2018-02-021-0/+7
* [Sema] Add implicit members even for invalid CXXRecordDeclsIlya Biryukov2018-02-022-0/+17
* [index] Fix crash when indexing a C++14 PCH/module related to TemplateTemplat...Argyrios Kyrtzidis2018-01-261-0/+17
* [CodeComplete] only respect LoadExternal hint at namespace/tu scopeSam McCall2018-01-241-1/+6
* [CodeComplete] Omit templated constructors from member list too.Sam McCall2018-01-221-2/+2
* Ensure code complete with !LoadExternal sees all local decls.Sam McCall2018-01-162-3/+7
* [libclang] Add PrintingPolicy for pretty printing declarationsJonathan Coe2018-01-161-6/+17
* [CodeComplete] Add an option to omit results from the preamble.Sam McCall2018-01-122-0/+21
* [libclang] Support querying whether a declaration is invalidIvan Donchevskii2018-01-042-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