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)
commit22c22f5f9a0fa0db6cb0fae9c9ced4756cd52701
tree1624b13d593d97d1e31fdee0292f72ce74328936
parent4985b8766e62127c695f12554c6f28dd2b838c4f
Introduce SourceManager::PredefinesFileID, to allow each checking of whether
a source location came from the predefines buffer.

llvm-svn: 174190
clang/include/clang/Lex/Preprocessor.h
clang/lib/Lex/Preprocessor.cpp