njames93 added inline comments.
================ Comment at: clang/include/clang/Format/Format.h:2946-2951 +/// Like above but accepts an unnamed buffer. +inline std::error_code parseConfiguration(StringRef Config, FormatStyle *Style, + bool AllowUnknownOptions = false) { + return parseConfiguration(llvm::MemoryBufferRef(Config, "YAML"), Style, + AllowUnknownOptions); +} ---------------- I think this will only be used for test cases now, Is it wise to remove or deprecate this? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93633/new/ https://reviews.llvm.org/D93633 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits