"clang/test/CodeGenCXX/2008-05-07-CrazyOffsetOf.cpp" did not exist on "d93ff087bab9f669c36b361008b973e99d663eb7"
[clangd] Check preceding char when completion triggers on ':' or '>'
Summary: Only run completion when we were trigerred on '->' and '::', otherwise send an error code in return. To avoid automatically invoking completions in cases like 'a >^' or 'a ? b :^'. Reviewers: hokein Reviewed By: hokein Subscribers: ioeric, MaskRay, jkorous, arphaman, kadircet, cfe-commits Differential Revision: https://reviews.llvm.org/D55994 llvm-svn: 350304
Loading
Please register or sign in to comment