Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 4.8.0-beta1
-
Windows 7 x64, Creator snapshot from Sep 13, rev bb6851632a
Description
// main.c typedef struct { int bar; } Foo; int main() { Foo foo; Foo *p = &foo; p. // no dot-to-arraw-conversion, // no completions offered return 0; }
Steps to reproduce:
- Press "p."
Expected behavior:
- Dot is converted to arrow: "p->"
- Completions are offered: "p->bar"
Note that this is working nicely in 4.7
Attachments
Issue Links
- resulted in
-
QTCREATORBUG-21226 Squish: Add another test to tst_memberoperator
-
- Closed
-
For Gerrit Dashboard: QTCREATORBUG-21104 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
240439,5 | [backported/clang-8][CodeComplete] Generate completion fix-its for C code as well | release_60-based | clang/clang | Status: MERGED | +2 | 0 |
240918,4 | [backported/clang-8][Sema] Generate completion fix-its for C code as well | release_70-based | clang/clang | Status: MERGED | +2 | 0 |