index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing virtual destructors reported by -Wnon-virtual-dtor.
Daniel Jasper
2012-12-05
1
-0
/
+2
*
[analyzer] Implement an opt-in variant of direct ivar assignment.
Anna Zaks
2012-12-05
2
-9
/
+57
*
Alphabetize source files, just like they have been before.
Ted Kremenek
2012-12-04
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
84
-217
/
+212
*
Add raw_ostream include to pacify MSVC.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
23
-1
/
+23
*
Don't include Type.h in DeclarationName.h.
Benjamin Kramer
2012-12-01
3
-0
/
+3
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
12
-11
/
+23
*
Correctly handle IntegralToBool casts in C++ in the static analyzer. Fixes <...
Ted Kremenek
2012-11-29
1
-2
/
+8
*
Remove workaround in RegionStore in r168741 since it is handled more generall...
Ted Kremenek
2012-11-28
1
-10
/
+8
*
Fix another false positive due to a CXX temporary object appearing in a C ini...
Ted Kremenek
2012-11-28
1
-2
/
+4
*
Provide stop-gap solution to crash reported in PR 14436.
Ted Kremenek
2012-11-27
1
-8
/
+10
*
[analyzer] Fix a crash reported in PR 14400.
Anna Zaks
2012-11-26
2
-1
/
+3
*
Make helpers static/anonymous.
Benjamin Kramer
2012-11-22
1
-2
/
+2
*
[analyzer] Fix a use-after-free introduced in r168019.
Jordan Rose
2012-11-15
1
-4
/
+5
*
[analyzer] Report leaks at the closing brace of a function body.
Jordan Rose
2012-11-15
3
-13
/
+24
*
[analyzer] StreamChecker: Remove now-unnecessary check::EndPath callback.
Jordan Rose
2012-11-15
1
-46
/
+1
*
[analyzer] MacOSKeychainAPIChecker: Remove now-unnecessary check::EndPath.
Jordan Rose
2012-11-15
1
-75
/
+0
*
[analyzer] MallocChecker: Remove now-unnecessary check::EndPath callback.
Jordan Rose
2012-11-15
1
-29
/
+1
*
[analyzer] Mark symbol values as dead in the environment.
Jordan Rose
2012-11-15
3
-20
/
+37
*
[analyzer] Make sure calls in synthesized functions have valid path locations.
Jordan Rose
2012-11-15
2
-10
/
+20
*
[analyzer] Address Jordan's code review for r167813.
Anna Zaks
2012-11-13
1
-20
/
+15
*
Fix a Malloc Checker FP by tracking return values from initWithCharacter
Anna Zaks
2012-11-13
1
-20
/
+81
*
[analyzer] Address Jordan's feedback for r167780.
Anna Zaks
2012-11-13
1
-4
/
+5
*
[analyzer] Follow up to r167762 - precisely determine the adjustment
Anna Zaks
2012-11-12
1
-3
/
+13
*
[analyzer] Fix a regression (from r 165079): compare canonical types.
Anna Zaks
2012-11-12
1
-0
/
+2
*
[analyzer] When invalidating symbolic offset regions, take fields into account.
Jordan Rose
2012-11-10
1
-6
/
+63
*
[analyzer] Check that the argument to CFMakeCollectable is non-NULL.
Jordan Rose
2012-11-07
2
-10
/
+18
*
[analyzer] Enhance docs for checker callbacks (esp. processRegionChanges).
Jordan Rose
2012-11-07
1
-13
/
+28
*
[analyzer] Add symbol escapes logic to the SimpleStreamChecker.
Anna Zaks
2012-11-06
1
-1
/
+125
*
[analyzer] Remove isWithinInlined. It's been replaced with inTopFrame().
Anna Zaks
2012-11-06
1
-1
/
+1
*
[analyzer] Move convenience REGISTER_*_WITH_PROGRAMSTATE to CheckerContext.h
Jordan Rose
2012-11-05
3
-6
/
+9
*
StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp: Appease msvc.
NAKAMURA Takumi
2012-11-03
1
-2
/
+2
*
[analyzer] Run remove dead on end of path.
Anna Zaks
2012-11-03
4
-8
/
+65
*
[analyzer] add LocationContext::inTopFrame() helper.
Anna Zaks
2012-11-03
1
-7
/
+1
*
[analyzer] Refactor: Remove Pred from NodeBuilderContext.
Anna Zaks
2012-11-03
3
-12
/
+12
*
[analyzer] Convert SimpleStreamChecker over to CallEvent.
Jordan Rose
2012-11-02
1
-13
/
+23
*
[analyzer] CheckerDocumentation: Change examples for PreStmt and PostStmt.
Jordan Rose
2012-11-02
1
-9
/
+9
*
[analyzer] Add some convenience accessors to CallEvent, and use them.
Jordan Rose
2012-11-02
5
-12
/
+31
*
[analyzer] isCLibraryFunction: check that the function is at TU-scope.
Jordan Rose
2012-11-02
2
-11
/
+18
*
[analyzer] Factor SimpleStreamChecker pulling out isLeaked().
Anna Zaks
2012-11-02
1
-15
/
+21
*
[analyzer] Convert some of the harder cases over to ProgramStateTrait macros.
Jordan Rose
2012-11-02
3
-62
/
+24
*
[analyzer] Use nice macros for the common ProgramStateTraits (map, set, list).
Jordan Rose
2012-11-02
10
-158
/
+63
*
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-11-02
42
-80
/
+80
*
[analyzer] Fix typo in r167186.
Jordan Rose
2012-11-01
1
-1
/
+1
*
[analyzer] Minor cleanup in SimpleStreamChecker's class definition.
Jordan Rose
2012-11-01
1
-8
/
+8
*
[analyzer] Rename ConditionTruthVal::isTrue to isConstrainedTrue.
Jordan Rose
2012-11-01
4
-9
/
+23
*
[analyzer] Fix a bug in SimpleStreamChecker - return after sink.
Anna Zaks
2012-10-31
1
-1
/
+3
*
[analyzer] Let ConstraintManager subclasses provide a more efficient checkNull.
Jordan Rose
2012-10-31
2
-8
/
+27
*
[analyzer] SimpleStreamChecker - remove evalAssume and other refinements
Anna Zaks
2012-10-31
1
-56
/
+30
[next]