[Diffusion] rL248418: Fix loop-convert for const references to containers.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 24 04:55:34 PDT 2015


alexfh added subscribers: angelgarcia, klimek, cfe-commits.
alexfh added a comment.

One trivial comment. Angel can probably fix this faster.


/clang-tools-extra/trunk/clang-tidy/modernize/LoopConvertCheck.cpp:394 ```
// Handle references to containers.
CType = CType->getNonReferenceType();
```

Users:
  klimek (Author)

http://reviews.llvm.org/rL248418





More information about the cfe-commits mailing list