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
/
test
/
CXX
/
class
/
class.nest
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Lit Test] Updated 20 Lit tests to be C++11 compatible.
Charles Li
2015-12-10
1
-1
/
+6
*
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-10-19
1
-0
/
+1
*
Improve diagnostics for invalid use of non-static members / this:
Richard Smith
2012-04-05
1
-2
/
+2
*
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-15
2
-3
/
+3
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Forgot a file in r120182
Sebastian Redl
2010-11-26
1
-0
/
+14
*
Allow access to non-static members without an object in sizeof expressions, i...
Sebastian Redl
2010-11-26
1
-3
/
+3
*
Make Decl::isOutOfLine() virtual, and use that to determine when definitions
Chandler Carruth
2010-02-21
1
-0
/
+25
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
AlisdairM pointed out that this will likely be relaxed in C++0x, so let's
John McCall
2009-08-06
1
-0
/
+3
*
Add a test for invalid uses of non-static members from nested classes, just
John McCall
2009-08-05
1
-0
/
+11