[PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.

hfinkel at anl.gov hfinkel at anl.gov
Wed Nov 6 06:24:14 PST 2013



================
Comment at: include/clang/Parse/Parser.h:740
@@ +739,3 @@
+
+  // Control flags for SkipUntil fanctions.
+  enum SkipUntilFlags {
----------------
Typo: factions -> actions


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



More information about the cfe-commits mailing list