summaryrefslogtreecommitdiff
path: root/clang/unittests/libclang
AgeCommit message (Expand)Author
2018-07-10Revert r336590 "[libclang] evalute compound statement cursors before trying t...Evgeniy Stepanov
2018-07-09[libclang] evalute compound statement cursors before trying to evaluateAlex Lorenz
2018-05-15[clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-04-21[libclang] Fix LibclangReparseTest.FileName when TMPDIR is set to a symlinkPetr Pavlu
2018-04-16Defer adding keywords to the identifier table until after the language option...Aaron Ballman
2018-04-07[libclang] Add clang_File_tryGetRealPathNameFangrui Song
2018-01-16[libclang] Add PrintingPolicy for pretty printing declarationsJonathan Coe
2018-01-15Fixed memory leak in unit test introduced in my previous commit r322503Cameron Desrochers
2018-01-15[PCH] Serialize skipped preprocessor rangesCameron Desrochers
2017-12-11Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane
2017-12-11For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2016-08-18Fixed more signed/unsigned mismatch warnings introduced in my change at r279076Cameron Desrochers
2016-08-18Removed use of 'emplace' on std::map, since not all buildbot slaves support itCameron Desrochers
2016-08-18[libclang] Fixed signed/unsigned comparison warning introduced in my revision...Cameron Desrochers
2016-08-18[libclang] Add clang_getAllSkippedRanges functionCameron Desrochers
2016-02-12tests: Add explicit -stdlib=libstdc++ to tests that require itJonas Hahnfeld
2016-01-26Remove autoconf supportChris Bieneman
2015-12-01Avoid picking up system headers in unittest by providing a fake libstdc++ wit...Benjamin Kramer
2015-11-30Add --gcc-toolchain= to one of the libclang unitests to fix issue related toSamuel Antao
2015-11-18[libclang] Add entry points that take a full command line including argv[0].Benjamin Kramer
2015-07-12Tweak libclang's users, c-arcmt-test, c-index-test and libclangTests to satis...NAKAMURA Takumi
2015-07-12Reformat Makefile.NAKAMURA Takumi
2015-07-09Add clang_free to libclang to free memory allocated in libclang.Yaron Keren
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-01-14[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth
2014-10-30[autoconf] Add clangToolingCore.a to Makefile(s) for static build w/o libclan...NAKAMURA Takumi
2014-07-16Make clang's rewrite engine a core featureAlp Toker
2014-07-15VirtualFileSystem: Correctly generate the mapping for an empty VFSJustin Bogner
2014-07-07Use temporary module cache in testBen Langmuir
2014-06-30Consider module depedencies when checking a preamble in libclangBen Langmuir
2014-06-29LibclangTest.cpp: s/uint/unsigned/. I think 'uint' is not a standard type.NAKAMURA Takumi
2014-06-27Add reparse test for libclangBen Langmuir
2014-06-08[C++11] Use 'nullptr'. Unittests edition.Craig Topper
2014-05-21VirtualFileSystem: Fix a few directory traversal bugs in VFSWriterJustin Bogner
2014-05-20libclang: Give each VirtualFileOverlay unit test its own nameJustin Bogner
2014-05-20VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedInJustin Bogner
2014-05-16Switch another write_escaped to yaml::escapeBen Langmuir
2014-04-24Fix a tiny test-only leak, found by LSan.Nico Weber
2014-04-17When writing YAML in libclang, use yaml::escape instead of write_escapedBen Langmuir
2014-03-20[libclang] Introduce clang_VirtualFileOverlay_setCaseSensitivity that exposes...Argyrios Kyrtzidis
2014-03-03[libclang] Introduce APIs that assist in constructing a simple module.map fil...Argyrios Kyrtzidis
2014-03-03[libclang] Change clang_VirtualFileOverlay_writeToBuffer to return a malloc'e...Argyrios Kyrtzidis
2014-02-25[libclang] Introduce libclang APIs for creating a buffer with a JSON virtual ...Argyrios Kyrtzidis
2014-02-19libclang: ensure clang_createTranslationUnit2 always initializes *TUDmitri Gribenko
2014-02-18Add files that I forgot to svn add in 201578.Dmitri Gribenko