[cfe-commits] [PATCH] Speed up parsing of global declarations.

Joey Gouly joey.gouly at arm.com
Tue Dec 11 04:01:55 PST 2012


  Otherwise, LGTM.


================
Comment at: lib/Basic/DiagnosticIDs.cpp:227
@@ +226,3 @@
+static std::pair<unsigned, bool>
+DiagnosticClassCache[diag::DIAG_UPPER_LIMIT] = {};
+
----------------
You need to remove the "= {}" for this to be ok under C++98.


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



More information about the cfe-commits mailing list