[all-commits] [llvm/llvm-project] ef103a: [clang][CodeGenModule] remove declaration of GetAd...
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Tue Jul 25 14:27:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef103adf60c6fccd3cc6d76b362c1c37c41da30f
https://github.com/llvm/llvm-project/commit/ef103adf60c6fccd3cc6d76b362c1c37c41da30f
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2023-07-25 (Tue, 25 Jul 2023)
Changed paths:
M clang/include/clang/CodeGen/ConstantInitBuilder.h
M clang/lib/CodeGen/CodeGenModule.h
Log Message:
-----------
[clang][CodeGenModule] remove declaration of GetAddrOfConstantString
It looks like the definition was removed in cd21d541397e but the
declaration was not. Surprisingly (to me), that doesn't seem to produce
any kind of diagnostic.
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D156182
More information about the All-commits
mailing list