index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
libclang
/
LibclangTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed more signed/unsigned mismatch warnings introduced in my change at r279076
Cameron Desrochers
2016-08-18
1
-5
/
+5
*
Removed use of 'emplace' on std::map, since not all buildbot slaves support it
Cameron Desrochers
2016-08-18
1
-2
/
+2
*
[libclang] Fixed signed/unsigned comparison warning introduced in my revision...
Cameron Desrochers
2016-08-18
1
-1
/
+1
*
[libclang] Add clang_getAllSkippedRanges function
Cameron Desrochers
2016-08-18
1
-2
/
+80
*
tests: Add explicit -stdlib=libstdc++ to tests that require it
Jonas Hahnfeld
2016-02-12
1
-1
/
+1
*
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
*
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
*
[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
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
1
-0
/
+17
*
Revert "libclang: fix a bug in processing invalid arguments, introduced in r2...
Juergen Ributzka
2014-02-13
1
-17
/
+0
*
libclang: fix a bug in processing invalid arguments, introduced in r201249,
Dmitri Gribenko
2014-02-13
1
-0
/
+17