[PATCH] D79912: Assignment and Inc/Dec operators wouldn't register as a mutation when Implicit Paren Casts were present

Joe Burzinski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 16:57:08 PDT 2020


Tridacnid updated this revision to Diff 263885.
Tridacnid added a comment.

Apply clang-format patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79912/new/

https://reviews.llvm.org/D79912

Files:
  clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp


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)--"), );


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79912.263885.patch
Type: text/x-patch
Size: 495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200513/aa119531/attachment.bin>


More information about the llvm-commits mailing list