zixuw marked 2 inline comments as done. zixuw added inline comments.
================ Comment at: clang/include/clang/ExtractAPI/API.h:312 - /// Get the language options used to parse the APIs. - const LangOptions &getLangOpts() const { return LangOpts; } + /// Get the language by the APIs. + Language getLanguage() const { return Lang; } ---------------- dang wrote: > Nit: "by" isn't great here, maybe something along the lines of "Get the > language the APIs are defined in." Whops! Missed a 'used' while moving the change from the other patch. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D122495/new/ https://reviews.llvm.org/D122495 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits