]> granicus.if.org Git - clang/commit
Eliminate the default case in the expression-classification code, so
authorDouglas Gregor <dgregor@apple.com>
Tue, 14 Sep 2010 21:51:42 +0000 (21:51 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 14 Sep 2010 21:51:42 +0000 (21:51 +0000)
commit4178b573b82449c2d888ea1f0957a478534e118c
tree938341c419040e09e3bdc1b1b8450d7cb91d9764
parentc384636f9a405b687990564b204b98e360c81587
Eliminate the default case in the expression-classification code, so
that we're sure to keep it updated when new expression kinds
emerge. Also fixes a few little bugs in the classification of
expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113864 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprClassification.cpp