Index: clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp =================================================================== --- clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp +++ clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp @@ -146 +146,2 @@ - Values("++x", "--x", "x++", "x--", "++(x)", "--(x)", "(x)++", "(x)--"), ); + Values("++x", "--x", "x++", "x--", "++(x)", "--(x)", + "(x)++", "(x)--"), );