leonardchan marked 2 inline comments as done.
leonardchan added inline comments.
================
Comment at: lib/Index/USRGeneration.cpp:731
+
+ if (c == '~') {
+ switch (BT->getKind()) {
----------------
jakehehrlich wrote:
> You can make the 'c' a Twine instead. That will let you inline these in their
> respective locations as ` c = "~UA" ` for instance.
So Twine also isn't assignable. If I still want to keep the pattern of
assigning to a temporary variable, I could instead just make `c` a string.
Repository:
rC Clang
https://reviews.llvm.org/D46084
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits