[cfe-commits] [PATCH] C++11 nullptr-convert standalone tool
Eli Friedman
eli.friedman at gmail.com
Wed Nov 28 13:10:37 PST 2012
clang generally doesn't try to partially analyze expressions of
dependent type, so we don't do any analysis on e.g. "T* x = 0;". To
put it another way, clang doesn't bother to distinguish between "T* x
= 0" and "T x = 0;". The general case is rather complicated, and
there isn't usually any benefit.
-Eli
http://llvm-reviews.chandlerc.com/D136
More information about the cfe-commits
mailing list