[all-commits] [llvm/llvm-project] 37fdca: [ODRHash] Rename `isDeclToBeProcessed` to `isSubDe...
Volodymyr Sapsai via All-commits
all-commits at lists.llvm.org
Mon Oct 17 18:24:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37fdca21f7f61dee5426f55b0ee7bf601d95afcd
https://github.com/llvm/llvm-project/commit/37fdca21f7f61dee5426f55b0ee7bf601d95afcd
Author: Volodymyr Sapsai <vsapsai at apple.com>
Date: 2022-10-17 (Mon, 17 Oct 2022)
Changed paths:
M clang/include/clang/AST/ODRDiagsEmitter.h
M clang/include/clang/AST/ODRHash.h
M clang/lib/AST/ODRDiagsEmitter.cpp
M clang/lib/AST/ODRHash.cpp
Log Message:
-----------
[ODRHash] Rename `isDeclToBeProcessed` to `isSubDeclToBeProcessed`. NFC intended.
The method is used only for sub-Decls, so reflect that in the name.
More information about the All-commits
mailing list