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
/
Checkers
/
VirtualCallChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Expr.h include from ASTContext.h, NFC
Reid Kleckner
2019-12-06
1
-1
/
+2
*
[analyzer][NFC] Fix inconsistent references to checkers as "checks"
Kristof Umann
2019-09-12
1
-6
/
+6
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
1
-1
/
+1
*
[analyzer] Add minimal support for fix-it hints.
Artem Dergachev
2019-09-06
1
-0
/
+14
*
[analyzer] Fix analyzer warnings on analyzer.
Artem Dergachev
2019-08-28
1
-1
/
+2
*
[analyzer] Improve VirtualCallChecker and enable parts of it by default.
Artem Dergachev
2019-08-20
1
-125
/
+61
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
[analyzer][NFC] Refactoring BugReporter.cpp P3.: std::shared_pointer<PathDiag...
Kristof Umann
2019-08-13
1
-7
/
+5
*
[analyzer] Remove the default value arg from getChecker*Option
Kristof Umann
2019-05-17
1
-2
/
+1
*
[analyzer] Enable subcheckers to possess checker options
Kristof Umann
2019-03-04
1
-2
/
+2
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
1
-1
/
+1
*
[analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...
Kristof Umann
2018-11-05
1
-1
/
+2
*
[analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter
George Karpenkov
2018-09-28
1
-3
/
+1
*
[analyzer] Make checkEndFunction() give access to the return statement.
Reka Kovacs
2018-07-16
1
-2
/
+3
*
[analyzer] [NFC] A convenient getter for getting a current stack frame
George Karpenkov
2018-06-27
1
-3
/
+3
*
[analyzer] Do not run visitors until the fixpoint, run only once.
George Karpenkov
2018-06-26
1
-1
/
+1
*
[analyzer] Fix an assertion fail in VirtualCallChecker
Gabor Horvath
2017-09-21
1
-1
/
+1
*
[analyzer][GSoC] Re-implemente current virtual calls checker in a path-sensit...
Gabor Horvath
2017-08-28
1
-230
/
+223
*
In VirtualCallChecker, handle indirect calls
Sam McCall
2017-01-31
1
-1
/
+2
*
[analyzer] Improve VirtualCallChecker diagnostics and move into optin package.
Devin Coughlin
2016-12-10
1
-38
/
+83
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-12
/
+12
*
Rewrite users of Stmt::child_begin/end into for-range loops.
Benjamin Kramer
2015-07-03
1
-3
/
+3
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
[analyzer] Don't warn on virtual calls in ctors to final methods.
Benjamin Kramer
2014-08-21
1
-3
/
+10
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-1
/
+1
*
[C++11] Replacing CXXRecordDecl iterators ctor_begin() and ctor_end() with it...
Aaron Ballman
2014-03-13
1
-2
/
+1
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-12
/
+10
*
[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.
Jordan Rose
2013-10-07
1
-2
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
Remove unused private member variables found by clang's new -Wunused-private-...
Benjamin Kramer
2012-06-06
1
-1
/
+1
*
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-04-04
1
-2
/
+4
*
Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.
Argyrios Kyrtzidis
2012-03-01
1
-1
/
+1
*
Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"
Argyrios Kyrtzidis
2012-02-27
1
-1
/
+1
*
Print NamedDecls directly to a raw_ostream where possible.
Benjamin Kramer
2012-02-07
1
-3
/
+3
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Add initial version of checker to check if virtual member functions are calle...
Ted Kremenek
2012-01-03
1
-0
/
+238