alexfh added inline comments.

================
Comment at: unittests/clang-tidy/ExprMutationAnalyzerTest.cpp:582
+
+  AST = tooling::buildASTFromCode("namespace std { class type_info; }"
+                                  "void f() { int x; typeid(x = 10); }");
----------------
FYI, this test had to be fixed for a ps4 buildbot. See r335799 for details.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D45679



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to