================
@@ -1853,18 +1852,11 @@ class StringLiteral final
 
 public:
   /// This is the "fully general" constructor that allows representation of
-  /// strings formed from multiple concatenated tokens.
+  /// strings formed from multiple concatenated tokens. This same constructor
+  /// also work for a single token case.
----------------
Sirraide wrote:

```suggestion
  /// strings formed from one or more concatenated tokens.
```

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

Reply via email to