index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
warn-assignment-condition.cpp
Age
Commit message (
Expand
)
Author
2012-10-21
Unrevert r166268, reverted in r166272, with a fix for the issue which Nick
Richard Smith
2012-10-19
Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid.
Nick Lewycky
2012-10-19
PR14124: When performing template instantiation of a qualified-id outside of a
Richard Smith
2011-09-06
Place 'equality comparison with extraneous parentheses...' into a subgroup of...
Ted Kremenek
2011-03-28
Don't do the checks of Sema::DiagnoseEqualityWithExtraParens() on type-depend...
Argyrios Kyrtzidis
2011-02-02
Remove redundant check to not warn for warn_equality_with_extra_parens if we ...
Ted Kremenek
2011-02-01
Don't warn about extraneous '()' around a comparison if it occurs within a ma...
Ted Kremenek
2011-02-01
Don't warn for "if ((a == b))" if the parens came from a macro. Thanks to Far...
Argyrios Kyrtzidis
2011-02-01
For "if ((a == b))" only warn if 'a' is a modifiable l-value. Caught by John!
Argyrios Kyrtzidis
2011-02-01
Warn for "if ((a == b))" where the equality expression is needlessly wrapped ...
Argyrios Kyrtzidis
2011-01-19
Warn about the use of unparenthesized |= in conditionals (which may be
Douglas Gregor
2010-04-14
When diagnosing suspicious precedence or assignments, move the fix-it
Douglas Gregor
2010-01-08
Improve the fix-its for -Wparentheses to ensure that the fix-it
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-10-12
Implement -Wparentheses: warn about using assignments in contexts that require
John McCall