[PATCH] D20132: [libclang] Add clang_getAllSkippedRanges function

Cameron via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 18 06:51:02 PDT 2016


cameron314 added inline comments.

================
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"
----------------
rsmith wrote:
> Please put these in alphabetical order.
Will do!


https://reviews.llvm.org/D20132





More information about the cfe-commits mailing list