llvm-project/clang/unittests/Format
Daniel Jasper 7194527d9f Improve operator kind detection in presence of comments.
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
2013-01-15 14:27:39 +00:00
..
CMakeLists.txt
FormatTest.cpp Improve operator kind detection in presence of comments. 2013-01-15 14:27:39 +00:00
Makefile Fixes Makefile for Format unit tests. 2012-12-06 22:29:01 +00:00