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
/
Analysis
Age
Commit message (
Expand
)
Author
2009-04-09
analyzer: Introduce a new class, ValueManager, that serves as an aggregate
Ted Kremenek
2009-04-09
stop using loc::SymbolVal and clean up code with new API.
Zhongxing Xu
2009-04-09
Add a new method because sometimes the type of the conjured symbol is not the
Zhongxing Xu
2009-04-09
Create a symbolic region instead of a loc::SymbolVal. This is a continued step
Zhongxing Xu
2009-04-08
Enhance analyzer reasoning about sending messages to nil. A nil receiver ret...
Ted Kremenek
2009-04-08
New static analyzer check by Nikita Zhuk!
Ted Kremenek
2009-04-06
PathDiagnosticLocation now also wraps Decls.
Ted Kremenek
2009-04-03
This is the first step to gradually remove the use of loc::SymbolVal. Now
Zhongxing Xu
2009-04-02
Hack: Add 'PathDiagnostic::flattenLocations()'. Because PlistDiagnosticClient
Ted Kremenek
2009-04-01
Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct
Ted Kremenek
2009-04-01
- Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation
Ted Kremenek
2009-03-31
Allow two codepaths for PathDiagnostic generation. This patch mainly consists of
Ted Kremenek
2009-03-30
Re-apply 68028. The code had drifted enough that the tests would fail without
Ted Kremenek
2009-03-30
Revert 68028.
Ted Kremenek
2009-03-30
Remove dead code.
Ted Kremenek
2009-03-30
Add version of GRExprEngine::AddCheck that registered a GRSimpleAPICheck that
Ted Kremenek
2009-03-30
Make SymbolicRegion untyped.
Zhongxing Xu
2009-03-30
Implement a FIXME.
Zhongxing Xu
2009-03-29
DeclRefExpr refers to one decl, not all the declarators in a declaration.
Chris Lattner
2009-03-28
Add comparison operators for PathDiagosticLocation.
Ted Kremenek
2009-03-27
Move declaration of 'PathDiagnostic' to the end of PathDiagnostic.h and add P...
Ted Kremenek
2009-03-27
PathDiagnostic: replace 'std::list' with 'std::deque'
Ted Kremenek
2009-03-27
Add iterators to PathDiagnosticControlFlowDiagnostic for iterating over the
Ted Kremenek
2009-03-27
BugReporter:
Ted Kremenek
2009-03-27
- Fix thinko in implementation of PathDiagnosticLocation::asStmt(). Thanks to
Ted Kremenek
2009-03-26
- Add class PathDiagosticLocationPair.
Ted Kremenek
2009-03-26
Implement PathDiagnosticLocation::asRange() and PathDiagnosticLocation::asStm...
Ted Kremenek
2009-03-26
- Implement PathDiagnosticLocation::asLocation.
Ted Kremenek
2009-03-26
PathDiagnostics (analyzer):
Ted Kremenek
2009-03-26
analyzer infrastructure: make a bunch of changes to symbolic expressions that
Ted Kremenek
2009-03-25
This patch adds two more SymbolData subclasses: SymIntExpr and SymSymExpr, for
Zhongxing Xu
2009-03-23
analyzer: Fix embarrassing regression in BasicStore when invalidating struct
Ted Kremenek
2009-03-20
GRExprEngine:
Ted Kremenek
2009-03-20
Allow profiling of "invalid" Symbols.
Ted Kremenek
2009-03-19
Bindir and Win32 builds work, so switch to .inc files. Leave the .def files i...
Sebastian Redl
2009-03-14
Revert the switch to the tablegen diags. It fails for seperate objdir builds ...
Sebastian Redl
2009-03-14
Switch diagnostics from .def to tablegen files. Please validate the Windows b...
Sebastian Redl
2009-03-13
Fix typo.
Ted Kremenek
2009-03-13
Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target
Ted Kremenek
2009-03-12
Fix crash when using TypedViewRegions and ObjCQualifiedIdTypes (TypedViewRegi...
Ted Kremenek
2009-03-12
PathDiagnostics:
Ted Kremenek
2009-03-11
Add TypedViewRegion::isBoundable() to indicate whether or not the
Ted Kremenek
2009-03-11
The RValueType of a TypedViewRegion should be the pointee type.
Zhongxing Xu
2009-03-11
Add utility method to BasicValueFactory to convert an APSInt to one of a diff...
Ted Kremenek
2009-03-11
Add accessor method.
Ted Kremenek
2009-03-11
Add accessor method to return a GRStateManager's internal ConstraintManager.
Ted Kremenek
2009-03-11
Added method "canReasonAbout" to ConstraintManager. This method returns true if
Ted Kremenek
2009-03-11
Add some iterators to BugReporter.
Ted Kremenek
2009-03-10
PathDiagnosticControlFlowPiece:
Ted Kremenek
2009-03-09
Add member template "MemRegion::getAs<RegionType>" that dynamically casts a
Ted Kremenek
[prev]
[next]