[clang] [clang] Complete the revert of 1a14ef1 (PR #138341)
via cfe-commits
cfe-commits at lists.llvm.org
Fri May 2 13:40:40 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Oliver Hunt (ojhunt)
<details>
<summary>Changes</summary>
When merging the fix for FEM_Indeterminate I reverted the follow on warning fixes, but misread this diff and retained the explicitly defaulted constructor.
---
Full diff: https://github.com/llvm/llvm-project/pull/138341.diff
1 Files Affected:
- (modified) clang/include/clang/Basic/LangOptions.h (-2)
``````````diff
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 };
``````````
</details>
https://github.com/llvm/llvm-project/pull/138341
More information about the cfe-commits
mailing list