[PATCH] Use lexing mode based on FormatStyle.Standard.

Dmitri Gribenko gribozavr at gmail.com
Sat Jun 22 17:16:02 PDT 2013



================
Comment at: include/clang/Format/Format.h:222
@@ +221,3 @@
+///
+/// \p Standard determines lexing mode: LC_Cpp11 and LS_Auto turn on C++11
+/// lexing mode, LS_Cpp03 - C++03 mode.
----------------
\param Standard


http://llvm-reviews.chandlerc.com/D1028



More information about the cfe-commits mailing list