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
*
Update users of llvm::sys::ExecuteAndWait etc.
Alexander Kornienko
2017-09-13
1
-2
/
+1
*
[Statistics] Use the new Statistic::updateMax to atomically calculate a maxim...
Craig Topper
2017-05-18
1
-4
/
+2
*
[AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use...
Argyrios Kyrtzidis
2017-03-07
1
-2
/
+2
*
Adapt to llvm NamedRegionTimer changes
Matthias Braun
2016-11-18
1
-1
/
+1
*
[analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)
Artem Dergachev
2016-10-07
1
-6
/
+18
*
Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"
Artem Dergachev
2016-10-07
1
-18
/
+6
*
[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"
Artem Dergachev
2016-10-07
1
-6
/
+18
*
Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.
Vitaly Buka
2016-10-04
1
-18
/
+6
*
[analyzer] Extend bug reports with extra notes
Artem Dergachev
2016-10-03
1
-6
/
+18
*
Adapt to LLVM EnableStatistics() change.
Matthias Braun
2016-09-27
1
-1
/
+1
*
CC1: Add -save-stats option
Matthias Braun
2016-09-26
1
-1
/
+3
*
[analyzer] Fix crash in RetainCountChecker::checkEndFunction
Alexander Shaposhnikov
2016-09-23
1
-2
/
+6
*
[analyzer] Change -analyze-function to accept qualified names.
Artem Dergachev
2016-08-08
1
-22
/
+60
*
[analyzer] Add checker modeling potential C++ self-assignment
Devin Coughlin
2016-07-21
1
-3
/
+8
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-5
/
+0
*
Revert "[analyzer] Add checker modeling potential C++ self-assignment"
Devin Coughlin
2016-07-18
1
-8
/
+3
*
[analyzer] Add checker modeling potential C++ self-assignment
Devin Coughlin
2016-07-18
1
-3
/
+8
*
Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...
Benjamin Kramer
2016-07-02
1
-4
/
+1
*
Prune away some unused using decls. NFC.
Benjamin Kramer
2016-06-08
1
-1
/
+0
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-7
/
+7
*
[analyzer] AnalysisConsumer: print fully-qualified function name while displa...
Yury Gribov
2016-02-03
1
-1
/
+1
*
AnalysisConsumer: use canonical decl for both lookup and store of
Yury Gribov
2016-01-11
1
-4
/
+5
*
Remove DataRecursiveASTVisitor; it no longer serves any purpose, since it's j...
Richard Smith
2015-11-24
1
-2
/
+2
*
[analyzer] Skip checking blocks in dependent contexts.
Devin Coughlin
2015-11-18
1
-1
/
+5
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Analyzer: Fix a crasher in UbigraphViz
Ismail Pazarbasi
2015-09-18
1
-2
/
+3
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-5
/
+5
*
Do not crash when static analysis encounters a FunctionDecl that has a delaye...
Aaron Ballman
2015-08-20
1
-2
/
+2
*
[static analyzer] Analyzer is skipping forward declared C/C++ functions
Anna Zaks
2015-06-26
1
-1
/
+4
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-5
/
+4
*
Teach raw_ostream to accept SmallString.
Yaron Keren
2015-03-10
1
-1
/
+1
*
[analyzer] Don't skip analyzing the functions in preprocessed files.
Anna Zaks
2015-02-05
1
-1
/
+1
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-3
/
+3
*
[llvm-api-change] Use findProgramByName.
Michael J. Spencer
2014-11-04
1
-1
/
+3
*
unique_ptrify AnalysisConsumer.cpp::CreateUbiViz
David Blaikie
2014-09-05
1
-4
/
+4
*
unique_ptrify clang::ento::createCheckerManager
David Blaikie
2014-08-29
1
-12
/
+6
*
Add an option to silence all analyzer warnings.
Anna Zaks
2014-08-29
1
-1
/
+6
*
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
[next]