[clang-tools-extra] [clang] [Clang][NFC] Rename CXXMethodDecl::isPure -> is VirtualPure (PR #78463)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 17 08:41:35 PST 2024


https://github.com/erichkeane approved this pull request.

I might suggest `isPureVirtual` as it better reflects the 'term of art' (https://en.cppreference.com/w/cpp/language/abstract_class  see 'A pure virtual function is a....).

Else LG and SG TM.

https://github.com/llvm/llvm-project/pull/78463


More information about the cfe-commits mailing list