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
Age
Commit message (
Expand
)
Author
2012-10-06
[analyzer] Handle implicit statements used for end-of-path nodes' source locs.
Jordan Rose
2012-10-03
[analyzer] Adjust the return type of an inlined devirtualized method call.
Jordan Rose
2012-10-03
[analyzer] Push evalDynamicCast and evalDerivedToBase up to Store.
Jordan Rose
2012-10-03
Teach getCXXRecordDeclForPointerType about references.
Jordan Rose
2012-10-02
Silence -Wunused-value warning.
Ted Kremenek
2012-10-02
Refactor clients of AnalyzerOptions::getBooleanOption() to have
Ted Kremenek
2012-10-02
Tweak AnalyzerOptions::getOptionAsInteger() to populate the string
Ted Kremenek
2012-10-02
Change AnalyzerOptions::mayInlineCXXMemberFunction to default populate
Ted Kremenek
2012-10-01
[analyzer] Allow ObjC ivar lvalues where the base is nil.
Jordan Rose
2012-10-01
Revert "[analyzer] Check that a member expr is valid even when the result is ...
Jordan Rose
2012-10-01
Have AnalyzerOptions::getBooleanOption() stick the matching config
Ted Kremenek
2012-10-01
Reapply "[analyzer] Handle inlined constructors for rvalue temporaries correc...
Jordan Rose
2012-10-01
[analyzer] Make ProgramStateManager's SubEngine parameter optional.
Jordan Rose
2012-09-29
Revert "[analyzer] Create a temporary region for rvalue structs when accessin...
Jordan Rose
2012-09-29
Revert "[analyzer] Create a temp region when a method is called on a struct r...
Jordan Rose
2012-09-29
Revert "[analyzer] Handle inlined constructors for rvalue temporaries correct...
Jordan Rose
2012-09-28
[analyzer] Handle inlined constructors for rvalue temporaries correctly.
Jordan Rose
2012-09-28
[analyzer] Create a temp region when a method is called on a struct rvalue.
Jordan Rose
2012-09-28
[analyzer] Create a temporary region for rvalue structs when accessing fields
Jordan Rose
2012-09-26
Revert "Use sep instead of ' '."
Ted Kremenek
2012-09-26
Use sep instead of ' '.
Ted Kremenek
2012-09-26
Remove unnecessary ASTContext& parameter from SymExpr::getType().
Ted Kremenek
2012-09-25
Reapply "[analyzer] Remove constraints on dead symbols as part of removeDeadB...
Jordan Rose
2012-09-25
[analyzer] Calculate liveness for symbolic exprs as well as atomic symbols.
Jordan Rose
2012-09-24
[analyzer]Prevent infinite recursion(assume->checker:evalAssume->assume)
Anna Zaks
2012-09-22
[analyzer] Suppress bugs whose paths go through the return of a null pointer.
Jordan Rose
2012-09-22
[analyzer] Track a null value back through FindLastStoreBRVisitor.
Jordan Rose
2012-09-22
[analyzer] Always allow BugReporterVisitors to see the bug path.
Jordan Rose
2012-09-22
[analyzer] Allow a BugReport to be marked "invalid" during path generation.
Jordan Rose
2012-09-22
[analyzer] Look through OpaqueValueExprs when tracking a nil value.
Jordan Rose
2012-09-22
[analyzer] Better path notes for null pointers passed as arguments.
Jordan Rose
2012-09-22
Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics.
Jordan Rose
2012-09-22
[analyzer] Check that an ObjCIvarRefExpr's base is non-null even as an lvalue.
Jordan Rose
2012-09-22
[analyzer] Check that a member expr is valid even when the result is an lvalue.
Jordan Rose
2012-09-21
Re-enable faux-bodies by default.
Ted Kremenek
2012-09-21
Revert r164364, "Flip "faux-bodies" in the analyzer on by default to flush ou...
NAKAMURA Takumi
2012-09-21
Flip "faux-bodies" in the analyzer on by default to flush out bugs.
Ted Kremenek
2012-09-21
Simplify getRuntimeDefinition() back to taking no arguments.
Ted Kremenek
2012-09-21
Implement faux-body-synthesis of well-known functions in the static analyzer ...
Ted Kremenek
2012-09-20
Revert "[analyzer] Remove constraints on dead symbols as part of removeDeadBi...
Jordan Rose
2012-09-17
[analyzer] Teach the analyzer about implicit initialization of statics
Anna Zaks
2012-09-13
[analyzer] Don't reimplement an existing function.
Anna Zaks
2012-09-13
Refactor logic in ExprEngine for detecting 'noreturn' methods
Ted Kremenek
2012-09-12
[analyzer] Do not report use of undef on "return foo();" when the return type...
Anna Zaks
2012-09-12
[analyzer] Teach UndefOrNullArgVisitor to track parent regions.
Anna Zaks
2012-09-12
[analyzer] Fix another use of the address of a temporary, like r163402.
Jordan Rose
2012-09-12
[analyzer] Handle when the dynamic type is worse than the static type.
Jordan Rose
2012-09-12
Revert "[analyzer] Use the static type for a virtual call if the dynamic type...
Jordan Rose
2012-09-12
Fix regression where "looping back to the head of" PathDiagnosticEvents
Ted Kremenek
2012-09-12
PR13811: Add a FunctionParmPackExpr node to handle references to function
Richard Smith
[prev]
[next]