diff options
author | Edwin Vane <edwin.vane@intel.com> | 2013-02-28 16:29:24 +0000 |
---|---|---|
committer | Edwin Vane <edwin.vane@intel.com> | 2013-02-28 16:29:24 +0000 |
commit | 266b625ca90de49dac72022232deac1a59f09ccd (patch) | |
tree | c1d3ec4cf38c7f06d5205ee702e0f5c4d85e09a6 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 3305b177e6b62e54efb3fa92b5cafbc0c58df981 (diff) | |
download | bcm5719-llvm-266b625ca90de49dac72022232deac1a59f09ccd.tar.gz bcm5719-llvm-266b625ca90de49dac72022232deac1a59f09ccd.zip |
Introducing Use-Auto transform for cpp11-migrate
The new Use-Auto transform replaces the type specifier for variable
declarations with the special C++11 'auto' type specifier. For now, the
replacement is done only for variables that are iterators of any of the
std containers and only if the type used is one of those explicitly
allowed by the standard (i.e. not an implementation-specific type).
Reviewers: gribozavr, silvas, klimek
llvm-svn: 176266
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions