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-05-07
analyzer: Add ProgramPoint 'PostLValue' just to distinguish (for
Ted Kremenek
2009-05-07
Add preliminary support for enhancing null-pointer dereference diagnostics.
Ted Kremenek
2009-05-07
Bug fix: Not all ConstraintManagers always return a null state when setting
Ted Kremenek
2009-05-06
Refactor BugReporter interface to have a new 'BugReporterContext' and
Ted Kremenek
2009-05-06
The super region of ElementRegion no longer needs to be TypedRegion. In the
Zhongxing Xu
2009-05-06
Make StoreManager::CastRegion() virtual and implement a new CastRegion() for
Zhongxing Xu
2009-05-04
Rename 'makeZeroIndex' to 'makeZeroArrayIndex'.
Ted Kremenek
2009-05-04
array indexes are unsigned integers of the same width as pointer.
Zhongxing Xu
2009-05-04
Per conversations with Zhongxing, add an 'element type' to
Ted Kremenek
2009-05-01
Add a new BFS GRWorkList and make it the default worklist model for
Ted Kremenek
2009-04-29
BugReporter/PathDiagnostics:
Ted Kremenek
2009-04-26
split ObjC and C++ Statements out into their own headers.
Chris Lattner
2009-04-22
Add PathDiagnosticRange to PathDiagnostics. These simply wrap SourceRange and
Ted Kremenek
2009-04-22
Mark another TypeForDecl const and make getObjCInterfaceType's argument const.
Daniel Dunbar
2009-04-21
Refactor 'BasicStoreManager::CastRegion' and 'RegionStoreManager::CastRegion'
Ted Kremenek
2009-04-21
Recommit 69694 but this time also include the header changes (sorry for breaking
Ted Kremenek
2009-04-20
Remove loc::FuncVal.
Zhongxing Xu
2009-04-20
get a CodeTextRegion when visiting FunctionDecl reference.
Zhongxing Xu
2009-04-17
refactor htmldiags to be created up front like the other diag clients.
Chris Lattner
2009-04-16
tblgen is now passing diagnostic group information in the .inc file, ignore i...
Chris Lattner
2009-04-15
Tblgen now passes the default mapping explicitly, instead of having it
Chris Lattner
2009-04-15
remove dead code.
Zhongxing Xu
2009-04-11
analyzer: We cannot bind values to CodeTextRegions.
Ted Kremenek
2009-04-11
Implement analyzer support for OSCompareAndSwap. This required pushing "tagged"
Ted Kremenek
2009-04-10
Add arbitrary "tags" to ProgramPoints. While this fattens up ProgramPoint even
Ted Kremenek
2009-04-10
Move a few more NonLoc static functions to ValueManager.
Ted Kremenek
2009-04-10
Default initialize 'code' instance variable to NULL.
Ted Kremenek
2009-04-10
Add prototype for CodeTextRegion.
Zhongxing Xu
2009-04-10
Finally nuke loc::SymbolVal.
Zhongxing Xu
2009-04-09
- Move ownership of MemRegionManager into ValueManager.
Ted Kremenek
2009-04-09
Remove SVal::MakeZero and replace it with ValueManager::makeZeroVal.
Ted Kremenek
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
[prev]
[next]