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
/
warn-assignment-condition.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unrevert r166268, reverted in r166272, with a fix for the issue which Nick
Richard Smith
2012-10-21
1
-3
/
+3
*
Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid.
Nick Lewycky
2012-10-19
1
-3
/
+3
*
PR14124: When performing template instantiation of a qualified-id outside of a
Richard Smith
2012-10-19
1
-3
/
+3
*
Place 'equality comparison with extraneous parentheses...' into a subgroup of...
Ted Kremenek
2011-09-06
1
-0
/
+6
*
Don't do the checks of Sema::DiagnoseEqualityWithExtraParens() on type-depend...
Argyrios Kyrtzidis
2011-03-28
1
-0
/
+13
*
Remove redundant check to not warn for warn_equality_with_extra_parens if we ...
Ted Kremenek
2011-02-02
1
-9
/
+0
*
Don't warn about extraneous '()' around a comparison if it occurs within a ma...
Ted Kremenek
2011-02-01
1
-0
/
+10
*
Don't warn for "if ((a == b))" if the parens came from a macro. Thanks to Far...
Argyrios Kyrtzidis
2011-02-01
1
-0
/
+4
*
For "if ((a == b))" only warn if 'a' is a modifiable l-value. Caught by John!
Argyrios Kyrtzidis
2011-02-01
1
-0
/
+10
*
Warn for "if ((a == b))" where the equality expression is needlessly wrapped ...
Argyrios Kyrtzidis
2011-02-01
1
-0
/
+4
*
Warn about the use of unparenthesized |= in conditionals (which may be
Douglas Gregor
2011-01-19
1
-0
/
+10
*
When diagnosing suspicious precedence or assignments, move the fix-it
Douglas Gregor
2010-04-14
1
-16
/
+33
*
Improve the fix-its for -Wparentheses to ensure that the fix-it
Douglas Gregor
2010-01-08
1
-16
/
+32
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Implement -Wparentheses: warn about using assignments in contexts that require
John McCall
2009-10-12
1
-0
/
+65