aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/c-index-test/c-index-test.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-25[clang-c] introduce queries on GCC-style inline assembly statements (#143424)wieDasDing1-0/+50
2025-05-05Remove duplicate API (#132776)Jugst3r1-3/+3
2025-05-05[NFC] Fix c++ style comment in c file (#138244)Björn Pettersson1-1/+1
2025-03-05[NFC][c-index-test] factor data len out (#129971)Jinsong Ji1-6/+4
2025-03-05c-index-test: fix buffer overflow (#129922)Jinsong Ji1-2/+3
2025-03-04clang-tools: Fix sprintf is deprecated warnings (#120517)Matt Arsenault1-8/+10
2025-02-18[c-index-test] Fix warningsKazu Hirata1-4/+8
2025-02-18[clang] fix use after free in clang/tools/c-index-test/c-index-test.c (#127063)Mikhail Goncharov1-19/+32
2025-02-13[NFC] format c-index-test.cMikhail Goncharov1-0/+2
2024-09-05[NFC][SystemZ][z/OS] Rename autoconversion-related functions to be less gener...Abhina Sree1-2/+2
2024-07-15Fix memory leak in unit testAaron Ballman1-1/+1
2024-07-15Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libcl...Thomas Wucher1-0/+18
2024-04-24[libclang] Compute the right spelling location (#72400)Sebastian Poeplau1-28/+26
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-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-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-04-08Add some function prototypes; NFCAaron Ballman1-3/+3
2021-01-21[ASTReader] Allow controlling separately whether validation should be disable...Argyrios Kyrtzidis1-0/+17
2020-12-07[clang] Add a new nullability annotation for swift async: _Nullable_resultErik Pilkington1-4/+14
2020-04-16Expose AtomicType in the libclang C API.Henry Jen1-0/+6
2019-12-21[Wdocumentation] Implement \anchorMark de Wever1-0/+3
2019-08-27[preprocessor] Add an opportunity to retain excluded conditional blocksEvgeny Mankov1-0/+30
2019-06-26Print NULL as "(null)" in diagnostic messageXing Xue1-4/+6
2019-06-11[libclang] Allow skipping warnings from all included filesNikolai Kosjar1-0/+2
2019-05-10[libclang] Forward isInline for NamespaceDecl to libclangNikolai Kosjar1-0/+7
2019-04-29[libclang] Restore old clang_Cursor_isAnonymous behaviourIvan Donchevskii1-0/+6
2019-02-26[libclang] Avoid crashing when getting layout info of an undeduced type.Emilio Cobos Alvarez1-11/+28
2019-01-10[libclang] Fix clang_Cursor_isAnonymousIvan Donchevskii1-7/+8
2018-08-03[libclang 7/8] Add support for getting property setter and getter namesMichael Wu1-0/+28