================ Comment at: clang-tidy/ClangTidy.cpp:374 @@ +373,3 @@ + yaml::Output YAML(OS); + YAML << TUR; +} ---------------- alexfh wrote: > "return YAML.error();" seems like a good idea in case the file is not > writable or any other error occurs. yaml::Output has no way to retrieve errors :(
http://reviews.llvm.org/D5176 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
