]> granicus.if.org Git - clang/commit
Rename PreprocessorInitOptions to PreprocessorOptions for consistency, and fix
authorDaniel Dunbar <daniel@zuster.org>
Sat, 7 Nov 2009 04:20:15 +0000 (04:20 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 7 Nov 2009 04:20:15 +0000 (04:20 +0000)
commit8863b985f1cf78a2fb62913e184dc45162853cf9
tree95fb53eec9e1d1dc2e73f8fc5d7c968847694e0f
parent750156aec27f66ddd53bf05bde34f147e73e7769
Rename PreprocessorInitOptions to PreprocessorOptions for consistency, and fix
filenames.

Also, move InitializePreprocessor to Utils.h.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86335 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/PreprocessorOptions.h [moved from include/clang/Frontend/InitPreprocessor.h with 71% similarity]
include/clang/Frontend/Utils.h
lib/Frontend/InitPreprocessor.cpp
tools/clang-cc/clang-cc.cpp