]> granicus.if.org Git - clang/commit
Don't try to instantiate std::list at an incomplete type; it's not
authorJohn McCall <rjmccall@apple.com>
Wed, 2 May 2012 05:44:20 +0000 (05:44 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 2 May 2012 05:44:20 +0000 (05:44 +0000)
commit3ecafe4d7d8f45da616be2ffef998c851dfb7b6b
tree699a6ea0ce4c5a050eb7be4b3b3f6c7aca904821
parent6d89b4bcb2c0c4c67931f138ed04f47111e418f7
Don't try to instantiate std::list at an incomplete type;  it's not
allowed, and it'll blow up in unfortunate ways when using a proper
C++11 library.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155980 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Rewrite/TokenRewriter.h