| Issue |
53106
|
| Summary |
[clang-format] double slash in include directives with angles is interpreted as a comment
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
lahwaacz
|
Small repro code:
```cpp
#include "foo//bar"
#include <foo//bar>
```
Run clang-format:
```
$ clang-format --style="{SpacesBeforeTrailingComments: 4}" foo.cpp
#include "foo//bar"
#include <foo //bar>
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs