index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
constructor-default-arg.cpp
Age
Commit message (
Expand
)
Author
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-06-03
These tests require particular registered targets. Declared as such.
Galina Kistanova
2010-09-22
update a bunch of tests that are using the x86 backend instead of grepping IR :(
Chris Lattner
2009-12-18
Testcase fixes to reflect instruction table changes in the LLVM backend
Sean Callanan
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-17
Undo previous test fix. -split-phi-edges now disables automatically when the
Jakob Stoklund Olesen
2009-11-17
Fix tests after enabling -split-phi-edges.
Jakob Stoklund Olesen
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-09-26
Mangle record types as decls.
Anders Carlsson
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-05
A blank line to separate the two blocks(per Mike comment).
Fariborz Jahanian
2009-08-05
Modified test case to use FileCheck.
Fariborz Jahanian
2009-08-05
Patch to improve ir-gen for constructors with default argument
Fariborz Jahanian