[PATCH] Implement handling of include/exclude options for cpp11-migrate

Jack Yang jack.yang at intel.com
Tue Apr 9 14:04:35 PDT 2013


Hi revane,

This allows for querying whether or not a file is safe to transform based on the provided include and exclude file paths. When the tool supports transforming header files this will be used to determine which header files are safe. Currently this is only used in the included unit tests to verify functionality.

http://llvm-reviews.chandlerc.com/D648

Files:
  cpp11-migrate/Core/CMakeLists.txt
  cpp11-migrate/Core/IncludeExcludeInfo.cpp
  cpp11-migrate/Core/IncludeExcludeInfo.h
  unittests/cpp11-migrate/CMakeLists.txt
  unittests/cpp11-migrate/IncludeExcludeTest.cpp
  unittests/cpp11-migrate/Makefile
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D648.1.patch
Type: text/x-patch
Size: 8256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130409/be803ae9/attachment.bin>


More information about the cfe-commits mailing list