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

Edwin Vane edwin.vane at intel.com
Mon Nov 26 11:31:08 PST 2012


revane added you to the CC list for the revision "C++11 nullptr-convert standalone tool".

Hi chandlerc, klimek,

This is the initial commit for a standalone tool that converts the usage of null pointer constants (e.g. NULL, 0, etc.) in legacy C++ code to the new C+11 nullptr keyword. This revision handles only pointer variable declarations and assignments.
    
Author: Tareq A. Siraj <tareq.a.siraj at intel.com>

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

Files:
  CMakeLists.txt
  nullptr-convert/CMakeLists.txt
  nullptr-convert/Makefile
  nullptr-convert/Matchers.cpp
  nullptr-convert/Matchers.h
  nullptr-convert/NullptrActions.cpp
  nullptr-convert/NullptrActions.h
  nullptr-convert/NullptrConvert.cpp
  test/CMakeLists.txt
  test/nullptr-convert/basic.cpp
  test/nullptr-convert/basic_failing.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136.1.patch
Type: text/x-patch
Size: 18413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121126/5e1a3fcd/attachment.bin>


More information about the cfe-commits mailing list