[clang] [clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (PR #98138)

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 20 13:49:28 PDT 2024


================
@@ -106,9 +101,9 @@ class CodeGenTypes {
   }
   CodeGenModule &getCGM() const { return CGM; }
   ASTContext &getContext() const { return Context; }
-  const ABIInfo &getABIInfo() const { return TheABIInfo; }
+  const ABIInfo &getABIInfo() const;
----------------
vgvassilev wrote:

Good point. I've addressed that. Thank you.

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


More information about the cfe-commits mailing list