[all-commits] [llvm/llvm-project] 443ab4: [clang][Basic] Integrate SourceLocation with Foldi...
Mikhail Maltsev via All-commits
all-commits at lists.llvm.org
Tue Oct 27 03:44:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 443ab4d2e01246bf93cd410db945dc9ab6adf1b3
https://github.com/llvm/llvm-project/commit/443ab4d2e01246bf93cd410db945dc9ab6adf1b3
Author: Mikhail Maltsev <mikhail.maltsev at arm.com>
Date: 2020-10-27 (Tue, 27 Oct 2020)
Changed paths:
M clang/include/clang/Basic/SourceLocation.h
M clang/lib/Analysis/PathDiagnostic.cpp
M clang/lib/Basic/SourceLocation.cpp
M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
Log Message:
-----------
[clang][Basic] Integrate SourceLocation with FoldingSet, NFCI
This patch removes the necessity to access the SourceLocation internal
representation in several places that use FoldingSet objects.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D69844
More information about the All-commits
mailing list