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

Alexander Kornienko alexfh at google.com
Sat Jun 22 17:45: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.
----------------
Dmitri Gribenko wrote:
> \param Standard
Done.


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



More information about the cfe-commits mailing list