index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
C++Tests
Age
Commit message (
Expand
)
Author
2013-01-25
[utils] Remove C++Tests that I don't think anyone uses anymore.
Daniel Dunbar
2012-11-14
Remove the cellspu port.
Eric Christopher
2012-03-23
Remove the vestiges of the C backend.
Eric Christopher
2011-10-27
Remove the Alpha backend.
Dan Gohman
2011-10-25
Remove the Blackfin backend.
Dan Gohman
2011-10-24
Remove the SystemZ backend.
Dan Gohman
2009-12-26
Tests: Tweak LLVM-Code-Symbols test to ignore common and undefined symbols for
Daniel Dunbar
2009-12-24
Sketch a simple new C++Tests suite for checking that llvm-gcc and clang generate
Daniel Dunbar
2009-12-23
Don't commit my silly little local changes
Douglas Gregor
2009-12-23
Fix DISABLE_SMART_POINTERS build
Douglas Gregor
2009-12-22
Revert accidental commit
Douglas Gregor
2009-12-22
Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence
Douglas Gregor
2009-12-18
C++Tests: Add target paths for LLVM-Code-Compile checks as well.
Daniel Dunbar
2009-12-17
Add a couple more paths to the LLVM-Code-Syntax test
Douglas Gregor
2009-12-14
Remove accidental commit containing local paths for the LLVM-Code-Syntax test
Douglas Gregor
2009-12-14
Minor cleanups for constructor initialization in InitializationSequence
Douglas Gregor
2009-12-10
Beef up Clang-on-LLVM testing a bit, by making LLVM-Syntax recursive
Douglas Gregor
2009-11-26
Don't run the LLVM Code tests by default.
Daniel Dunbar
2009-11-26
Add -Werror for Clang and LLVM on Clang (headers) syntax tests.
Daniel Dunbar
2009-11-26
Add C++ tests to try to parse and compile the LLVM libraries
Douglas Gregor
2009-11-25
Don't try to parse LinkAllParses.h for now
Douglas Gregor
2009-11-23
Change Clang-Code-Compile tests to only -emit-llvm instead of running
Daniel Dunbar
2009-11-15
Add two new C++ lit tests suites, for testing Clang .cpp files with
Daniel Dunbar
2009-11-15
Add Clang-Syntax C++Tests; these don't run by default, use the lit arguments
Daniel Dunbar
2009-11-15
Use the other excludes syntax.
Daniel Dunbar
2009-11-06
Turn off -Wsign-compare warnings by default
Douglas Gregor
2009-11-06
When we encounter a derived-to-base conversion when performing an
Douglas Gregor
2009-11-05
Fixed two places where we needed to force completion of a type
Douglas Gregor
2009-09-16
A toy for Doug: Add some 'lit' tests which just run clang++ -fsyntax-only ove...
Daniel Dunbar