[all-commits] [llvm/llvm-project] 4f31d3: [clang] Improve `SourceManager::PrintStats()`

Jan Svoboda via All-commits all-commits at lists.llvm.org
Mon Nov 6 14:45:19 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4f31d328aa165e559c9f374dc3201657921f150d
      https://github.com/llvm/llvm-project/commit/4f31d328aa165e559c9f374dc3201657921f150d
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2023-11-06 (Mon, 06 Nov 2023)

  Changed paths:
    M clang/lib/Basic/SourceManager.cpp

  Log Message:
  -----------
  [clang] Improve `SourceManager::PrintStats()`

This fixes a typo ("SLocEntry's" -> "SLocEntries"), fixes capitalization ("Sloc" -> "SLoc") and adds extra information (capacity in bytes of `LoadedSLocEntryTable`).




More information about the All-commits mailing list