llvm-project/clang-tools-extra/modularize
Daniel Marjamaki 89ec723468 Refactor MacroInfo so range for loops can be used to iterate its tokens.
Differential Revision: http://reviews.llvm.org/D9079

llvm-svn: 236976
2015-05-11 08:26:25 +00:00
..
CMakeLists.txt Added module map coverage support, extracted from module-map-checker. 2015-02-19 16:47:27 +00:00
CoverageChecker.cpp Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 07:59:33 +00:00
CoverageChecker.h Make helpers static. clang-tools edition. 2015-03-23 12:49:15 +00:00
Makefile Revert "Adapt clang-tools-extra to clang module format changes." 2015-02-25 02:46:37 +00:00
Modularize.cpp Changed option processing to implicitly use -x c++ if no other -x option specified. Added implicit -w option to disable compilation warnings, in particular to avoid warning on pragma once. 2015-05-06 18:43:01 +00:00
Modularize.h Added module map generation option. 2013-10-15 13:52:33 +00:00
ModularizeUtilities.cpp Make helpers static. clang-tools edition. 2015-03-23 12:49:15 +00:00
ModularizeUtilities.h Added module map coverage support, extracted from module-map-checker. 2015-02-19 16:47:27 +00:00
ModuleAssistant.cpp Renamed module.map to module.modulemap (modularize). 2015-02-10 14:45:30 +00:00
PreprocessorTracker.cpp Refactor MacroInfo so range for loops can be used to iterate its tokens. 2015-05-11 08:26:25 +00:00
PreprocessorTracker.h Added -block-check-header-list-only option. This is a work-around for private includes that purposefully get included inside blocks. 2015-02-11 16:58:36 +00:00