summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/cpp11-migrate/IncludeDirectivesTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cpp11-migrate: Add a class to support include directives modificationsGuillaume Papin2013-08-271-0/+410
| | | | | | | | | | | The IncludeDirectives class helps with detecting and modifying #include directives. For now it allows the users to add angled-includes in a source file. This is a start for this class that will evolve in the future to add more functionality. This should fix the reverted commit r189037 (buildbot failures on Windows). llvm-svn: 189354
* Revert "cpp11-migrate: Add a class to support include directives modifications"Guillaume Papin2013-08-221-413/+0
| | | | | | | | | | This reverts commit r189017. It broke the windows bots: - http://bb.pgr.jp/builders/ninja-clang-i686-msc17-R/builds/4176 - http://bb.pgr.jp/builders/cmake-clang-i686-mingw32/builds/3837 llvm-svn: 189037
* cpp11-migrate: Add a class to support include directives modificationsGuillaume Papin2013-08-221-0/+413
| | | | | | | | | | | The IncludeDirectives class helps with detecting and modifying #include directives. For now it allows the users to add angled-includes in a source file. This is a start for this class that will evolve in the future to add more functionality. This should fix the reverted commit r188791 (buildbot failures on Windows). llvm-svn: 189017
* Revert "cpp11-migrate: Add a class to support include directives modifications"Guillaume Papin2013-08-201-377/+0
| | | | | | | | This reverts commit r188791. The Windows bots are still broken. llvm-svn: 188795
* cpp11-migrate: Add a class to support include directives modificationsGuillaume Papin2013-08-201-0/+377
| | | | | | | | | | | The IncludeDirectives class helps with detecting and modifying #include directives. For now it allows the users to add angled-includes in a source file. This is a start for this class that will evolve in the future to add more functionality. This should fix the reverted commit r188610 (buildbot failures on Windows). llvm-svn: 188791
* Revert "cpp11-migrate: Add a class to support include directives modifications"Guillaume Papin2013-08-171-360/+0
| | | | | | | | | This reverts commit r188610. Issue with the absolute include paths not found in the unit tests on the Windows bots. Needs investigation. llvm-svn: 188611
* cpp11-migrate: Add a class to support include directives modificationsGuillaume Papin2013-08-171-0/+360
The IncludeDirectives class helps with detecting and modifying #include directives. For now it allows the users to add angled-includes in a source file. This is a start for this class that will evolve in the future to add more functionality. llvm-svn: 188610
OpenPOWER on IntegriCloud