Cameron Desrochers
|
949ea4a67b
Fixed more signed/unsigned mismatch warnings introduced in my change at r279076
|
9 vuotta sitten |
Cameron Desrochers
|
c62bf7ad86
Removed use of 'emplace' on std::map, since not all buildbot slaves support it
|
9 vuotta sitten |
Cameron Desrochers
|
584ba6b576
[libclang] Fixed signed/unsigned comparison warning introduced in my revision r279076
|
9 vuotta sitten |
Cameron Desrochers
|
840ee0d062
[libclang] Add clang_getAllSkippedRanges function
|
9 vuotta sitten |
Jonas Hahnfeld
|
4773245d34
tests: Add explicit -stdlib=libstdc++ to tests that require it
|
9 vuotta sitten |
Benjamin Kramer
|
e69c871190
Avoid picking up system headers in unittest by providing a fake libstdc++ with a ridiculously high version number.
|
9 vuotta sitten |
Samuel Antao
|
34c87211f9
Add --gcc-toolchain= to one of the libclang unitests to fix issue related to
|
9 vuotta sitten |
Benjamin Kramer
|
b1dfd66099
[libclang] Add entry points that take a full command line including argv[0].
|
9 vuotta sitten |
Yaron Keren
|
78932e68d4
Add clang_free to libclang to free memory allocated in libclang.
|
10 vuotta sitten |
Alexander Kornienko
|
8ca7705aa3
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
|
10 vuotta sitten |
Alexander Kornienko
|
ac58acc7f2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 vuotta sitten |
Alexander Kornienko
|
dfa4cf3126
Use 'override/final' instead of 'virtual' for overridden methods
|
10 vuotta sitten |
Chandler Carruth
|
f3590b88bc
[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py
|
10 vuotta sitten |
Justin Bogner
|
9e5a027d79
VirtualFileSystem: Correctly generate the mapping for an empty VFS
|
11 vuotta sitten |
Ben Langmuir
|
c12d3d358b
Use temporary module cache in test
|
11 vuotta sitten |
Ben Langmuir
|
f4f9e50a67
Consider module depedencies when checking a preamble in libclang
|
11 vuotta sitten |
NAKAMURA Takumi
|
5179499bb3
LibclangTest.cpp: s/uint/unsigned/. I think 'uint' is not a standard type.
|
11 vuotta sitten |
Ben Langmuir
|
54d7831c3b
Add reparse test for libclang
|
11 vuotta sitten |
Craig Topper
|
b23b499237
[C++11] Use 'nullptr'. Unittests edition.
|
11 vuotta sitten |
Justin Bogner
|
9fefd0267a
VirtualFileSystem: Fix a few directory traversal bugs in VFSWriter
|
11 vuotta sitten |
Justin Bogner
|
e4fee1f13c
libclang: Give each VirtualFileOverlay unit test its own name
|
11 vuotta sitten |
Justin Bogner
|
f1b460f9ea
VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedIn
|
11 vuotta sitten |
Ben Langmuir
|
74a4aaa5ce
Switch another write_escaped to yaml::escape
|
11 vuotta sitten |
Nico Weber
|
b7ed4eee85
Fix a tiny test-only leak, found by LSan.
|
11 vuotta sitten |
Ben Langmuir
|
f288c56a51
When writing YAML in libclang, use yaml::escape instead of write_escaped
|
11 vuotta sitten |
Argyrios Kyrtzidis
|
ae3c93f93a
[libclang] Introduce clang_VirtualFileOverlay_setCaseSensitivity that exposes the VFS option
|
11 vuotta sitten |
Argyrios Kyrtzidis
|
1d4cff185f
[libclang] Introduce APIs that assist in constructing a simple module.map file for a user framework.
|
11 vuotta sitten |
Argyrios Kyrtzidis
|
28b7261a1a
[libclang] Change clang_VirtualFileOverlay_writeToBuffer to return a malloc'ed buffer.
|
11 vuotta sitten |
Argyrios Kyrtzidis
|
57fc288553
[libclang] Introduce libclang APIs for creating a buffer with a JSON virtual file overlay description.
|
11 vuotta sitten |
Dmitri Gribenko
|
69ca344218
libclang: ensure clang_createTranslationUnit2 always initializes *TU
|
11 vuotta sitten |