| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: Add explicit -stdlib=libstdc++ to tests that require it | Jonas Hahnfeld | 2016-02-12 | 1 | -1/+1 |
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -37/+0 |
* | Avoid picking up system headers in unittest by providing a fake libstdc++ wit... | Benjamin Kramer | 2015-12-01 | 1 | -2/+4 |
* | Add --gcc-toolchain= to one of the libclang unitests to fix issue related to | Samuel Antao | 2015-11-30 | 1 | -1/+2 |
* | [libclang] Add entry points that take a full command line including argv[0]. | Benjamin Kramer | 2015-11-18 | 1 | -0/+26 |
* | Tweak libclang's users, c-arcmt-test, c-index-test and libclangTests to satis... | NAKAMURA Takumi | 2015-07-12 | 1 | -0/+4 |
* | Reformat Makefile. | NAKAMURA Takumi | 2015-07-12 | 1 | -1/+6 |
* | Add clang_free to libclang to free memory allocated in libclang. | Yaron Keren | 2015-07-09 | 1 | -2/+2 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -2/+2 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -3/+2 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -2/+3 |
* | [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
* | [autoconf] Add clangToolingCore.a to Makefile(s) for static build w/o libclan... | NAKAMURA Takumi | 2014-10-30 | 1 | -0/+1 |
* | Make clang's rewrite engine a core feature | Alp Toker | 2014-07-16 | 1 | -1/+1 |
* | VirtualFileSystem: Correctly generate the mapping for an empty VFS | Justin Bogner | 2014-07-15 | 1 | -0/+10 |
* | Use temporary module cache in test | Ben Langmuir | 2014-07-07 | 1 | -1/+3 |
* | Consider module depedencies when checking a preamble in libclang | Ben Langmuir | 2014-06-30 | 1 | -1/+34 |
* | LibclangTest.cpp: s/uint/unsigned/. I think 'uint' is not a standard type. | NAKAMURA Takumi | 2014-06-29 | 1 | -3/+3 |
* | Add reparse test for libclang | Ben Langmuir | 2014-06-27 | 1 | -0/+89 |
* | [C++11] Use 'nullptr'. Unittests edition. | Craig Topper | 2014-06-08 | 1 | -6/+7 |
* | VirtualFileSystem: Fix a few directory traversal bugs in VFSWriter | Justin Bogner | 2014-05-21 | 1 | -0/+68 |
* | libclang: Give each VirtualFileOverlay unit test its own name | Justin Bogner | 2014-05-20 | 1 | -173/+176 |
* | VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedIn | Justin Bogner | 2014-05-20 | 1 | -0/+51 |
* | Switch another write_escaped to yaml::escape | Ben Langmuir | 2014-05-16 | 1 | -2/+2 |
* | Fix a tiny test-only leak, found by LSan. | Nico Weber | 2014-04-24 | 1 | -8/+8 |
* | When writing YAML in libclang, use yaml::escape instead of write_escaped | Ben Langmuir | 2014-04-17 | 1 | -0/+21 |
* | [libclang] Introduce clang_VirtualFileOverlay_setCaseSensitivity that exposes... | Argyrios Kyrtzidis | 2014-03-20 | 1 | -0/+23 |
* | [libclang] Introduce APIs that assist in constructing a simple module.map fil... | Argyrios Kyrtzidis | 2014-03-03 | 1 | -0/+23 |
* | [libclang] Change clang_VirtualFileOverlay_writeToBuffer to return a malloc'e... | Argyrios Kyrtzidis | 2014-03-03 | 1 | -4/+6 |
* | [libclang] Introduce libclang APIs for creating a buffer with a JSON virtual ... | Argyrios Kyrtzidis | 2014-02-25 | 1 | -0/+111 |
* | libclang: ensure clang_createTranslationUnit2 always initializes *TU | Dmitri Gribenko | 2014-02-19 | 1 | -1/+14 |
* | Add files that I forgot to svn add in 201578. | Dmitri Gribenko | 2014-02-18 | 3 | -0/+51 |
* | Revert "libclang: fix a bug in processing invalid arguments, introduced in r2... | Juergen Ributzka | 2014-02-13 | 3 | -49/+0 |
* | libclang: fix a bug in processing invalid arguments, introduced in r201249, | Dmitri Gribenko | 2014-02-13 | 3 | -0/+49 |