[PATCH] D20821: Fix a few issues while skipping function bodies
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 16 19:16:15 PDT 2016
chapuni added a subscriber: chapuni.
================
Comment at: cfe/trunk/unittests/Tooling/ToolingTest.cpp:315
@@ -262,1 +314,3 @@
+ runToolOnCode(new SkipBodyAction,
+ "template<typename T> int skipMeNot() { an_error_here }"));
}
----------------
It didn't pass for targeting *-msvc. Tweaked in r272985.
Repository:
rL LLVM
http://reviews.llvm.org/D20821
More information about the cfe-commits
mailing list