summaryrefslogtreecommitdiffstats
path: root/clang/test/Index
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Pretty print __private addr spaceAnastasia Stulova2019-12-271-48/+48
* [Wdocumentation] Implement \anchorMark de Wever2019-12-213-0/+21
* Refactor CompareReferenceRelationship and its callers in preparation forRichard Smith2019-12-181-1/+1
* Fix `sed -e s@FOO@%/S@` and similar when there's @'s in the working directoryDaniel Sanders2019-12-031-1/+1
* [Diagnostic] add a warning which warns about misleading indentationTyker2019-12-031-0/+1
* Revert "[Diagnostic] add a warning which warns about misleading indentation"Tom Stellard2019-11-251-1/+0
* [Diagnostic] add a warning which warns about misleading indentationTyker2019-11-251-0/+1
* [AST] Attach comment in `/** doc */ typedef struct A {} B` to B as well as A.Sam McCall2019-11-181-2/+2
* [AST] Use written names instead of `type-param-0-0` in more cases when printi...Sam McCall2019-11-151-1/+1
* Improve VFS compatibility on WindowsAdrian McCarthy2019-11-141-4/+1
* [Diagnostics] Try to improve warning message for -Wreturn-typeDávid Bolvanský2019-11-091-2/+2
* [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
OpenPOWER on IntegriCloud