aboutsummaryrefslogtreecommitdiff
path: root/clang/include/clang/Basic/LangOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/include/clang/Basic/LangOptions.h')
-rw-r--r--clang/include/clang/Basic/LangOptions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/include/clang/Basic/LangOptions.h b/clang/include/clang/Basic/LangOptions.h
index 50c7f038fc6b..09afa641acf9 100644
--- a/clang/include/clang/Basic/LangOptions.h
+++ b/clang/include/clang/Basic/LangOptions.h
@@ -181,10 +181,6 @@ public:
/// global-scope inline variables incorrectly.
Ver12,
- /// Attempt to be ABI-compatible with code generated by Clang 13.0.x.
- /// This causes clang to not pack non-POD members of packed structs.
- Ver13,
-
/// Conform to the underlying platform's C and C++ ABIs as closely
/// as we can.
Latest