[PATCH] Serialization for captured statements
Doug Gregor
dgregor at apple.com
Wed May 1 21:45:06 PDT 2013
With the minor testcase change, this LGTM.
================
Comment at: test/PCH/captured-stmt.h:1
@@ +1,2 @@
+static inline void foo(int &x, int y) {
+ // Capturing x and y
----------------
Please fold the header into the .cpp file, as we do in (for example) test/PCH/cxx11-constexpr.cpp. It's more compact that way.
http://llvm-reviews.chandlerc.com/D727
BRANCH
serialization
ARCANIST PROJECT
clang
More information about the cfe-commits
mailing list