index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
derived-to-base-conv.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-1
/
+1
*
Mark C++ reference parameters as dereferenceable
Hal Finkel
2014-07-18
1
-2
/
+2
*
Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...
Nick Lewycky
2014-05-28
1
-2
/
+2
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-3
/
+3
*
When devirtualizing the conversion to a virtual base subobject,
John McCall
2012-08-01
1
-55
/
+56
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-2
/
+2
*
These tests require particular registered targets. Declared as such.
Galina Kistanova
2011-06-03
1
-0
/
+1
*
update a bunch of tests that are using the x86 backend instead of grepping IR :(
Chris Lattner
2010-09-22
1
-2
/
+2
*
Rework our handling of copy construction of temporaries, which was a
Douglas Gregor
2010-04-02
1
-3
/
+9
*
Testcase fixes to reflect instruction table changes in the LLVM backend
Sean Callanan
2009-12-18
1
-4
/
+4
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-2
/
+2
*
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
1
-1
/
+0
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-4
/
+4
*
Copy conversion of an expression to its base class
Fariborz Jahanian
2009-10-19
1
-0
/
+28
*
Implement derived-to-base AST/code gen. There is a
Fariborz Jahanian
2009-10-16
1
-0
/
+51