diff options
author | Nikolai Kosjar <nikolai.kosjar@qt.io> | 2020-05-22 09:05:00 +0200 |
---|---|---|
committer | Nikolai Kosjar <nikolai.kosjar@qt.io> | 2020-05-22 08:42:09 +0000 |
commit | 8df85020904ff7004a437824f37610bdf207d454 (patch) | |
tree | e7186724b03cfda51a80a547de9bc32dca6561e4 /src/plugins/cpptools/cppcodeformatter.cpp | |
parent | 82be99a53ea99ea3a63a76a3a1fa895753b7a919 (diff) | |
download | qt-creator-8df85020904ff7004a437824f37610bdf207d454.tar.gz |
Clang: Disable a completion test for LLVM/Clang 10
For the case
struct Foo;
void f(Foo *foo) { foo->/*COMPLETE-HERE*/ }
no completions are expected as "Foo" is only forward declared.
This seems to be handled correctly in current LLVM/Clang master
(upcoming version 11), but wasn't with previous versions as pointless
non-member-completions were returned.
As our workaround is not applicable anymore with LLVM/Clang 10, disable
the corresponding test for that version as we cannot do anything about
it.
Change-Id: Ia02696175d0d532e16bc16a1010821b4aed20f8b
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/cpptools/cppcodeformatter.cpp')
0 files changed, 0 insertions, 0 deletions