summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-09-07 02:06:42 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-09-07 02:06:42 +0000
commit1fde8ece371a86fe3aae232e9d143fbd8dc34d08 (patch)
treee02b5ce8098d8aaae92b5a6e42692c2438a41f21 /clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
parent97158ca5c26c759ccdc81ef01a3f94f2fdb264c6 (diff)
downloadbcm5719-llvm-1fde8ece371a86fe3aae232e9d143fbd8dc34d08.tar.gz
bcm5719-llvm-1fde8ece371a86fe3aae232e9d143fbd8dc34d08.zip
PR9023: A template template parameter whose template parameter list contains an
unexpanded parameter pack is a pack expansion. Thus, as with a non-type template parameter which is a pack expansion, it needs to be expanded early into a fixed list of template parameters. Since the expanded list of template parameters is not itself a parameter pack, it is permitted to appear before the end of the template parameter list, so also remove that restriction (for both template template parameter pack expansions and non-type template parameter pack expansions). llvm-svn: 163369
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud