rsmith added a comment. LGTM, but I'd like the old `IdentifierTable` constructor to be removed if there are no callers left.
================ Comment at: include/clang/Basic/IdentifierTable.h:473-476 /// \brief Create the identifier table, populating it with info about the /// language keywords for the language specified by \p LangOpts. IdentifierTable(const LangOptions &LangOpts, + IdentifierInfoLookup *externalLookup = nullptr); ---------------- Can this constructor be removed? https://reviews.llvm.org/D35181 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits