[PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 27 19:54:01 PDT 2016


chapuni added a subscriber: chapuni.

================
Comment at: clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/FindAllSymbolsTests.cpp:333
@@ +332,3 @@
+  static const char Code[] = R"(
+      typedef unsigned size_t;
+      typedef struct { int x; } X;
----------------
size_t clashes against built-in type. Tweaked in r267841.


Repository:
  rL LLVM

http://reviews.llvm.org/D19482





More information about the cfe-commits mailing list