[clang] [clang-tools-extra] [clang][DependencyScanning] Separate clangDependencyScanning and DependencyScanningTool (NFC) (PR #169962)
Jan Svoboda via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 3 13:01:54 PST 2025
================
@@ -1,13 +1,13 @@
-//===----------------------------------------------------------------------===//
+//===- InProcessModuleCache.h - Implicit Module Cache -----------*- C++ -*-===//
----------------
jansvoboda11 wrote:
The [LLVM Coding Standards](https://llvm.org/docs/CodingStandards.html#file-headers) suggest the original header format this file uses (without the name, description, and language mode). I think this should stay the same. For the other files, I'd either avoid changing the header, or change it to the suggested template.
https://github.com/llvm/llvm-project/pull/169962
More information about the cfe-commits
mailing list