================ Comment at: cpp11-migrate/UseAuto/UseAuto.h:27 @@ +26,3 @@ +/// In addition to being used as the type specifier for variable declarations +/// auto can be used in these ways (c++11 ยง7.1.6.4.2): +/// * With functions with trailing return type ---------------- Dmitri Gribenko wrote: > Sean Silva wrote: > > avoid non-ascii characters > And please use textual references, like [dcl.spec.auto] p2. Ok. Is there a style to follow with spec references? If I say [dcl.spec.auto] p2 it's assumed I'm talking about the C++ spec?
http://llvm-reviews.chandlerc.com/D392 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
