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
/
Core
/
BugReporter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-14
1
-2
/
+2
*
Constant expression evaluation refactoring:
Richard Smith
2011-10-10
1
-1
/
+1
*
Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397
David Blaikie
2011-09-26
1
-9
/
+10
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-2
/
+2
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-09-20
1
-21
/
+31
*
[analyzer] Remove LocationContext and a dependency from PathDiagnosticLoaction.
Anna Zaks
2011-09-20
1
-1
/
+1
*
[analyzer] Use more create methods in the PathDiagnostic, cleanup.
Anna Zaks
2011-09-20
1
-1
/
+1
*
[analyzer] BugReport has a profile method, so reuse it here.
Anna Zaks
2011-09-19
1
-5
/
+2
*
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...
Anna Zaks
2011-09-16
1
-19
/
+17
*
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...
Anna Zaks
2011-09-15
1
-28
/
+30
*
[analyzer] Allow checker writes to specify that no region should be accosiate...
Anna Zaks
2011-08-24
1
-0
/
+4
*
Static Analyzer Diagnostics: Allow checkers to add ExtraDescriptiveText, now ...
Anna Zaks
2011-08-22
1
-4
/
+6
*
[analyzer] Replace calls to getNameAsString() with StringRef equivalents.
Jordy Rose
2011-08-21
1
-3
/
+4
*
Static Analyzer Diagnostics: Move the responsibility for generating the endOf...
Anna Zaks
2011-08-20
1
-44
/
+18
*
Static Analyzer Diagnostics: Switch CFRefCount to using the new visitor API. ...
Anna Zaks
2011-08-19
1
-10
/
+1
*
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) AP...
Anna Zaks
2011-08-19
1
-2
/
+2
*
Fix a memory leak in the analyzer - BugReports didn't get freed. Plus, remove...
Anna Zaks
2011-08-19
1
-4
/
+14
*
Static Analyzer Diagnostics: Move custom diagnostic visitors from BugReporter...
Anna Zaks
2011-08-18
1
-36
/
+42
*
Remove DiagBugReport by pulling it into its parent BugReport.
Anna Zaks
2011-08-17
1
-2
/
+10
*
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...
Anna Zaks
2011-08-17
1
-10
/
+31
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-12
/
+22
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-65
/
+65
*
[analyzer] Start sketching out a new BugReporterVisitor that inspects branche...
Ted Kremenek
2011-08-06
1
-0
/
+1
*
Static Analyzer diagnostics visualization: when the last location on a path i...
Anna Zaks
2011-08-03
1
-4
/
+19
*
Rename getInstantiationLineNumber to getExpansionLineNumber in both
Chandler Carruth
2011-07-25
1
-9
/
+9
*
Rename getInstantiationColumnNumber to getExpansionColumnNumber in both
Chandler Carruth
2011-07-25
1
-4
/
+4
*
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-25
1
-8
/
+8
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-17
/
+17
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
C1X: implement generic selections
Peter Collingbourne
2011-04-15
1
-1
/
+2
*
In preparation for fixing PR 6884, rework CFGElement to have getAs<> return p...
Ted Kremenek
2011-03-01
1
-4
/
+5
*
[analyzer] Refactor BugTypes and their ownership model.
Argyrios Kyrtzidis
2011-02-23
1
-31
/
+39
*
Change the representation of GNU ?: expressions to use a different expression
John McCall
2011-02-17
1
-3
/
+7
*
Makes most methods in SVals.h conform to the naming guide. Reviewed
Zhanyong Wan
2011-02-16
1
-1
/
+1
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-4
/
+4
*
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis
2011-02-08
1
-0
/
+1892