ioeric accepted this revision. ioeric added a comment. This revision is now accepted and ready to land.
lgtm. neat! ================ Comment at: clangd/index/Index.cpp:50 + return OS << "unknown"; + static char Sigils[] = "ADSM4567"; + for (unsigned I = 0; I < sizeof(Sigils); ++I) ---------------- nit: `constexpr`? Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D48938 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits