]> granicus.if.org Git - clang/history - unittests/libclang
This call-site should have been updated as part of D34304.
[clang] / unittests / libclang /
2016-08-18 Cameron DesrochersFixed more signed/unsigned mismatch warnings introduced...
2016-08-18 Cameron DesrochersRemoved use of 'emplace' on std::map, since not all...
2016-08-18 Cameron Desrochers[libclang] Fixed signed/unsigned comparison warning...
2016-08-18 Cameron Desrochers[libclang] Add clang_getAllSkippedRanges function
2016-02-12 Jonas Hahnfeldtests: Add explicit -stdlib=libstdc++ to tests that...
2016-01-26 Chris BienemanRemove autoconf support
2015-12-01 Benjamin KramerAvoid picking up system headers in unittest by providin...
2015-11-30 Samuel AntaoAdd --gcc-toolchain= to one of the libclang unitests...
2015-11-18 Benjamin Kramer[libclang] Add entry points that take a full command...
2015-07-12 NAKAMURA TakumiTweak libclang's users, c-arcmt-test, c-index-test...
2015-07-12 NAKAMURA TakumiReformat Makefile.
2015-07-09 Yaron KerenAdd clang_free to libclang to free memory allocated...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-02-25 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-25 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-01-14 Chandler Carruth[cleanup] Re-sort the #include lines using llvm/utils...
2014-10-30 NAKAMURA Takumi[autoconf] Add clangToolingCore.a to Makefile(s) for...
2014-07-16 Alp TokerMake clang's rewrite engine a core feature
2014-07-15 Justin BognerVirtualFileSystem: Correctly generate the mapping for...
2014-07-07 Ben LangmuirUse temporary module cache in test
2014-06-30 Ben LangmuirConsider module depedencies when checking a preamble...
2014-06-29 NAKAMURA TakumiLibclangTest.cpp: s/uint/unsigned/. I think 'uint'...
2014-06-27 Ben LangmuirAdd reparse test for libclang
2014-06-08 Craig Topper[C++11] Use 'nullptr'. Unittests edition.
2014-05-21 Justin BognerVirtualFileSystem: Fix a few directory traversal bugs...
2014-05-20 Justin Bognerlibclang: Give each VirtualFileOverlay unit test its...
2014-05-20 Justin BognerVirtualFileSystem: Fix false positives in YAMLVFSWriter...
2014-05-16 Ben LangmuirSwitch another write_escaped to yaml::escape
2014-04-24 Nico WeberFix a tiny test-only leak, found by LSan.
2014-04-17 Ben LangmuirWhen writing YAML in libclang, use yaml::escape instead...
2014-03-20 Argyrios Kyrtzidis[libclang] Introduce clang_VirtualFileOverlay_setCaseSe...
2014-03-03 Argyrios Kyrtzidis[libclang] Introduce APIs that assist in constructing...
2014-03-03 Argyrios Kyrtzidis[libclang] Change clang_VirtualFileOverlay_writeToBuffe...
2014-02-25 Argyrios Kyrtzidis[libclang] Introduce libclang APIs for creating a buffe...
2014-02-19 Dmitri Gribenkolibclang: ensure clang_createTranslationUnit2 always...
2014-02-18 Dmitri GribenkoAdd files that I forgot to svn add in 201578.
2014-02-13 Juergen RibutzkaRevert "libclang: fix a bug in processing invalid argum...
2014-02-13 Dmitri Gribenkolibclang: fix a bug in processing invalid arguments...