summaryrefslogtreecommitdiff
path: root/unittests/libclang
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Fix UninstallAbortingLLVMFatalErrorHandler testJan Korous2019-09-121-2/+3
* [libclang] Expose abort()-ing LLVM fatal error handlerJan Korous2019-09-123-0/+46
* [libclang][test][NFC] Split off fixture from tests.Jan Korous2019-09-032-71/+95
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libclang] Recommit r336590 with a fix for the memory leak in the testAlex Lorenz2019-01-081-0/+42
* Revert r336590 "[libclang] evalute compound statement cursors before trying t...Evgeniy Stepanov2018-07-101-41/+0
* [libclang] evalute compound statement cursors before trying to evaluateAlex Lorenz2018-07-091-0/+41
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-5/+7
* [libclang] Fix LibclangReparseTest.FileName when TMPDIR is set to a symlinkPetr Pavlu2018-04-211-2/+3
* Defer adding keywords to the identifier table until after the language option...Aaron Ballman2018-04-161-0/+64
* [libclang] Add clang_File_tryGetRealPathNameFangrui Song2018-04-071-0/+15
* [libclang] Add PrintingPolicy for pretty printing declarationsJonathan Coe2018-01-161-0/+30
* Fixed memory leak in unit test introduced in my previous commit r322503Cameron Desrochers2018-01-151-0/+3
* [PCH] Serialize skipped preprocessor rangesCameron Desrochers2018-01-151-0/+78
* Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane2017-12-111-3/+1
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-12-111-1/+3
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* Fixed more signed/unsigned mismatch warnings introduced in my change at r279076Cameron Desrochers2016-08-181-5/+5
* Removed use of 'emplace' on std::map, since not all buildbot slaves support itCameron Desrochers2016-08-181-2/+2
* [libclang] Fixed signed/unsigned comparison warning introduced in my revision...Cameron Desrochers2016-08-181-1/+1
* [libclang] Add clang_getAllSkippedRanges functionCameron Desrochers2016-08-181-2/+80
* tests: Add explicit -stdlib=libstdc++ to tests that require itJonas Hahnfeld2016-02-121-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-37/+0
* Avoid picking up system headers in unittest by providing a fake libstdc++ wit...Benjamin Kramer2015-12-011-2/+4
* Add --gcc-toolchain= to one of the libclang unitests to fix issue related to Samuel Antao2015-11-301-1/+2
* [libclang] Add entry points that take a full command line including argv[0].Benjamin Kramer2015-11-181-0/+26
* Tweak libclang's users, c-arcmt-test, c-index-test and libclangTests to satis...NAKAMURA Takumi2015-07-121-0/+4
* Reformat Makefile.NAKAMURA Takumi2015-07-121-1/+6
* Add clang_free to libclang to free memory allocated in libclang.Yaron Keren2015-07-091-2/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-2/+2
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-2/+3
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* [autoconf] Add clangToolingCore.a to Makefile(s) for static build w/o libclan...NAKAMURA Takumi2014-10-301-0/+1
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* VirtualFileSystem: Correctly generate the mapping for an empty VFSJustin Bogner2014-07-151-0/+10
* Use temporary module cache in testBen Langmuir2014-07-071-1/+3
* Consider module depedencies when checking a preamble in libclangBen Langmuir2014-06-301-1/+34
* LibclangTest.cpp: s/uint/unsigned/. I think 'uint' is not a standard type.NAKAMURA Takumi2014-06-291-3/+3
* Add reparse test for libclangBen Langmuir2014-06-271-0/+89
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-6/+7
* VirtualFileSystem: Fix a few directory traversal bugs in VFSWriterJustin Bogner2014-05-211-0/+68
* libclang: Give each VirtualFileOverlay unit test its own nameJustin Bogner2014-05-201-173/+176
* VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedInJustin Bogner2014-05-201-0/+51
* Switch another write_escaped to yaml::escapeBen Langmuir2014-05-161-2/+2
* Fix a tiny test-only leak, found by LSan.Nico Weber2014-04-241-8/+8
* When writing YAML in libclang, use yaml::escape instead of write_escapedBen Langmuir2014-04-171-0/+21
* [libclang] Introduce clang_VirtualFileOverlay_setCaseSensitivity that exposes...Argyrios Kyrtzidis2014-03-201-0/+23