]> granicus.if.org Git - clang/commit
split macro expansion support out of Preprocessor.cpp into PPMacroExpansion.cpp
authorChris Lattner <sabre@nondot.org>
Sun, 9 Mar 2008 03:13:06 +0000 (03:13 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 Mar 2008 03:13:06 +0000 (03:13 +0000)
commita3b605ef0d535c5c5ac3f00e1e2d46fa7336d26c
tree1e7743c388661d33e24b3df2e5d0224a23482517
parentec9426ca6039279bcc99bc2c625bb2abe4f0353d
split macro expansion support out of Preprocessor.cpp into PPMacroExpansion.cpp
Rename Directives.cpp -> PPDirectives.cpp since it implements part of the
Preprocessor class.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48078 91177308-0d34-0410-b5e6-96231b3b80d8
Lex/PPDirectives.cpp [moved from Lex/Directives.cpp with 99% similarity]
Lex/PPMacroExpansion.cpp [new file with mode: 0644]
Lex/Preprocessor.cpp
clang.xcodeproj/project.pbxproj