summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2018-01-26 19:26:12 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2018-01-26 19:26:12 +0000
commit71b74ebb1e3732e3e40fe288ef864de91febc6ed (patch)
tree68a9f61bdc697265e6abfeb5b2e605b3029595ff /llvm/lib/CodeGen
parent1a1edbfb048e83091bf6352e2be380d90976ed9b (diff)
downloadbcm5719-llvm-71b74ebb1e3732e3e40fe288ef864de91febc6ed.tar.gz
bcm5719-llvm-71b74ebb1e3732e3e40fe288ef864de91febc6ed.zip
[index] Fix crash when indexing a C++14 PCH/module related to TemplateTemplateParmDecls of alias templates
TemplateTemplateParmDecls of alias templates ended-up serialized as 'file-level decls' which was causing a crash while trying to index a PCH/module file that contained them. Commit makes sure TemplateTemplateParmDecls are not recorded as such kind of decls. Fixes crash of rdar://36608297 Differential Revision: https://reviews.llvm.org/D42588 llvm-svn: 323549
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud