summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/virtualcall.cpp
AgeCommit message (Expand)Author
2025-03-19[analyzer] Remove deprecated option VirtualCall:PureOnly (#131823)DonĂ¡t Nagy
2019-08-20[analyzer] Improve VirtualCallChecker and enable parts of it by default.Artem Dergachev
2019-05-29[analyzer] ConditionBRVisitor: Enhance to write out more informationCsaba Dabis
2018-01-24[analyzer] Enable c++-allocator-inlining by default.Artem Dergachev
2017-09-21[analyzer] Fix an assertion fail in VirtualCallCheckerGabor Horvath
2017-08-28[analyzer][GSoC] Re-implemente current virtual calls checker in a path-sensit...Gabor Horvath
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
2017-01-31In VirtualCallChecker, handle indirect callsSam McCall
2016-12-10[analyzer] Improve VirtualCallChecker diagnostics and move into optin package.Devin Coughlin
2014-08-21[analyzer] Don't warn on virtual calls in ctors to final methods.Benjamin Kramer
2012-10-10[analyzer] Don't run non-path-sensitive checks on system headers...Jordan Rose
2012-08-24Fix analyzer tests.Ted Kremenek
2012-01-03Add initial version of checker to check if virtual member functions are calle...Ted Kremenek