summaryrefslogtreecommitdiff
path: root/test/Index
Commit message (Expand)AuthorAgeFilesLines
* [clang] Make handling of unnamed template params similar to function paramsKadir Cetinkaya2019-10-011-1/+1
* Finish building the full-expression for a static_assert expressionRichard Smith2019-09-201-2/+2
* Make test check position independent as they sometimes come out reversed. NFCI.Douglas Yung2019-09-131-2/+2
* Switch "windows" to "system-windows" in some XFAILsJeremy Morse2019-09-121-1/+1
* Start porting ivfsoverlay tests to WindowsReid Kleckner2019-09-111-3/+5
* Actually reorder not and env in crash-recovery-modules.mReid Kleckner2019-09-101-2/+2
* Re-land Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-3/+2
* Revert Remove REQUIRES:shell from tests that pass for me on WindowsJames Henderson2019-09-101-1/+2
* Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-2/+1
* [preprocessor] Add an opportunity to retain excluded conditional blocksEvgeny Mankov2019-08-271-0/+132
* [libclang][index][NFC] Fix test for skipping already parsed function bodiesJan Korous2019-08-231-1/+1
* [clang] Refactor doc comments to Decls attributionJan Korous2019-08-131-0/+14
* [AIX][test/Index] Set/propagate AIXTHREAD_STK for AIXHubert Tong2019-08-131-0/+12
* [ASTUnit] Attempt to unbreak Windows buildbots after r366448Ilya Biryukov2019-07-181-2/+2
* [ASTUnit] Fix a regression in cached completionsIlya Biryukov2019-07-181-0/+22
* [CodeComplete] Fix ASTUnit cached completion of macros from preamble, broken ...Sam McCall2019-07-182-0/+4
* This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.Sylvestre Ledru2019-07-131-0/+2
* Remove __VERSION__Sylvestre Ledru2019-07-121-2/+0
* [libclang] Fix hang in release / assertion in debug when evaluating value-dep...Emilio Cobos Alvarez2019-07-091-0/+11
* BitStream reader: propagate errorsJF Bastien2019-06-261-0/+1
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-06-112-0/+8
* [CodeComplete] Include more text into typed chunks of pattern completionsIlya Biryukov2019-06-041-2/+2
* [Index] Correctly set symbol kind of IndirectFieldDeclIlya Biryukov2019-05-291-0/+10
* [libclang] visit c++14 lambda capture init expressionsNikolai Kosjar2019-05-211-0/+38
* Replace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san' as that betterPaul Robinson2019-05-103-3/+3
* [libclang] Forward isInline for NamespaceDecl to libclangNikolai Kosjar2019-05-101-0/+3
* Add an explicit triple to this test to hopefully appease the build bots.Aaron Ballman2019-05-071-1/+1
* Allow field offset lookups in types with incomplete arrays within libclang.Aaron Ballman2019-05-071-0/+31
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-1/+1
* Make test more robust by writing stdout/stderr to different files.Douglas Yung2019-04-291-3/+3
* [libclang] Restore old clang_Cursor_isAnonymous behaviourIvan Donchevskii2019-04-291-0/+18
* [libclang] Expose ext_vector_typeSven van Haastregt2019-04-171-3/+3
* Clean up ObjCPropertyDecl printingDavid Goldman2019-04-082-4/+4
* [CodeComplete] Fix crash when completing ObjC block parameter with a broken typeSam McCall2019-04-041-0/+12
* [libclang] Expose aligned() attribute.Emilio Cobos Alvarez2019-03-131-0/+12
* [clang][Index] Mark references from Constructors and Destructors to class as ...Kadir Cetinkaya2019-03-081-8/+8
* [libclang] Fix CXTranslationUnit_KeepGoingIvan Donchevskii2019-03-073-2/+10
* [index] Fixup for r354942. Specify target in test to achieve stable mangling.Volodymyr Sapsai2019-02-271-1/+1
* [index] Improve indexing support for MSPropertyDecl.Volodymyr Sapsai2019-02-271-0/+32
* [libclang] Avoid crashing when getting layout info of an undeduced type.Emilio Cobos Alvarez2019-02-261-0/+6
* [clang][Index] Visit UsingDecls and generate USRs for themKadir Cetinkaya2019-02-261-1/+1
* [libclang] Expose warn_unused and warn_unused_result attributes.Emilio Cobos Alvarez2019-02-251-0/+10
* [clang][Index] Fix usage of IndexImplicitInstantiationKadir Cetinkaya2019-02-182-9/+9
* [libclang] Add attribute support for 'convergent'.Sven van Haastregt2019-02-111-0/+5
* Re-disable pch-from-libclang.c after 352803, some buildbots are still unhappyNico Weber2019-01-311-0/+3
* Make clang/test/Index/pch-from-libclang.c pass in more placesNico Weber2019-01-311-2/+6
* [Sema] Fix Modified Type in address_space AttributedTypeLeonard Chan2019-01-241-1/+1
* [libclang] Fix clang_Cursor_isAnonymousIvan Donchevskii2019-01-101-0/+16
* Fix incorrect column numbers in test from r350282.Alex Lorenz2019-01-031-2/+2
* [libclang] CoroutineBody/Coreturn statements are UnexposedStmts and not ExprsAlex Lorenz2019-01-031-0/+24