| Issue | 71767 |
|---|---|
| Summary | [readability-misleading-indentation] False report for macro statement |
| Labels | |
| Assignees | |
| Reporter | timxx |
False report when the statement starts with an empty macro, it's common case in Qt's signal/slot.
```C++
if (condition)
foo();
else if (another)
bar();
emit theSignal();
```
The `emit` is `# define emit`
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
