[llvm] [NFC] Move DroppedVariableStats to its own file and redesign it to be extensible. (PR #115563)

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 10:15:33 PST 2024


================
@@ -0,0 +1,150 @@
+///===- DroppedVariableStats.cpp - Opt Diagnostic -*- C++ -*---------------===//
----------------
adrian-prantl wrote:

nit: -*- C++ -*- marker is only needed for `.h` files where it's ambiguous whether it is C++, C or ObjC.

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


More information about the llvm-commits mailing list