[clang] [llvm] [Clang] Show inlining hints for __attribute__((warning/error)) (PR #174892)

Justin Stitt via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 8 11:36:21 PST 2026


================
@@ -120,6 +120,14 @@ class CodeGenOptions : public CodeGenOptionsBase {
     Embed_Marker    // Embed a marker as a placeholder for bitcode.
   };
 
+  /// Inlining chain tracking __attribute__((warning)) or __attribute__((error))
+  /// diagnostics
+  enum InliningChainKind {
----------------
JustinStitt wrote:

Sounds good to me. PTAL e866945f1c61774e745ec3a793629104ef473fee

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


More information about the llvm-commits mailing list