[PATCH] D108479: [Clang] Add __builtin_addressof_nocfi

Peter Collingbourne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 27 17:21:16 PDT 2021


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clang/lib/AST/APValue.cpp:133
+void APValue::LValueBase::setNoCFIValue(bool NoCFI) {
+  if (is<const ValueDecl *>()) {
+    Local.NoCFIValue = NoCFI;
----------------
Remove braces


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108479/new/

https://reviews.llvm.org/D108479



More information about the cfe-commits mailing list