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
/
expr
/
expr.unary
/
expr.unary.op
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Be consistent about diagnostic wording: always use "cannot".
Davide Italiano
2015-08-15
1
-1
/
+1
*
PR16074, implement warnings to catch pointer to boolean true and pointer to
Richard Trieu
2014-02-26
1
-1
/
+1
*
Revert "Don't require -re suffix on -verify directives with regexes."
Alp Toker
2013-12-14
1
-1
/
+1
*
Don't require -re suffix on -verify directives with regexes.
Hans Wennborg
2013-12-14
1
-1
/
+1
*
Tighten test regexes checking for __attribute__((thiscall)) on function types.
Hans Wennborg
2013-12-13
1
-1
/
+1
*
Switch to the new MingW ABI.
Rafael Espindola
2013-12-12
1
-1
/
+1
*
Implement DR61: Address of ambiguous bound methods should be disallowed
David Majnemer
2013-06-11
1
-1
/
+3
*
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-10-19
1
-0
/
+1
*
Improve some of the conversion warnings to fire on conversion to bool.
David Blaikie
2012-05-15
1
-1
/
+1
*
Don't consider an overloaded operator& when the expression is actually
Douglas Gregor
2011-12-14
1
-0
/
+28
*
Allow calling an overloaded function set by taking the address of the
Douglas Gregor
2011-10-13
1
-3
/
+2
*
Catch placeholder types in DefaultLvalueConversion
John McCall
2011-10-11
1
-3
/
+3
*
Clean up our handling of template-ids that resolve down to a single
Douglas Gregor
2011-03-16
1
-3
/
+3
*
Properly diagnose invalid casts to function references. Patch by
Douglas Gregor
2010-11-08
1
-4
/
+2
*
Progress.
John McCall
2010-10-12
1
-1
/
+1
*
Check that an overloaded function name, when used by the ! operator,
Douglas Gregor
2010-09-20
1
-0
/
+36
*
Catch the case of trying to turn '&(X::a)' into a member pointer as well.
John McCall
2010-08-24
1
-0
/
+45