aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/c-index-test
AgeCommit message (Expand)AuthorFilesLines
2024-02-23[C++20] [Modules] Allow to compile a pcm with and without -fPICChuanqi Xu1-1/+1
2024-01-21[Clang] Use const pointer to eliminate warning with libxml 2.12.0 (#76719)FantasqueX1-2/+2
2024-01-17[clang][tools] Silence const cast warning when building with Clang ToTAlexandre Ganea1-1/+13
2023-12-13[SystemZ][z/OS] Complete EBCDIC I/O support (#75212)Abhina Sree1-0/+9
2023-11-28[clang] Remove unused argument. NFC. (#73594)Juergen Ributzka1-1/+1
2023-11-24[clang] Add missing LinkageSpec case to getCursorKindForDecl (#72401)Sebastian Poeplau1-0/+4
2023-07-19[tools] Use "#pragma GCC" instead of "#pragma clang" to ignore -Wcast-qual in...Jie Fu1-10/+10
2023-07-19[tools] Fix buildbot build failureJie Fu1-0/+8
2023-07-19[tools] Ignore -Wcast-qual in c-index-test.c after D153911 (NFC)Jie Fu1-0/+6
2023-05-23[C++20] [Modules] Don't ignore -fmodule-file when we compile pcm filesChuanqi Xu1-1/+3
2023-03-30[clang][ExtractAPI] Reland ExtractAPI for libclang improvementsDaniel Grumberg1-0/+21
2023-03-29Revert "Revert "Revert ExtractAPI from https://reviews.llvm.org/D146656""Mitch Phillips1-20/+0
2023-03-29Revert "Revert ExtractAPI from https://reviews.llvm.org/D146656"Daniel Grumberg1-0/+20
2023-03-27Revert ExtractAPI from https://reviews.llvm.org/D146656Daniel Grumberg1-20/+0
2023-03-27[clang][ExtractAPI] Refactor ExtractAPIVisitor to make it more extensibleDaniel Grumberg1-0/+20
2023-03-07[libclang] Add API to override preamble storage pathIgor Kushnir1-22/+38
2023-01-27Add clang_CXXMethod_isExplicit to libclangLuca Di Sera1-0/+2
2023-01-23Revert "Add clang_CXXMethod_isExplicit to libclang"Luca Di Sera1-2/+0
2023-01-23Add clang_CXXMethod_isExplicit to libclangLuca Di Sera1-0/+2
2022-12-13[clang][ExtractAPI] Add support for single symbol SGF and libclang supportDaniel Grumberg1-5/+85
2022-11-14Add clang_CXXMethod_isMoveAssignmentOperator to libclangLuca Di Sera1-0/+2
2022-11-14Revert "[libclang] Expose completion result kind in `CXCompletionResult`"Muhammad Omair Javaid1-4/+1
2022-11-10[libclang] Expose completion result kind in `CXCompletionResult`Egor Zhdan1-1/+4
2022-10-27Add clang_CXXMethod_isCopyAssignmentOperator to libclangLuca Di Sera1-0/+2
2022-09-23Allow getting template args for ClassTemplateSpecializationsAnders Langlands1-1/+4
2022-09-21Add clang_CXXMethod_isDeleted functionAnders Langlands1-0/+2
2022-05-24[libclang] add supporting for indexing/visiting C++ conceptsAlex Lorenz1-0/+2
2022-05-10[Frontend] Flip default of CreateInvocationOptions::ProbePrecompiled to falseSam McCall1-0/+1
2022-05-06[clang] createInvocationFromCommandLine -> createInvocation, delete former. NFCSam McCall1-1/+4
2022-04-08Add some function prototypes; NFCAaron Ballman1-3/+3
2022-01-21[clang][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson1-1/+1
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-1/+1
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-1/+1
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-1/+1
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-1/+1
2021-09-25[CMake] Consistently use the LibXml2::LibXml2 target instead of LIBXML2_LIBRA...Markus Böck1-6/+1
2021-04-06[index] Improve macro indexing supportBen Langmuir1-2/+8
2021-01-21[ASTReader] Allow controlling separately whether validation should be disable...Argyrios Kyrtzidis2-2/+40
2020-12-09Remove RemappedFiles param from ASTUnit::LoadFromASTFile, NFCDuncan P. N. Exon Smith1-1/+1
2020-12-07[clang] Add a new nullability annotation for swift async: _Nullable_resultErik Pilkington1-4/+14
2020-11-17[Frontend] Add flag to allow PCM generation despite compiler errorsBen Barham1-1/+1
2020-04-16Expose AtomicType in the libclang C API.Henry Jen1-0/+6
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-3/+2
2019-12-21[Wdocumentation] Implement \anchorMark de Wever1-0/+3
2019-12-16[NFC] Fix typos in Clangd and ClangKirill Bobyrev1-8/+8
2019-11-25Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber1-4/+4
2019-11-26Use InitLLVM to setup a pretty stack printerRui Ueyama1-4/+4
2019-09-05[clang][Index] Replace CodegenNameGenerator with ASTNameGeneratorJan Korous1-4/+4
2019-08-29[Index] Stopped wrapping FrontendActions in libIndex and its usersDmitri Gribenko1-3/+2
2019-08-27[preprocessor] Add an opportunity to retain excluded conditional blocksEvgeny Mankov1-0/+30