[clang] [clang-tools-extra] [llvm] [clang-format] Add support for BasedOnStyle referencing an arbitrary file (PR #107312)

via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 5 00:00:00 PDT 2024


================
@@ -39,6 +39,10 @@ IO::IO(void *Context) : Ctxt(Context) {}
 
 IO::~IO() = default;
 
+SourceMgr& IO::getSourceMgr() {
----------------
mydeveloperday wrote:

This feels like an unrelated changes or change that could be done in isolation first

https://github.com/llvm/llvm-project/pull/107312


More information about the cfe-commits mailing list