]> granicus.if.org Git - clang/commit
Straw man for instantiation of expressions. Use it to instantiate the
authorDouglas Gregor <dgregor@apple.com>
Thu, 12 Mar 2009 16:53:44 +0000 (16:53 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 12 Mar 2009 16:53:44 +0000 (16:53 +0000)
commita0e500db61f5fcf3ff6de6af1494f0cea9f6f8db
tree479da4bb67a5a8e8438cd45b08aec6787176e244
parent0c562a23a6560b5736077226ab31d6a9a216ccd3
Straw man for instantiation of expressions. Use it to instantiate the
width of bitfields.

I'll be burning this down and replacing it with a properly-dispatched
implementation like the one used for types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66796 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaTemplateInstantiate.cpp
test/SemaTemplate/instantiate-expr-1.cpp [new file with mode: 0644]