[clang] [clang] Fix-it hint for `++this` -> `++*this` when deref is modifiable (PR #94159)

Rajveer Singh Bharadwaj via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 4 04:36:23 PDT 2024


================
@@ -0,0 +1,14 @@
+// RUN: %clang_cc1 -std=c++23 -fsyntax-only -verify %s
+
----------------
Rajveer100 wrote:

Sure, I'll add more.

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


More information about the cfe-commits mailing list