[clang] a9ce60e - [clang] Complete the revert of 1a14ef1 (#138341)

via cfe-commits cfe-commits at lists.llvm.org
Fri May 2 13:50:27 PDT 2025


Author: Oliver Hunt
Date: 2025-05-02T13:50:24-07:00
New Revision: a9ce60ee885e25cba54c8900605563ff66e067b7

URL: https://github.com/llvm/llvm-project/commit/a9ce60ee885e25cba54c8900605563ff66e067b7
DIFF: https://github.com/llvm/llvm-project/commit/a9ce60ee885e25cba54c8900605563ff66e067b7.diff

LOG: [clang] Complete the revert of 1a14ef1 (#138341)

When merging the fix for FEM_Indeterminate I reverted the follow on
warning fixes, but misread this diff and retained the explicitly
defaulted constructor.

Added: 
    

Modified: 
    clang/include/clang/Basic/LangOptions.h

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/Basic/LangOptions.h b/clang/include/clang/Basic/LangOptions.h
index c3b6264e62659..1bfc0d8e88556 100644
--- a/clang/include/clang/Basic/LangOptions.h
+++ b/clang/include/clang/Basic/LangOptions.h
@@ -76,8 +76,6 @@ class LangOptionsBase {
   using RoundingMode = llvm::RoundingMode;
   using CFBranchLabelSchemeKind = clang::CFBranchLabelSchemeKind;
 
-  LangOptionsBase() = default;
-
   enum GCMode { NonGC, GCOnly, HybridGC };
   enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq };
 


        


More information about the cfe-commits mailing list