aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/libclang/BuildSystem.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-11-09Replace TimeValue with TimePoint in BuildSystem.cpp. NFC.Pavel Labath1-2/+2
2015-07-09Add clang_free to libclang to free memory allocated in libclang.Yaron Keren1-0/+4
2014-05-20VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping filesJustin Bogner1-141/+9
2014-05-16Switch another write_escaped to yaml::escapeBen Langmuir1-2/+2
2014-04-17When writing YAML in libclang, use yaml::escape instead of write_escapedBen Langmuir1-4/+4
2014-03-20[libclang] Introduce clang_VirtualFileOverlay_setCaseSensitivity that exposes...Argyrios Kyrtzidis1-4/+26
2014-03-04[cleanup] Re-sort includes with llvm/utils/sort_includes.py and fixChandler Carruth1-1/+1
2014-03-03[libclang] Introduce APIs that assist in constructing a simple module.map fil...Argyrios Kyrtzidis1-0/+58
2014-03-03[libclang] Change clang_VirtualFileOverlay_writeToBuffer to return a malloc'e...Argyrios Kyrtzidis1-4/+8
2014-02-25[libclang] Introduce libclang APIs for creating a buffer with a JSON virtual ...Argyrios Kyrtzidis1-2/+175
2014-02-12'svn add' files I forgot for r201224 (Add an option to allow Clang verifyDmitri Gribenko1-0/+22