[all-commits] [llvm/llvm-project] 747b13: clang/Basic: Remove SourceManager::getBufferPointe...
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Tue Oct 20 15:03:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 747b134d019ce99bc4463d09992634965ee95031
https://github.com/llvm/llvm-project/commit/747b134d019ce99bc4463d09992634965ee95031
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2020-10-20 (Tue, 20 Oct 2020)
Changed paths:
M clang/include/clang/Basic/SourceManager.h
M clang/lib/Basic/SourceManager.cpp
Log Message:
-----------
clang/Basic: Remove SourceManager::getBufferPointer, NFC
Inline `Source::getBufferPointer` into its only remaining caller,
`getBufferOrNone`. No functionality change.
Differential Revision: https://reviews.llvm.org/D89430
More information about the All-commits
mailing list