arphaman added inline comments.
================
Comment at: lib/Index/USRGeneration.cpp:820
+ if (const auto *const AT = dyn_cast<ArrayType>(T)) {
+ Out << "{";
+ switch (AT->getSizeModifier()) {
----------------
You might also want to use the character literals for one char strings for
efficiency.
https://reviews.llvm.org/D38643
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
