alexshap added inline comments.
================ Comment at: test/clang-reorder-fields/FieldDependencyWarning.cpp:3 + +#include <string> + ---------------- tests should not depend on STL (for good examples see how things are done in clang-tidy tests), so simply remove this include and define a small class with a constructor right here Repository: rL LLVM https://reviews.llvm.org/D35972 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits