[clang] [clang-tools-extra] [llvm] [clang-format] Add support for BasedOnStyle referencing an arbitrary file (PR #107312)
Ryan Saunders via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 6 13:55:19 PDT 2024
================
@@ -39,6 +39,10 @@ IO::IO(void *Context) : Ctxt(Context) {}
IO::~IO() = default;
+SourceMgr& IO::getSourceMgr() {
----------------
jediry wrote:
Sure, I can break this up.
https://github.com/llvm/llvm-project/pull/107312
More information about the cfe-commits
mailing list