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
/
StaticAnalyzer
/
Core
/
PathDiagnostic.cpp
Age
Commit message (
Expand
)
Author
2013-04-23
[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...
Anna Zaks
2013-04-05
[analyzer] Show path diagnostic for C++ initializers
Anna Zaks
2013-02-23
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-21
Simplify code to use castAs rather than getAs + assert.
David Blaikie
2013-02-21
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-01-19
[analyzer] Don't show "Entered 'foo'" if 'foo' is implicit.
Jordan Rose
2013-01-18
[analyzer] Special path notes for C++ special member functions.
Jordan Rose
2013-01-18
[analyzer] Do a better job describing C++ member functions in the call stack.
Jordan Rose
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-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-01
Include pruning and general cleanup.
Benjamin Kramer
2012-11-15
[analyzer] Report leaks at the closing brace of a function body.
Jordan Rose
2012-11-15
[analyzer] Make sure calls in synthesized functions have valid path locations.
Jordan Rose
2012-10-29
[analyzer] New option to not suppress null return paths if an argument is null.
Jordan Rose
2012-10-06
[analyzer] Handle implicit statements used for end-of-path nodes' source locs.
Jordan Rose
2012-09-22
Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics.
Jordan Rose
2012-09-10
Fix another case where we should be using isBeforeInTranslationUnit().
Ted Kremenek
2012-09-10
Add a few more cases where we should be using isBeforeInTranslationUnit().
Ted Kremenek
2012-09-10
Revert "Revert Ted's r163489 and r163490, due to breakage."
Ted Kremenek
2012-09-10
Revert Ted's r163489 and r163490, due to breakage.
NAKAMURA Takumi
2012-09-10
Use isBeforeInTranslationUnitThan() instead of operator<.
Ted Kremenek
2012-09-10
Take another crack at stabilizing the emission order of analyzer
Ted Kremenek
2012-09-08
Attempt (again) to stabilize the order of the emission of diagnostics
Ted Kremenek
2012-09-08
Revert "Attempt to make the PathDiagnostic emission order more deterministic by"
Ted Kremenek
2012-09-08
Revert "Further tweaks to hopefully make the PathDiagnostic emission more det...
Ted Kremenek
2012-09-07
Further tweaks to hopefully make the PathDiagnostic emission more deterministic.
Ted Kremenek
2012-09-07
Attempt to make the PathDiagnostic emission order more deterministic by
Ted Kremenek
2012-08-31
[analyzer] Ensure that PathDiagnostics profile the same regardless of path.
Jordan Rose
2012-08-24
Rework how PathDiagnosticConsumers pass knowledge of what files they
Ted Kremenek
2012-08-16
Remove "range_iterator" from PathDiagnosticPiece and just use ArrayRef<Source...
Ted Kremenek
2012-08-16
Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...
Ted Kremenek
2012-08-03
[analyzer] Flatten path diagnostics for text output like we do for HTML.
Jordan Rose
2012-08-03
[analyzer] Provide useful PathDiagnosticLocations for CallEnter/Exit events.
Jordan Rose
2012-08-03
[analyzer] Fix a typo. Thanks Jordan.
Anna Zaks
2012-08-02
[analyzer] Solve another source of non-determinism in the diagnostic
Anna Zaks
2012-07-26
[analyzer] Don't crash on implicit statements inside initializers.
Jordan Rose
2012-07-26
[analyzer] Handle base class initializers and destructors.
Jordan Rose
2012-07-26
[analyzer] Show paths for destructor calls.
Jordan Rose
2012-07-10
[analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints
Jordan Rose
2012-04-20
[analyzer] Run remove dead bindings right before leaving a function.
Anna Zaks
2012-04-04
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-03-16
[analyzer] Shorten the stack hint diagnostic.
Anna Zaks
2012-03-16
[analyzer] Create symbol-aware stack hints (building upon r152837).
Anna Zaks
2012-03-15
[analyzer] Allow checkers to supply call stack diagnostic hints for the
Anna Zaks
2012-03-14
[analyzer] Diagnostics: Supply Caller information even if the bug occurs
Anna Zaks
[next]