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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to