aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/libclang/LibclangTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-23[libclang/C++] Fix clang_File_isEqual for in-memory files (#135773)Jannick Kremer1-0/+49
2024-04-24[libclang] Compute the right spelling location (#72400)Sebastian Poeplau1-0/+31
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-3/+3
2023-08-11[libclang] Expose arguments of clang::annotatefridtjof1-0/+46
2023-08-10Revert "[libclang] Expose arguments of clang::annotate"Vitaly Buka1-44/+0
2023-08-10[libclang] Expose arguments of clang::annotatefridtjof1-0/+44
2023-07-25[Clang] use unsigned integer constants in unit-test | fixes build error on pp...Kai Stierand1-2/+2
2023-07-25[Clang] Fix crash in CIndex, when visiting a static_assert without messageKai Stierand1-0/+74
2023-06-09[libclang] Add CXBinaryOperatorKind and CXUnaryOperatorKindMineGame1591-0/+34
2023-03-15[libclang] Add index option to store preambles in memoryIgor Kushnir1-0/+25
2023-03-07Fix build failures with libclang unittest; NFCAaron Ballman1-1/+2
2023-03-07[libclang] Add API to override preamble storage pathIgor Kushnir1-1/+164
2023-03-01LibclangTest: remove libclang-test-* tmp dir reliablyIgor Kushnir1-0/+2
2023-01-02[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+2
2022-11-26[clang] Use std::size (NFC)Kazu Hirata1-3/+3
2022-10-11[libclang] CIndex: Visit UsingTypeLoc as TypeRefKai Stierand1-22/+37
2022-09-02Expose QualType::getNonReferenceType in libclangLuca Di Sera1-0/+40
2022-08-29Expose QualType::getUnqualifiedType in libclangLuca Di Sera1-0/+48
2020-09-04[libclang] Add CXRewriter to libclang APIJan Korous1-0/+88
2020-09-04[libclang] Expose couple more AST details via cursorsJan Korous1-0/+106
2019-09-03[libclang][test][NFC] Split off fixture from tests.Jan Korous1-71/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-08[libclang] Recommit r336590 with a fix for the memory leak in the testAlex Lorenz1-0/+42
2018-07-10Revert r336590 "[libclang] evalute compound statement cursors before trying t...Evgeniy Stepanov1-41/+0
2018-07-09[libclang] evalute compound statement cursors before trying to evaluateAlex Lorenz1-0/+41
2018-05-15[clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-5/+7
2018-04-21[libclang] Fix LibclangReparseTest.FileName when TMPDIR is set to a symlinkPetr Pavlu1-2/+3
2018-04-16Defer adding keywords to the identifier table until after the language option...Aaron Ballman1-0/+64
2018-04-07[libclang] Add clang_File_tryGetRealPathNameFangrui Song1-0/+15
2018-01-16[libclang] Add PrintingPolicy for pretty printing declarationsJonathan Coe1-0/+30
2018-01-15Fixed memory leak in unit test introduced in my previous commit r322503Cameron Desrochers1-0/+3
2018-01-15[PCH] Serialize skipped preprocessor rangesCameron Desrochers1-0/+78
2017-12-11Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane1-3/+1
2017-12-11For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane1-1/+3
2016-08-18Fixed more signed/unsigned mismatch warnings introduced in my change at r279076Cameron Desrochers1-5/+5
2016-08-18Removed use of 'emplace' on std::map, since not all buildbot slaves support itCameron Desrochers1-2/+2
2016-08-18[libclang] Fixed signed/unsigned comparison warning introduced in my revision...Cameron Desrochers1-1/+1
2016-08-18[libclang] Add clang_getAllSkippedRanges functionCameron Desrochers1-2/+80
2016-02-12tests: Add explicit -stdlib=libstdc++ to tests that require itJonas Hahnfeld1-1/+1
2015-12-01Avoid picking up system headers in unittest by providing a fake libstdc++ wit...Benjamin Kramer1-2/+4
2015-11-30Add --gcc-toolchain= to one of the libclang unitests to fix issue related to Samuel Antao1-1/+2
2015-11-18[libclang] Add entry points that take a full command line including argv[0].Benjamin Kramer1-0/+26
2015-07-09Add clang_free to libclang to free memory allocated in libclang.Yaron Keren1-2/+2
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-2/+2
2015-01-14[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth1-1/+1
2014-07-15VirtualFileSystem: Correctly generate the mapping for an empty VFSJustin Bogner1-0/+10
2014-07-07Use temporary module cache in testBen Langmuir1-1/+3
2014-06-30Consider module depedencies when checking a preamble in libclangBen Langmuir1-1/+34