a crash on <vector> in same, which bears additional investigation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85598
91177308-0d34-0410-b5e6-
96231b3b80d8
public:
TemplateArgumentLocInfo()
+ : Expression(0)
#ifndef NDEBUG
- : Kind(K_None)
+ , Kind(K_None)
#endif
{}
setTemplateNameLoc(Loc);
for (unsigned i = 0, e = getNumArgs(); i != e; ++i) {
- TemplateArgumentLocInfo Info = TemplateArgumentLocInfo();
+ TemplateArgumentLocInfo Info;
#ifndef NDEBUG
// If asserts are enabled, be sure to initialize the argument
// loc with the right kind of pointer.