aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/InitPreprocessor.h
AgeCommit message (Expand)Author
2009-11-07Rename PreprocessorInitOptions to PreprocessorOptions for consistency, and fixDaniel Dunbar
2009-11-04InitializePreprocessor cannot fail.Daniel Dunbar
2009-11-04Move -undef flag into PreprocessorInitOptionsDaniel Dunbar
2009-11-03Implement support for the -undef command line option, patch byChris Lattner
2009-05-18Remove tabs.Eli Friedman
2009-05-18Remove unused parameter.Eli Friedman
2009-04-21Split preprocessor initialization logic out of clang-cc intoChris Lattner