[all-commits] [llvm/llvm-project] 753a32: Make FunctionDecl::isDefined non-virtual, NFC
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Tue Mar 31 10:12:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 753a3245f7231ffd86b8af02e57da6ceb2ec5669
https://github.com/llvm/llvm-project/commit/753a3245f7231ffd86b8af02e57da6ceb2ec5669
Author: Reid Kleckner <rnk at google.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M clang/include/clang/AST/Decl.h
Log Message:
-----------
Make FunctionDecl::isDefined non-virtual, NFC
This convenience wrapper was made virtual when it was introduced. I see
no overrides and no reason for it to be virtual, so make it non-virtual.
More information about the All-commits
mailing list