forked from OSchip/llvm-project
![]() We used to incorrectly identify some operators (*, &, +, -, etc.) if there were comments around them. Example: Before: int a = /**/ - 1; After: int a = /**/ -1; llvm-svn: 172533 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
FormatTest.cpp | ||
Makefile |