[clang-tools-extra] [clang-doc] Improve performance by adding a short circuit (PR #96809)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 24 15:22:11 PDT 2024


================
@@ -243,6 +243,7 @@ Example usage for a project using a compile commands database:
 
   // Fail early if an invalid format was provided.
   std::string Format = getFormatString();
+  llvm::outs() << "Unoptimized\n";
----------------
ilovepi wrote:

nit: leftover from debugging?

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


More information about the cfe-commits mailing list