[clang] [clang][Sema] Suggest/Hint Standard Library Include File (PR #146227)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 1 06:22:00 PDT 2025


================
@@ -29,6 +29,27 @@ class NamespaceDecl;
 class DeclContext;
 namespace tooling {
 namespace stdlib {
+enum Version {
----------------
erichkeane wrote:

We already have enums for standards versions elsewhere, I don't want us maintaining ANOTHER one.  So I'm against this enum entirely.

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


More information about the cfe-commits mailing list