JonasToth added inline comments.

================
Comment at: ClangTidy.cpp:612
+
+  std::unique_ptr<FileManager> Files =
+      make_unique<FileManager>(FileSystemOptions());
----------------
in this case you can use `auto` again, because the type of the `unique_ptr` is 
clear from the `make_unique` call.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D49890



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

Reply via email to