Make Sema::ActOnCXXEnterDeclaratorScope robust against failures to compute
authorDouglas Gregor <dgregor@apple.com>
Tue, 21 Jul 2009 18:59:28 +0000 (18:59 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 21 Jul 2009 18:59:28 +0000 (18:59 +0000)
commitddbf4e0c2c35f98efa7fe6b3e235dc39c7f5af73
tree52d6dfa7ee1ae3a3d8a401c5bfdfe3812ff1a752
parent3fe60b21181dabe6027d322afc7052b0d5dbcd40
Make Sema::ActOnCXXEnterDeclaratorScope robust against failures to compute
the declaration context, as occurs with out-of-line class template member
definitions.

llvm-svn: 76622
clang/include/clang/Parse/Parser.h
clang/lib/Sema/SemaCXXScopeSpec.cpp