]> granicus.if.org Git - clang/commit
Introduce SourceManager::PredefinesFileID, to allow each checking of whether
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 1 Feb 2013 16:36:07 +0000 (16:36 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 1 Feb 2013 16:36:07 +0000 (16:36 +0000)
commit95d912c994832333a998bc7d4ae0e8e830a2d38b
tree260b1ac330d372996e18d0322da0d0108e588bc9
parent4ba2508f05a0820e1c570d764321ce22abeadd72
Introduce SourceManager::PredefinesFileID, to allow each checking of whether
a source location came from the predefines buffer.

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