index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
StaticAnalyzer
/
Core
/
BugReporter
/
BugReporter.h
Age
Commit message (
Expand
)
Author
2013-05-03
Re-apply 180974 with the build error fixed. This was the result
Ted Kremenek
2013-05-03
Revert "Change LocationContextMap to be a temporary instead of shared variabl...
Rafael Espindola
2013-05-02
Change LocationContextMap to be a temporary instead of shared variable in Bug...
Ted Kremenek
2013-01-30
[analyzer] Move report false positive suppression to report visitors.
Anna Zaks
2013-01-19
[analyzer] Suppress warnings coming out of macros defined in sys/queue.h
Anna Zaks
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-08
[analyzer] Include the bug uniqueing location in the issue_hash.
Anna Zaks
2012-12-07
[analyzer] Fix r168019 to work with unpruned paths as well.
Jordan Rose
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-11-15
[analyzer] Make sure calls in synthesized functions have valid path locations.
Jordan Rose
2012-11-02
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-10-11
Remove pointless classof()'s.
Sean Silva
2012-09-22
[analyzer] Allow a BugReport to be marked "invalid" during path generation.
Jordan Rose
2012-09-21
Implement faux-body-synthesis of well-known functions in the static analyzer ...
Ted Kremenek
2012-08-31
[analyzer] Ensure that PathDiagnostics profile the same regardless of path.
Jordan Rose
2012-08-29
[analyzer] Improved diagnostic pruning for calls initializing values.
Anna Zaks
2012-08-16
Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...
Ted Kremenek
2012-05-31
Allow some BugReports to opt-out of PathDiagnostic callstack pruning until we...
Ted Kremenek
2012-04-05
Require that all static analyzer issues have a category. As part of this cha...
Ted Kremenek
2012-04-04
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-04-01
Analyzer: Store BugReports directly in a ilist instead of adding another laye...
Benjamin Kramer
2012-03-24
[analyzer] Restart path diagnostic generation if any of the visitors change t...
Jordy Rose
2012-03-09
[analyzer] Implement basic path diagnostic pruning based on "interesting" sym...
Ted Kremenek
2012-02-23
[analyzer] Malloc: unique leak reports by allocation site.
Anna Zaks
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-09-26
Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397
David Blaikie
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-20
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-09-19
[analyzer] BugReport has a profile method, so reuse it here.
Anna Zaks
2011-08-28
[analyzer] Header cleanup to decrease coupling (and recompilation). No functi...
Jordy Rose
2011-08-24
[analyzer] Allow checker writes to specify that no region should be accosiate...
Anna Zaks
2011-08-22
Static Analyzer Diagnostics: Allow checkers to add ExtraDescriptiveText, now ...
Anna Zaks
2011-08-20
Static Analyzer Diagnostics: Move the responsibility for generating the endOf...
Anna Zaks
2011-08-19
Static Analyzer Diagnostics: Switch CFRefCount to using the new visitor API. ...
Anna Zaks
2011-08-19
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) AP...
Anna Zaks
2011-08-19
Fix a memory leak in the analyzer - BugReports didn't get freed. Plus, remove...
Anna Zaks
2011-08-18
Static Analyzer Diagnostics: Move custom diagnostic visitors from BugReporter...
Anna Zaks
2011-08-18
Fix a regression form r137894. Make sure the custom BugReporterVisitors get r...
Anna Zaks
2011-08-17
Add more comments for BugReport.
Anna Zaks
2011-08-17
Remove DiagBugReport by pulling it into its parent BugReport.
Anna Zaks
2011-08-17
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...
Anna Zaks
2011-08-17
Add a bit more comments to the BugReporter and friends.
Anna Zaks
2011-08-15
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-12
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-06
[analyzer] Start sketching out a new BugReporterVisitor that inspects branche...
Ted Kremenek
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-03-14
Incorporate source ranges for RangeBugReport when coelescing reports into equ...
Ted Kremenek
2011-02-23
[analyzer] Refactor BugTypes and their ownership model.
Argyrios Kyrtzidis
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek