[PATCH] cpp11-migrate: Add a class to support include directives modifications

Guillaume Papin guillaume.papin at epitech.eu
Mon Aug 5 08:24:48 PDT 2013


Hi revane,

The IncludeDirectives class allows the users to add angled-includes in a source
file. This is necessary for some transforms that add dependency to new STL
headers.

This is a start for this class that will need to evolve later (for example to
replace uses of tr1 it will be necessary to rename/remove includes).

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

Files:
  cpp11-migrate/Core/CMakeLists.txt
  cpp11-migrate/Core/IncludeDirectives.cpp
  cpp11-migrate/Core/IncludeDirectives.h
  unittests/cpp11-migrate/CMakeLists.txt
  unittests/cpp11-migrate/IncludeDirectivesTest.cpp
  unittests/cpp11-migrate/VirtualFileHelper.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1287.1.patch
Type: text/x-patch
Size: 22906 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130805/cb30bc33/attachment.bin>


More information about the cfe-commits mailing list