[clang] [clang][NFC] Refactor Builtins.def to be a tablegen file (PR #68324)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 15 11:01:05 PST 2023
================
@@ -0,0 +1,333 @@
+//=- ClangDiagnosticsEmitter.cpp - Generate Clang diagnostics tables -*- C++ -*-
----------------
AaronBallman wrote:
```suggestion
//=- ClangBuiltinsEmitter.cpp - Generate Clang builtins tables -*- C++ -*-
```
May need to adjust formatting.
https://github.com/llvm/llvm-project/pull/68324
More information about the cfe-commits
mailing list