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

Eric Liu via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 28 01:45:54 PDT 2016


ioeric created this revision.
ioeric added a reviewer: bkramer.
ioeric added subscribers: hokein, cfe-commits.

this enables us to map a group of headers to one header name,
e.g. headers from one directory can be mapped to the same header.

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
  unittests/include-fixer/find-all-symbols/FindAllSymbolsTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21787.62071.patch
Type: text/x-patch
Size: 63428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160628/a5a423a0/attachment-0001.bin>


More information about the cfe-commits mailing list