1. 6df47ce Revert r336590 "[libclang] evalute compound statement cursors before trying to evaluate" by Evgeniy Stepanov · 7 years ago
  2. 81f157b [libclang] evalute compound statement cursors before trying to evaluate by Alex Lorenz · 7 years ago
  3. 3538b39 [clang] Update uses of DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  4. b25187a [libclang] Fix LibclangReparseTest.FileName when TMPDIR is set to a symlink by Petr Pavlu · 7 years ago
  5. d742dc2 Defer adding keywords to the identifier table until after the language options have been loaded from the AST file. by Aaron Ballman · 7 years ago
  6. e46ac5f [libclang] Add clang_File_tryGetRealPathName by Fangrui Song · 7 years ago
  7. 45ef503 [libclang] Add PrintingPolicy for pretty printing declarations by Jonathan Coe · 8 years ago
  8. 3d24630 Fixed memory leak in unit test introduced in my previous commit r322503 by Cameron Desrochers · 8 years ago
  9. b60f1b6 [PCH] Serialize skipped preprocessor ranges by Cameron Desrochers · 8 years ago
  10. 6c48359 Revert 320391: Certain targets are failing, pulling back to diagnose. by Erich Keane · 8 years ago
  11. bb32255 For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is available by Erich Keane · 8 years ago
  12. 6700b49 Fixed more signed/unsigned mismatch warnings introduced in my change at r279076 by Cameron Desrochers · 9 years ago
  13. cc29958 Removed use of 'emplace' on std::map, since not all buildbot slaves support it by Cameron Desrochers · 9 years ago
  14. 0d40a49 [libclang] Fixed signed/unsigned comparison warning introduced in my revision r279076 by Cameron Desrochers · 9 years ago
  15. d809128 [libclang] Add clang_getAllSkippedRanges function by Cameron Desrochers · 9 years ago
  16. 91924a6 tests: Add explicit -stdlib=libstdc++ to tests that require it by Jonas Hahnfeld · 10 years ago
  17. 5fecd67 Avoid picking up system headers in unittest by providing a fake libstdc++ with a ridiculously high version number. by Benjamin Kramer · 10 years ago
  18. e5113bc Add --gcc-toolchain= to one of the libclang unitests to fix issue related to by Samuel Antao · 10 years ago
  19. c02670e [libclang] Add entry points that take a full command line including argv[0]. by Benjamin Kramer · 10 years ago
  20. 45a5bfe Add clang_free to libclang to free memory allocated in libclang. by Yaron Keren · 10 years ago
  21. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  22. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  23. 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  24. 575bc3ba [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py by Chandler Carruth · 11 years ago
  25. 7346640 VirtualFileSystem: Correctly generate the mapping for an empty VFS by Justin Bogner · 11 years ago
  26. e218cd7 Use temporary module cache in test by Ben Langmuir · 11 years ago
  27. 33c8090 Consider module depedencies when checking a preamble in libclang by Ben Langmuir · 11 years ago
  28. 6189422 LibclangTest.cpp: s/uint/unsigned/. I think 'uint' is not a standard type. by NAKAMURA Takumi · 11 years ago
  29. f3050d2 Add reparse test for libclang by Ben Langmuir · 11 years ago
  30. 416fa34 [C++11] Use 'nullptr'. Unittests edition. by Craig Topper · 11 years ago
  31. 44fa45034 VirtualFileSystem: Fix a few directory traversal bugs in VFSWriter by Justin Bogner · 11 years ago
  32. 5719614 libclang: Give each VirtualFileOverlay unit test its own name by Justin Bogner · 11 years ago
  33. 1c078f2 VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedIn by Justin Bogner · 11 years ago
  34. 5bf828d Switch another write_escaped to yaml::escape by Ben Langmuir · 11 years ago
  35. 655af09 Fix a tiny test-only leak, found by LSan. by Nico Weber · 11 years ago
  36. a56071c5 When writing YAML in libclang, use yaml::escape instead of write_escaped by Ben Langmuir · 11 years ago
  37. a9ab4d4 [libclang] Introduce clang_VirtualFileOverlay_setCaseSensitivity that exposes the VFS option by Argyrios Kyrtzidis · 12 years ago
  38. d502a10 [libclang] Introduce APIs that assist in constructing a simple module.map file for a user framework. by Argyrios Kyrtzidis · 12 years ago
  39. 74c96c0 [libclang] Change clang_VirtualFileOverlay_writeToBuffer to return a malloc'ed buffer. by Argyrios Kyrtzidis · 12 years ago
  40. 0b9682e [libclang] Introduce libclang APIs for creating a buffer with a JSON virtual file overlay description. by Argyrios Kyrtzidis · 12 years ago
  41. 8850cda libclang: ensure clang_createTranslationUnit2 always initializes *TU by Dmitri Gribenko · 12 years ago
  42. f85b929 Add files that I forgot to svn add in 201578. by Dmitri Gribenko · 12 years ago
  43. c67c93d Revert "libclang: fix a bug in processing invalid arguments, introduced in r201249," by Juergen Ributzka · 12 years ago
  44. fbe5672 libclang: fix a bug in processing invalid arguments, introduced in r201249, by Dmitri Gribenko · 12 years ago