[cfe-commits] [PATCH] Move operator precedence calculation to new header

Dmitri Gribenko gribozavr at gmail.com
Thu Dec 20 11:45:42 PST 2012



================
Comment at: lib/Basic/OperatorPrecedence.cpp:18
@@ +17,3 @@
+
+/// \brief Return the precedence of the specified binary operator token.
+prec::Level clang::getBinOpPrecedence(
----------------
Please move this comment to the header.


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



More information about the cfe-commits mailing list