akyrtzi added inline comments.

================
Comment at: clang/lib/Index/USRGeneration.cpp:708
           c = 'd'; break;
+        case BuiltinType::Ibm128: // FIXME: Need separate tag
         case BuiltinType::LongDouble:
----------------
rjmccall wrote:
> @akyrtzi @benlangmuir We can just add new USR codes for new types, right?
Yes, it would be good to do that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93377

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

Reply via email to