[clang] [CIR] Add if statement support (PR #134333)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 8 14:57:43 PDT 2025


================
@@ -110,6 +111,9 @@ struct MissingFeatures {
   static bool lvalueBaseInfo() { return false; }
   static bool alignCXXRecordDecl() { return false; }
   static bool setNonGC() { return false; }
+  static bool constantFoldsToSimpleInteger() { return false; }
----------------
andykaylor wrote:

This isn't used now. It can be removed.

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


More information about the cfe-commits mailing list