index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
AnalysisBasedWarnings.cpp
Age
Commit message (
Expand
)
Author
2012-12-07
Fix analysis based warnings so that all warnings are emitted when compiling
DeLesley Hutchins
2012-12-05
Thread safety analysis: Add a new "beta" warning flag: -Wthread-safety-beta.
DeLesley Hutchins
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-12
Per discussion on cfe-dev, re-enable suppression of -Wimplicit-fallthrough on...
Ted Kremenek
2012-11-10
Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further ...
Ted Kremenek
2012-11-10
Disable -Wimplicit-fallthrough when not using C++.
Ted Kremenek
2012-10-29
-Warc-repeated-use-of-weak: allow single reads in loops from local variables.
Jordan Rose
2012-10-11
-Warc-repeated-use-of-weak: Don't warn on a single read followed by writes.
Jordan Rose
2012-10-08
StringRef-ify Binary/UnaryOperator::getOpcodeStr
David Blaikie
2012-09-29
Move the 'find macro by spelling' infrastructure to the Preprocessor class and
Dmitri Gribenko
2012-09-28
Fix buildbots by not using a template from another namespace.
Jordan Rose
2012-09-28
Compatibility macro detection for the -Wimplicit-fallthrough diagnostic.
Alexander Kornienko
2012-09-28
-Warc-repeated-use-of-weak: check ivars and variables as well.
Jordan Rose
2012-09-28
Add a warning (off by default) for repeated use of the same weak property.
Jordan Rose
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-19
Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED or
DeLesley Hutchins
2012-09-10
Thread-safety analysis: differentiate between two forms of analysis; a precise
DeLesley Hutchins
2012-09-05
Continue including temporary destructors in the CFG used for warnings.
Jordan Rose
2012-08-20
[ms-inline asm] Remove old cruft now that MS-style asms their own code path.
Chad Rosier
2012-07-17
Uninitialized variables: two little changes:
Richard Smith
2012-07-02
Thread safety analysis: fixed incorrect error message at the end of a locks_r...
DeLesley Hutchins
2012-06-15
Stop referring to functions as methods in per-function fallthrough-checking.
Sean Hunt
2012-06-11
Etch out the code path for MS-style inline assembly.
Chad Rosier
2012-06-02
Implementation of a "soft opt-in" option for -Wimplicit-fallthrough diagnosti...
Alexander Kornienko
2012-05-26
In response to some discussions on IRC, tweak the wording of the new
Richard Smith
2012-05-26
Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to a
Alexander Kornienko
2012-05-25
Split a chunk of -Wconditional-uninitialized warnings out into a separate flag,
Richard Smith
2012-05-24
Some cleanups around the uninitialized variables warning, and a FIXME. No fun...
Richard Smith
2012-05-09
Pull some cases of initialization with self-reference warnings out of
Richard Trieu
2012-05-03
Silence unused-variable warning when assertions are disabled.
Kaelyn Uhrain
2012-05-03
Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between
Richard Smith
2012-05-03
Fix a note without a SourceLocation.
Richard Trieu
2012-04-30
Add FixItHint for -Wnull-conversion to initialize with an appropriate literal.
David Blaikie
2012-04-28
[analyzer] Remove references to idx::TranslationUnit. Index is dead, cross-TU...
Jordy Rose
2012-03-26
ThreadSafetyReporter: Manage diagnostics in a std::list.
Benjamin Kramer
2012-03-08
improve on diagnostic and provide a fixit hint when
Fariborz Jahanian
2012-02-15
When overload resolution picks an implicitly-deleted special member
Douglas Gregor
2012-02-15
Specialize noreturn diagnostics for lambda expressions.
Douglas Gregor
2012-02-07
Revert my patches which removed Diagnostic.h includes by moving some operator...
Benjamin Kramer
2012-02-04
Move various diagnostic operator<< overloads out of line and remove includes ...
Benjamin Kramer
2012-02-03
Thread safety analysis:
Richard Smith
2012-01-24
Revert various template unreachability code I committed accidentally.
David Blaikie
2012-01-24
Simple hack to do unreachable code analysis on template patterns.
David Blaikie
2012-01-21
Make clang's AST model sizeof and typeof with potentially-evaluated operands ...
Eli Friedman
2012-01-12
Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:
Richard Smith
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-08
This patch extends thread safety analysis with support for the scoped_lockabl...
DeLesley Hutchins
2011-12-01
Further tweak -Wurneachable-code and templates by allowing the warning to run on
Ted Kremenek
2011-11-30
Don't run -Wunreachable-code on template instantiations. Different instantia...
Ted Kremenek
[next]