llvm-project/clang/lib/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
Format.cpp Improve operator kind detection in presence of comments. 2013-01-15 14:27:39 +00:00
Makefile
UnwrappedLineParser.cpp Fixes various bugs around the keywords class, struct and union. 2013-01-15 13:38:33 +00:00
UnwrappedLineParser.h Fixes various bugs around the keywords class, struct and union. 2013-01-15 13:38:33 +00:00