r176005 - Documentation: add an idea for a (weird) clang tool
Dmitri Gribenko
gribozavr at gmail.com
Sun Feb 24 17:14:45 PST 2013
Author: gribozavr
Date: Sun Feb 24 19:14:45 2013
New Revision: 176005
URL: http://llvm.org/viewvc/llvm-project?rev=176005&view=rev
Log:
Documentation: add an idea for a (weird) clang tool
Modified:
cfe/trunk/docs/ClangTools.rst
Modified: cfe/trunk/docs/ClangTools.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangTools.rst?rev=176005&r1=176004&r2=176005&view=diff
==============================================================================
--- cfe/trunk/docs/ClangTools.rst (original)
+++ cfe/trunk/docs/ClangTools.rst Sun Feb 24 19:14:45 2013
@@ -120,4 +120,8 @@ Ideas for new Tools
``foo.begin()`` into ``begin(foo)`` and similarly for ``end()``, where
``foo`` is a standard container. We could also detect similar patterns for
arrays.
+* A tool to remove ``auto``. Will convert ``auto`` to an explicit type or add
+ comments with deduced types. The motivation is that there are developers
+ that don't want to use ``auto`` because they are afraid that they might lose
+ control over their code.
More information about the cfe-commits
mailing list