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
*
[ObjC] Make sure that the implicit arguments for direct methods have been setup
Alex Lorenz
2019-12-06
1
-7
/
+0
*
[analyzer][NFC] Fix inconsistent references to checkers as "checks"
Kristof Umann
2019-09-12
1
-1
/
+1
*
[analyzer] NFC: Move PathDiagnostic classes to libAnalysis.
Artem Dergachev
2019-09-11
1
-1
/
+1
*
[analyzer] Add minimal support for fix-it hints.
Artem Dergachev
2019-09-06
1
-18
/
+42
*
Removed some dead code in BugReporter and related files
Dmitri Gribenko
2019-08-21
1
-3
/
+3
*
[analyzer] NFC: Remove the BugTypes set from BugReporter.
Artem Dergachev
2019-08-20
1
-0
/
+4
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-6
/
+6
*
[CrossTU] Added CTU argument to diagnostic consumer create fn.
Balazs Keri
2019-07-23
1
-11
/
+11
*
[analyzer] Add more timers for performance profiling.
Artem Dergachev
2019-06-25
1
-9
/
+34
*
[analyzer] Add werror flag for analyzer warnings
Keno Fischer
2019-06-07
1
-4
/
+13
*
[analyzer][CrossTU] Extend CTU to VarDecls with initializer
Rafael Stahl
2019-04-23
1
-0
/
+29
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer] Evaluate all non-checker config options before analysis
Kristof Umann
2018-11-30
1
-2
/
+2
*
[analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter
George Karpenkov
2018-09-28
1
-28
/
+4
*
[analyzer] Provide an option to dump generated exploded graphs to a given file.
George Karpenkov
2018-09-28
1
-0
/
+3
*
[analyzer] Remove traces of ubigraph visualization
George Karpenkov
2018-09-06
1
-108
/
+0
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
[analyzer] Add ASTContext to CheckerManager
George Karpenkov
2018-08-06
1
-5
/
+4
*
[analyzer] Allow registering custom statically-linked analyzer checkers
Alexander Kornienko
2018-06-27
1
-2
/
+9
*
Work around false -Wmissing-braces warning from old clang which has been fixe...
Fangrui Song
2018-06-12
1
-1
/
+1
*
Refactor ExecuteAndWait to take StringRefs.
Zachary Turner
2018-06-12
1
-2
/
+2
*
[analyzer] Make plist-html diagnostic consumer produce multi-file reports.
Artem Dergachev
2018-05-16
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-6
/
+6
*
[analyzer] Enable analysis of WebKit "unified sources".
Artem Dergachev
2018-04-25
1
-1
/
+1
*
Resubmit [analyzer] Support for naive cross translation unit analysis
Ilya Biryukov
2018-03-01
1
-6
/
+9
*
Revert "[analyzer] Support for naive cross translation unit analysis"
Ilya Biryukov
2018-03-01
1
-9
/
+6
*
[analyzer] Support for naive cross translation unit analysis
Gabor Horvath
2018-02-28
1
-6
/
+9
*
[analyzer] Do not analyze bison-generated files
George Karpenkov
2018-02-26
1
-37
/
+61
*
[analyzer] Serialize statistics to plist when serialize-stats=true is set
George Karpenkov
2018-02-10
1
-13
/
+13
*
[analyzer] Introduce statistics for the total number of visited basic blocks
George Karpenkov
2018-02-09
1
-0
/
+4
*
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
[next]