================
@@ -11,46 +11,13 @@
 
 namespace clang {
 
-CodeGenOptions::CodeGenOptions() {
-#define CODEGENOPT(Name, Bits, Default) Name = Default;
-#define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default);
-#include "clang/Basic/CodeGenOptions.def"
+CodeGenOptions::CodeGenOptions() { resetNonModularOptions(); }
----------------
ributzka wrote:

Right now the code is the same. I modified it and added a new method to reset 
all options with a fixme to actually reset all options. I prefer to do that in 
a separate commit, because fixing that is a different change from what I am 
trying to accomplish in this PR.

https://github.com/llvm/llvm-project/pull/75530
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to