[cfe-commits] [PATCH] Move operator precedence calculation to new header
Daniel Jasper
djasper at google.com
Thu Dec 20 12:29:40 PST 2012
Submitted as r170757.
================
Comment at: lib/Basic/OperatorPrecedence.cpp:18
@@ +17,3 @@
+
+/// \brief Return the precedence of the specified binary operator token.
+prec::Level clang::getBinOpPrecedence(
----------------
Dmitri Gribenko wrote:
> Please move this comment to the header.
Done.
http://llvm-reviews.chandlerc.com/D229
More information about the cfe-commits
mailing list