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
/
Frontend
/
AnalysisConsumer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for the static analyzer to synthesize function implementations fr...
Ted Kremenek
2014-08-27
1
-9
/
+20
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-2
/
+2
*
Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...
David Blaikie
2014-07-19
1
-8
/
+7
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-2
/
+2
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-2
/
+2
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-1
/
+1
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-11
/
+12
*
Don't pass llvm::DenseSet<> by value.
Alexander Kornienko
2014-04-23
1
-4
/
+4
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-10
/
+10
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-5
/
+5
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Added an inserter for ArrayRef<SourceRange>.
Alexander Kornienko
2014-03-06
1
-12
/
+4
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
Allow specifying a custom PathDiagnosticConsumer for use with the static anal...
Alexander Kornienko
2014-02-03
1
-19
/
+27
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Make clang::ento::CreateAnalysisConsumer a part of a public interface of the ...
Alexander Kornienko
2014-01-03
1
-1
/
+1
*
Fix another misuse of getCustomDiagID()
Alp Toker
2013-12-23
1
-25
/
+13
*
[analyzer] Use DataRecursiveASTVisitor for the AnalysisConsumer.
Argyrios Kyrtzidis
2013-12-20
1
-2
/
+2
*
Split isFromMainFile into two functions.
Eli Friedman
2013-08-22
1
-1
/
+1
*
[analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer.
Jordan Rose
2013-08-16
1
-19
/
+55
*
Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-1
/
+1
*
We only create one file, no need to delete a directory.
Rafael Espindola
2013-06-26
1
-8
/
+7
*
Remove unused include.
Rafael Espindola
2013-06-26
1
-1
/
+0
*
Remove more uses of llvm::sys::Path.
Rafael Espindola
2013-06-26
1
-26
/
+13
*
Use the sys::ExecuteAndWait that takes StringRefs.
Rafael Espindola
2013-06-13
1
-2
/
+2
*
Update for llvm change.
Rafael Espindola
2013-06-13
1
-2
/
+3
*
Use the global functions instead of the Program methods.
Rafael Espindola
2013-06-12
1
-2
/
+2
*
[analyzer] Change inlining policy to inline small functions when reanalyzing ...
Anna Zaks
2013-03-26
1
-14
/
+11
*
[analyzer] Fix typo.
Anna Zaks
2013-02-07
1
-1
/
+1
*
[analyzer] Print Inline mode with -analyzer-display-progress.
Anna Zaks
2013-02-02
1
-4
/
+15
*
[analyzer] Make shallow mode more shallow.
Anna Zaks
2013-01-30
1
-1
/
+1
*
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2013-01-02
1
-1
/
+1
*
[analyzer] Re-apply r170826 and make the dumping of the GallGraph
Anna Zaks
2012-12-21
1
-44
/
+18
*
Revert r170826. The output of
Rafael Espindola
2012-12-21
1
-18
/
+44
*
[analyzer] Traverse the Call Graph in topological order.
Anna Zaks
2012-12-21
1
-44
/
+18
*
[analyzer] Add blocks and ObjC messages to the call graph.
Anna Zaks
2012-12-21
1
-30
/
+18
*
Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options acces...
Ted Kremenek
2012-12-19
1
-5
/
+8
*
[analyzer] Tweak the NumFunctionsAnalyzed stat so that it's more useful.
Anna Zaks
2012-12-17
1
-3
/
+5
*
[analyzer] Refactor: Store visited Decls instead of CallGraphNodes.
Anna Zaks
2012-12-14
1
-24
/
+22
*
[analyzer] Optimization heuristic: do not reanalyze every ObjC method as
Anna Zaks
2012-12-07
1
-17
/
+61
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-15
/
+13
*
[analyzer] Don't run non-path-sensitive checks on system headers...
Jordan Rose
2012-10-10
1
-24
/
+40
*
[analyzer] Fix typo: s/HandleDeclsGallGraph/HandleDeclsCallGraph/g
Jordan Rose
2012-10-10
1
-3
/
+3
*
[analyzer] Do not visit ObjCMethodDecl twice in the AST checkers.
Anna Zaks
2012-09-29
1
-1
/
+0
*
Make AnalyzerOptions a shared object between CompilerInvocation and
Ted Kremenek
2012-08-31
1
-16
/
+16
*
Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.
Ted Kremenek
2012-08-31
1
-4
/
+4
*
[analyzer] Ensure that PathDiagnostics profile the same regardless of path.
Jordan Rose
2012-08-31
1
-2
/
+1
*
[analyzer] Refactor the logic that determines if a functions should be
Anna Zaks
2012-08-30
1
-2
/
+18
[prev]
[next]