llvm-project/clang-tools-extra/test/cpp11-migrate
Tareq A. Siraj c2aa348dd0 Allow users to specify NULL like macros to be replaced
-use-nullptr only replaced macro named NULL and ignored any user defined
macros that behaved like NULL. This patch introduces -user-null-macros
command line option to let users specify their custom NULL like macros.

- Added a -user-null-macros command line option that takes a
  comma-separated list of user-defined macros to be replaced when using
  the -use-nullptr transform.
- Added documentation.
- Updated testcase to reflect current behavior.
- Whitespace fixes.

Reviewers: revane, klimek, gribozavr
llvm-svn: 178243
2013-03-28 16:06:59 +00:00
..
Combined Extend loop variable naming checks 2013-03-08 14:15:18 +00:00
LoopConvert Adding a failing test case for cpp11-migrate's Loop Convert Transform 2013-03-25 19:24:24 +00:00
UseAuto cpp11-migrate segfaults transforming map<string,int>::iterator 2013-03-27 18:49:31 +00:00
UseNullptr Allow users to specify NULL like macros to be replaced 2013-03-28 16:06:59 +00:00
no_xform.cpp Turned no_xform into a pass from expected failure. 2013-03-08 18:39:07 +00:00