]> granicus.if.org Git - clang/commit
Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qualified...
authorSam McCall <sam.mccall@gmail.com>
Mon, 10 Jun 2019 14:55:57 +0000 (14:55 +0000)
committerSam McCall <sam.mccall@gmail.com>
Mon, 10 Jun 2019 14:55:57 +0000 (14:55 +0000)
commitad0ba3b0b512408d12ccfac89adbcca3c0aadd20
treea5ad3016886255eb835b90a3e0b6ea331e6ca29c
parenteb388ab5f416b14ffa7007d9a14c9060c6a26c56
Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qualified methods."

This reverts commit r362924, which causes a double-free of ShadowMapEntry.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362944 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCodeComplete.cpp
test/CodeCompletion/member-access.cpp