aaron.ballman added inline comments.

================
Comment at: test/clang-tidy/modernize-use-trailing-return.cpp:2
+// RUN: %check_clang_tidy %s modernize-use-trailing-return %t -- -- --std=c++14
+
+namespace std {
----------------
lebedev.ri wrote:
> Missing test coverage:
> * macros
> * is there tests for implicit functions?
> * Out-of-line function with body.
Also:
  * functions with attributes in the type position `int f() [[]];`
  * functions without attributes in the type position `[[]] int f();` and `int 
f [[]] ();`
  * lambdas?
  * Special functions without return types, like constructors and destructors
  * Conversion operators. `struct S {  operator int() const; };`


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D56160



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

Reply via email to