]> granicus.if.org Git - clang/commit
PPCallbacks: Add hook for reaching the end of the main file, and fix DependencyFile...
authorDaniel Dunbar <daniel@zuster.org>
Tue, 23 Mar 2010 05:09:10 +0000 (05:09 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 23 Mar 2010 05:09:10 +0000 (05:09 +0000)
commitdbd8209b33e6c9f151e4913a9c095d64a95439c4
treecc208cfa59d9fb8a90daf856f96ab3d83c9184b8
parentd9e0c0fc47d5881a609ec34372d554e3652db66c
PPCallbacks: Add hook for reaching the end of the main file, and fix DependencyFile to not do work in its destructor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99257 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/PPCallbacks.h
include/clang/Lex/Preprocessor.h
lib/Frontend/DependencyFile.cpp
lib/Frontend/FrontendAction.cpp
lib/Lex/PPLexerChange.cpp
lib/Lex/Preprocessor.cpp