diff options
author | Kadir Cetinkaya <kadircet@google.com> | 2020-06-25 10:56:51 +0200 |
---|---|---|
committer | Kadir Cetinkaya <kadircet@google.com> | 2020-06-25 12:04:12 +0200 |
commit | b5d3abea228bf17a009a007061c82d14461766c7 (patch) | |
tree | e58ad7a6397274e5b12f5868af7183022cd736d5 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | e4e2d8e4c2d2d61a5baf7eeab69a3f539343eca6 (diff) | |
download | llvm-b5d3abea228bf17a009a007061c82d14461766c7.zip llvm-b5d3abea228bf17a009a007061c82d14461766c7.tar.gz llvm-b5d3abea228bf17a009a007061c82d14461766c7.tar.bz2 |
[libclang] Get rid of relience on SourceManager member signature
Summary:
Libclang was enforcing a singature on SourceManager::getLocalSLocEntry
which isn't possible to satisfy as pointed out in
https://reviews.llvm.org/D80681#inline-751438.
This patch updates the libclang, hopefully without breaking API stability, to
not rely on member signature. To enable changing the signature in D82498.
Reviewers: sammccall, bkramer
Subscribers: arphaman, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D82532
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions