]> granicus.if.org Git - clang/commit
-Introduce PCHReader::ReadTemplateArgumentLoc()
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 22 Jun 2010 09:54:59 +0000 (09:54 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 22 Jun 2010 09:54:59 +0000 (09:54 +0000)
commit44f8c37e378f716e8cbb600e3800f437cf58f9e5
treee74d2e26bea14bdbcca1305885d68447856cec76
parentd0913557c800c8a712fb554032a833619f23bc56
-Introduce PCHReader::ReadTemplateArgumentLoc()
-Introduce PCHWriter::AddTemplateArgumentLocInfo()
-Modify PCHWriter::AddTemplateArgumentLoc() to also write TemplateArgumentLoc's TemplateArgument
  and move the existing calls of AddTemplateArgumentLoc() to AddTemplateArgumentLocInfo().

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106533 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/PCHReader.h
include/clang/Frontend/PCHWriter.h
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp