[PATCH] D21787: [include-fixer] make HeaderMapCollector maps from regex instead of postfix.

Eric Liu via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 4 03:05:38 PDT 2016


ioeric updated this revision to Diff 62656.
ioeric marked an inline comment as done.
ioeric added a comment.

- Change RegexHeaderMap from StringMap to std::vector<std::pair<StringRef, StringRef>>.


http://reviews.llvm.org/D21787

Files:
  include-fixer/find-all-symbols/FindAllSymbolsAction.cpp
  include-fixer/find-all-symbols/FindAllSymbolsAction.h
  include-fixer/find-all-symbols/HeaderMapCollector.cpp
  include-fixer/find-all-symbols/HeaderMapCollector.h
  include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp
  include-fixer/find-all-symbols/STLPostfixHeaderMap.h
  unittests/include-fixer/find-all-symbols/FindAllSymbolsTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21787.62656.patch
Type: text/x-patch
Size: 64427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160704/8db9ca93/attachment-0001.bin>


More information about the cfe-commits mailing list