summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-02-11 18:16:40 +0000
committerDouglas Gregor <dgregor@apple.com>2009-02-11 18:16:40 +0000
commitf8f868336ed33869bb4d196849bf8df21d3b64dd (patch)
tree587ff8aae736c8d9f0046eed07c48d1b96c324b6 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentd5581d2af1a8215c41b58d9554fc415aa8d7fdc5 (diff)
downloadbcm5719-llvm-f8f868336ed33869bb4d196849bf8df21d3b64dd.tar.gz
bcm5719-llvm-f8f868336ed33869bb4d196849bf8df21d3b64dd.zip
Allow the use of default template arguments when forming a class
template specialization (e.g., std::vector<int> would now be well-formed, since it relies on a default argument for the Allocator template parameter). This is much less interesting than one might expect, since (1) we're not actually using the default arguments for anything important, such as naming an actual Decl, and (2) we'll often need to instantiate the default arguments to check their well-formedness. The real fun will come later. llvm-svn: 64310
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud