[PATCH] D20132: [libclang] Add clang_getAllSkippedRanges function

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 17 14:39:36 PDT 2016


rsmith accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: unittests/libclang/LibclangTest.cpp:16-20
@@ -15,4 +15,7 @@
 #include "gtest/gtest.h"
 #include <fstream>
 #include <set>
+#include <map>
+#include <memory>
+#include <functional>
 #define DEBUG_TYPE "libclang-test"
----------------
Please put these in alphabetical order.


https://reviews.llvm.org/D20132





More information about the cfe-commits mailing list