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-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
2011-10-24
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-23
[analyzer] Remove LocationContext creation methods from AnalysisManager, and ...
Ted Kremenek
2011-10-21
Thread safety analysis refactoring: invalid lock expressions.
DeLesley Hutchins
2011-10-19
Only warn at self-initialization if some later use is always uninitialized.
Matt Beaumont-Gay
2011-10-13
Tweak -Wuninitialized's handling of 'int x = x' to report that as the root ca...
Ted Kremenek
2011-10-10
Don't suggest 'noreturn' for function template instantiations, because
Douglas Gregor
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-15
Thread safety: refactoring various out of scope warnings to use the same inte...
Caitlin Sadowski
2011-09-14
Thread safety: reverting to use separate warning for requirement to hold any ...
Caitlin Sadowski
2011-09-13
Thread safety: Initializing var before exhaustive switch statement to deal wi...
Caitlin Sadowski
2011-09-13
Switch -Wreturn-type to completely rely on the CFG model of no-return.
Chandler Carruth
2011-09-10
Show either a location or a fixit note, not both, for uninitialized variable ...
David Blaikie
2011-09-10
Fix a diagnostics crasher with -Wmissing-noreturn in Objective-C
Douglas Gregor
2011-09-09
Thread safety: This patch deals with previously unhandled cases when building...
Caitlin Sadowski
2011-09-09
Thread Safety: Moving the analysis to a new file
Caitlin Sadowski
2011-09-09
Thread safety: refactoring test cases
Caitlin Sadowski
2011-09-09
Thread safety: refactoring to use an error handler
Caitlin Sadowski
2011-09-08
Thread safety: small edit to unused variation on warning left in by accident ...
Caitlin Sadowski
2011-09-08
Thread Safety: In C++0x Mutexes are the objects that control access to share...
Caitlin Sadowski
2011-09-08
Thread Safety: adding basic no thread safety analysis option
Caitlin Sadowski
2011-09-08
Thread safety: Adding basic support for locks required and excluded attributes
Caitlin Sadowski
2011-09-08
Thread safety: shared vs. exclusive locks
Caitlin Sadowski
2011-09-08
Thread Safety: Patch to implement delayed parsing of attributes within a
Caitlin Sadowski
2011-08-31
Improve the diagnostic text for -Wmissing-noreturn to include the name
Chandler Carruth
2011-08-29
Thread safety: added basic handling for pt_guarded_by/var and guarded_by/var ...
Caitlin Sadowski
2011-08-29
Thread safety: various minor bugfixes, with test cases
Caitlin Sadowski
2011-08-27
In C++0x mode, suggest nullptr as the initializer for an uninitialized
Douglas Gregor
2011-08-24
Thread safety: Fix a few typos in last commit -- use LockID instead of Lock i...
Caitlin Sadowski
2011-08-23
Start reworking -Wunreachable-code. The original analysis had serious flaws ...
Ted Kremenek
[next]