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