[clang] [Clang] Fix export declaration diagnostic message (PR #149059)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 16 04:27:22 PDT 2025
================
@@ -10642,7 +10642,7 @@ def warn_dangling_reference_captured_by_unknown : Warning<
"the full-expression">, InGroup<DanglingCapture>;
def warn_experimental_lifetime_safety_dummy_warning : Warning<
- "todo: remove this warning after we have atleast one warning based on the lifetime analysis">,
+ "todo: remove this warning after we have atleast one warning based on the lifetime analysis">,
----------------
cor3ntin wrote:
Can you revert this whitespace change?
https://github.com/llvm/llvm-project/pull/149059
More information about the cfe-commits
mailing list