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
/
SemaCXX
/
alignof-sizeof-reference.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
sizeof(void) etc. should be a hard error in C++.
Eli Friedman
2013-08-13
1
-2
/
+2
*
Produce a diagnostic if alignas is applied to an expression. Neither C11 nor
Richard Smith
2013-01-29
1
-2
/
+4
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Allow calling an overloaded function set by taking the address of the
Douglas Gregor
2011-10-13
1
-1
/
+2
*
Catch placeholder types in DefaultLvalueConversion
John McCall
2011-10-11
1
-6
/
+6
*
Check for placeholders early on in
Douglas Gregor
2011-06-22
1
-0
/
+6
*
Clean up our handling of template-ids that resolve down to a single
Douglas Gregor
2011-03-16
1
-3
/
+3
*
Progress.
John McCall
2010-10-12
1
-1
/
+1
*
Add some infrastructure for dealing with expressions of 'placeholder' type,
John McCall
2010-10-12
1
-1
/
+1
*
Complain about sizeof(overloaded function) rather than crashing.
Douglas Gregor
2010-05-23
1
-0
/
+6
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Intercept sizeof and alignof references before they get into ASTContext metho...
Sebastian Redl
2009-11-23
1
-0
/
+9