]> granicus.if.org Git - clang/commit
Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qualified...
authorVlad Tsyrklevich <vlad@tsyrklevich.net>
Fri, 7 Jun 2019 19:18:30 +0000 (19:18 +0000)
committerVlad Tsyrklevich <vlad@tsyrklevich.net>
Fri, 7 Jun 2019 19:18:30 +0000 (19:18 +0000)
commite79c5dc45a4124e2cd9ab4e9e3b02960ad3c2c9f
tree4856cd40afcda13b8508e08346aa26adc571d6f8
parentcfa017d306c8fd588037a2c16ba2d645a52547d7
Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qualified methods."

This reverts commit f1f6e0fc2468e9c120b22b939507c527d08b8ee8, it was
causing LSan failures on the sanitizer bots:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/32809

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