aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-31In VirtualCallChecker, handle indirect callsSam McCall1-1/+2
2016-12-10[analyzer] Improve VirtualCallChecker diagnostics and move into optin package.Devin Coughlin1-38/+83
2015-09-08[analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek1-12/+12
2015-07-03Rewrite users of Stmt::child_begin/end into for-range loops.Benjamin Kramer1-3/+3
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-08-21[analyzer] Don't warn on virtual calls in ctors to final methods.Benjamin Kramer1-3/+10
2014-05-27[C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper1-1/+1
2014-03-13[C++11] Replacing CXXRecordDecl iterators ctor_begin() and ctor_end() with it...Aaron Ballman1-2/+1
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko1-12/+10
2013-10-07[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.Jordan Rose1-2/+2
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-3/+3
2012-12-01Include pruning and general cleanup.Benjamin Kramer1-0/+1
2012-06-06Remove unused private member variables found by clang's new -Wunused-private-...Benjamin Kramer1-1/+1
2012-04-04Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek1-2/+4
2012-03-01Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.Argyrios Kyrtzidis1-1/+1
2012-02-27Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis1-1/+1
2012-02-07Print NamedDecls directly to a raw_ostream where possible.Benjamin Kramer1-3/+3
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith1-1/+1
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer1-0/+1
2012-01-03Add initial version of checker to check if virtual member functions are calle...Ted Kremenek1-0/+238