[all-commits] [llvm/llvm-project] 9ae6e6: [clang] NFC: Extract lower-level SourceManager fun...

Jan Svoboda via All-commits all-commits at lists.llvm.org
Tue Nov 1 19:18:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9ae6e6a50273abd683f61b017a4d4c34a964c703
      https://github.com/llvm/llvm-project/commit/9ae6e6a50273abd683f61b017a4d4c34a964c703
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
    M clang/include/clang/Basic/SourceManager.h

  Log Message:
  -----------
  [clang] NFC: Extract lower-level SourceManager functions

This is a prep-patch for D136624 which allows querying `SourceManager` with raw offsets instead of `SourceLocation`s.

Reviewed By: dexonsmith

Differential Revision: https://reviews.llvm.org/D137215




More information about the All-commits mailing list