Fix the way merging of LessLess is performed at the end of input. r229783 merged <,< in an incorrect manner at the end of input. This resulted in assert failures (found by fuzzer bot).
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D7766
clang-format: Fix merging of << at end of input. ClosedPublic Authored by jpienaar on Feb 19 2015, 10:55 AM.
Details
Summary Fix the way merging of LessLess is performed at the end of input. r229783 merged <,< in an incorrect manner at the end of input. This resulted in assert failures (found by fuzzer bot).
Diff Detail Event Timelinejpienaar updated this object. djasper edited edge metadata. Comment ActionsLooks good.
This revision is now accepted and ready to land.Feb 19 2015, 2:55 PM
Revision Contents
Diff 20319 lib/Format/Format.cpp
unittests/Format/FormatTest.cpp
|
Maybe call this FourthTokenIsLess.