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
/
Analysis
/
GRExprEngineInternalChecks.cpp
Age
Commit message (
Expand
)
Author
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-24
Remove GRStateManager::GetSValAsScalarOrLoc()/GetSVal().
Ted Kremenek
2009-06-23
MemRegions:
Ted Kremenek
2009-06-18
Move clients over from using GRStateManager::BindXXX and friends to
Ted Kremenek
2009-06-18
libAnalysis:
Ted Kremenek
2009-06-18
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-05-15
Use dyn_cast instead of cast to allow our assumptions to be safely wrong.
Ted Kremenek
2009-05-15
Cleanup internal checks bug reporting, allowing intermediate diagnostics to b...
Ted Kremenek
2009-05-13
Enhance diagnostics value tracking logic for null dereferences and uninitiali...
Ted Kremenek
2009-05-10
analyzer:
Ted Kremenek
2009-05-07
More attribute renaming:
Ted Kremenek
2009-05-07
Add preliminary support for enhancing null-pointer dereference diagnostics.
Ted Kremenek
2009-04-29
BugReporter/PathDiagnostics:
Ted Kremenek
2009-04-20
get a CodeTextRegion when visiting FunctionDecl reference.
Zhongxing Xu
2009-04-08
New static analyzer check by Nikita Zhuk!
Ted Kremenek
2009-04-07
Remove period.
Ted Kremenek
2009-04-02
Title-case the names of bug types.
Ted Kremenek
2009-03-01
Adjust wording of bug names.
Ted Kremenek
2009-02-19
Implemented simple check in <rdar://problem/6600344>: When the receiver of a
Ted Kremenek
2009-02-07
Tidy up bug descriptions.
Ted Kremenek
2009-02-04
Overhaul BugReporter interface and implementation. The new interface cleans up
Ted Kremenek
2009-01-16
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2008-12-09
[static analyzer] Extend VLA size checking to look for undefined sizes.
Ted Kremenek
2008-12-08
Add checking for zero-sized VLAs.
Ted Kremenek
2008-11-23
Add out-of-bound memory access warning report code.
Zhongxing Xu
2008-11-21
- Clean up transfer function logic for 'return' statements.
Ted Kremenek
2008-11-02
Enhance return-of-stack-address checker to recognize regions created by alloc...
Ted Kremenek
2008-10-31
Use llvm::raw_string_ostream instead of std::ostringstream.
Ted Kremenek
2008-10-31
Enhance path-sensitive return-of-stack-address check to print out the line nu...
Ted Kremenek
2008-10-17
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-10-04
This is a big patch, but the functionality change is small and the rest of th...
Ted Kremenek
2008-09-21
Built-in checks now have a category: "Logic Errors"
Ted Kremenek
2008-09-20
Add "category" to BugTypes, allowing bugs to be grouped.
Ted Kremenek
2008-08-13
Rename ValueState -> GRState.
Ted Kremenek
2008-07-31
Enhanced path-sensitive return-of-stack-address check to print out the name o...
Ted Kremenek
2008-07-30
Add range highlighting for path-sensitive return-of-stack-address check.
Ted Kremenek
2008-07-22
Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GR...
Ted Kremenek
[prev]