Update StmtProfile.cpp to handle zero template arguments.
authorRichard Trieu <rtrieu@google.com>
Tue, 13 Feb 2018 19:53:40 +0000 (19:53 +0000)
committerRichard Trieu <rtrieu@google.com>
Tue, 13 Feb 2018 19:53:40 +0000 (19:53 +0000)
commit4d06bef38d404253266c2e42209f6d036b04f0cc
treedf84d19eb3e3229e3ed53240b2439b06118a60d9
parent2e2958497fdeeac97f1658b6d65e916ed950421e
Update StmtProfile.cpp to handle zero template arguments.

Treat having no templates arguments differently than having zero template
arguments when profiling.

llvm-svn: 325040
clang/lib/AST/StmtProfile.cpp
clang/test/Modules/odr_hash.cpp