]> granicus.if.org Git - clang/commit
Frontend: Change FrontendAction::BeginSourceFile to take the input kind instead of...
authorDaniel Dunbar <daniel@zuster.org>
Mon, 7 Jun 2010 23:23:06 +0000 (23:23 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 7 Jun 2010 23:23:06 +0000 (23:23 +0000)
commitd3598a65716e120aef45aa2841d730e03f7101fe
treece9a13a0ffb45453f15471a62d3797ae4383170b
parentc34ce3fa613d5e4a283e53615fceafd17390445b
Frontend: Change FrontendAction::BeginSourceFile to take the input kind instead of an IsAST bool.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105578 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/FrontendAction.h
lib/Frontend/ASTUnit.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/FrontendAction.cpp