Skip to content
Commit a11b4bfc authored by Nick Lewycky's avatar Nick Lewycky
Browse files

Don't crash when an explicit template instantiation has no user-written

arguments. This happens in clang itself where template:

  template <typename T> T const *getAs();

gets specialized with:

  template<> inline clang::TypedefType const *getAs() { ... }

and there's no TemplateArgumentList.

llvm-svn: 109127
parent f7109438
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment