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
/
Checker
Age
Commit message (
Expand
)
Author
2010-04-21
Overhaul the AST representation of Objective-C message send
Douglas Gregor
2010-04-20
Replace code with a method call. No functionality change.
Zhongxing Xu
2010-04-20
Use GetState() to get the possible cleaned state.
Zhongxing Xu
2010-04-20
Improve handling of CXXNewExpr.
Zhongxing Xu
2010-04-19
Fix -Wcast-qual warnings.
Dan Gohman
2010-04-19
Move all C++ expression evaluation logic into its own file.
Zhongxing Xu
2010-04-19
Analyzer: add support for CXXNewExpr.
Zhongxing Xu
2010-04-17
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-04-16
Static analyzer: Don't crash when casting a symbolic region address to a floa...
Ted Kremenek
2010-04-15
Fix PR 6844, a regression caused by the introduction of llvm_unreachable for ...
Ted Kremenek
2010-04-14
Move GRStmtNodeBuilder::MakeNode() out of line. No functionality change.
Zhongxing Xu
2010-04-14
Add support for CXXBoolLiteralExpr.
Zhongxing Xu
2010-04-13
Make all cases that we don't handle explicit.
Zhongxing Xu
2010-04-13
Dispatch all C++ cast expr to VisitCast().
Zhongxing Xu
2010-04-09
Remove copy of 'Optional' in Clang tree, and convert clients to use the one n...
Ted Kremenek
2010-04-08
For 'open' check in UnixAPIChecker, hard code value of 'O_CREAT' on Darwin.
Ted Kremenek
2010-04-08
Temporarily only enable 'open' check on Mac OS X to unbreak Windows buildbot....
Ted Kremenek
2010-04-08
Add static analyzer check for calls to 'pthread_once()' where the control-flo...
Ted Kremenek
2010-04-07
Fix crash in StoreManager::CastRegion() when the base region is a type with 0...
Ted Kremenek
2010-04-06
Teach MemRegion::getBaseRegion() about ObjCIvarRegions. We want to treat
Ted Kremenek
2010-04-06
Fix PR 6725. It looks like the copy constructor gets elided during inlining.
Zhongxing Xu
2010-04-05
Always assume block-level expressions in the caller are alive when analyzing
Zhongxing Xu
2010-04-05
Since now we process regions in clusters when removing dead bindings, this
Zhongxing Xu
2010-04-01
Use the element type to compute the array size when the base region is a VarR...
Zhongxing Xu
2010-04-01
Initial support for visiting CXXMemberCallExpr.
Zhongxing Xu
2010-04-01
Improve C++ constructor handling.
Zhongxing Xu
2010-04-01
Fix a bug (PR 6699) in RegionStore::RemoveDeadBindings() where
Ted Kremenek
2010-03-31
Reinstate my CodeModificationHint -> FixItHint renaming patch, without
Douglas Gregor
2010-03-31
Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder
Douglas Gregor
2010-03-31
Rename CodeModificationHint to FixItHint, since we've been using the
Douglas Gregor
2010-03-30
Introduce a new kind of derived-to-base cast which bypasses the need for
John McCall
2010-03-30
RegionStore: specially handle loads from integer global variables declared 'c...
Ted Kremenek
2010-03-30
Use 'const Optional<SVal>&' to avoid an extra copy.
Ted Kremenek
2010-03-30
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-30
Change the analyzer to recognize (but ignore) assignments to isa. Fixes PR 6...
Ted Kremenek
2010-03-29
Be a bit more consistent in using operator->
Rafael Espindola
2010-03-27
Checker: random include cleanup.
Benjamin Kramer
2010-03-26
Fix NoReturnFunctionChecker to properly look at a function's type
Ted Kremenek
2010-03-25
Add methods to remove a GDM entry.
Zhongxing Xu
2010-03-24
Use llvm::SmallString instead of std::string.
Ted Kremenek
2010-03-24
Improve static analyzer diagnostic concerning the use of 'mktemp'
Ted Kremenek
2010-03-23
Bind the constructed object value to CXXConstructExpr.
Zhongxing Xu
2010-03-23
update CMakeLists.txt
Zhongxing Xu
2010-03-23
Clear the return expr GDM after using it.
Zhongxing Xu
2010-03-23
Add a AggExprVisitor class. It contains lots of boiler
Zhongxing Xu
2010-03-23
merge line.
Zhongxing Xu
2010-03-23
Since we now may have basicblocks with the same block is in different function,
Zhongxing Xu
2010-03-23
Tweak null dereference diagnostics to give clearer diagnostics when
Ted Kremenek
2010-03-22
Improve the diagnostics for the UndefinedAssignmentChecker when an
Ted Kremenek
2010-03-22
Sort calls to add_clang_library()
Kovarththanan Rajaratnam
[prev]
[next]