[cfe-commits] [PATCH] C++11 nullptr-convert standalone tool

Edwin Vane edwin.vane at intel.com
Thu Nov 29 05:40:07 PST 2012


  Instantiating the template doesn't help. In fact my test case is already instantiating the template with Bar<int> which I presume is why I see two entries in the AST for Bar, one with T=int and one general definition.

http://llvm-reviews.chandlerc.com/D136



More information about the cfe-commits mailing list