Calls to Sema::MatchTemplateParametersToScopeSpecifier should not depend on the order...
authorDouglas Gregor <dgregor@apple.com>
Wed, 22 Jul 2009 22:05:02 +0000 (22:05 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 22 Jul 2009 22:05:02 +0000 (22:05 +0000)
commit1a7ba62e3a99b7b0adcc41c7cceeb777e4e1e355
tree461fd62bf7ef500c80b87d90317504f8639b12b9
parente270d4a4ddfabe1620f12df30ca930c35e127152
Calls to Sema::MatchTemplateParametersToScopeSpecifier should not depend on the order of evaluation of their arguments to be correct.

llvm-svn: 76804
clang/lib/Sema/SemaDecl.cpp