tbaeder added inline comments.

================
Comment at: clang/lib/Sema/SemaDeclCXX.cpp:16574
+      if (BoolValue) {
+        Str.push_back('t');
+        Str.push_back('r');
----------------
I really hope there's a better way to do this that I just don't know about :)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130894/new/

https://reviews.llvm.org/D130894

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to