[clang] [clang-format] Separate License text and include blocks (PR #77918)

via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 13 02:52:13 PST 2024


================
@@ -171,6 +187,31 @@ void DefinitionBlockSeparator::separateBlocks(
       return false;
     };
 
+    // Separate License text.
+    const bool isComment = Lines[I]->isComment();
----------------
seranu wrote:

changed

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


More information about the cfe-commits mailing list