[Lldb-commits] Convert null to nullptr in source/interpreter files

Robert Matusewicz matekm at gmail.com
Fri Apr 18 01:28:48 PDT 2014


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

This is the first patch that converts null pointer from "old" C++ to
C++11 nullptr in files stored in source/Interpreter directory of lldb
repository. No functional changes Done with clang-modernizer.


More patches on the way - didn't wanted to put all the changes in one
review (I don't really like large patches even if they contains only
cosmetic changes), but I anyone feels that it would be better to put all
NULL->nullptr conversion in one commit, I can merge all my changes int
one;).

Br,
Robert
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJTUOI4AAoJEATzNIO2M4RNmcUQAI4kE1LXNQwi8qLW7b3MAZX7
bwuFcViEFCSa4jbkIzE8Y++eeSv9D8NO8H7/d3z+PB2aLp4/tyevER9IrYUqabQm
Mj+xwH060g4Gfg2rUFldo8S3QSA4urUYF3tfrWQOfXPc8K74eVrGO3E5p2c9GlIR
pg0szDGytGLzwROkWSgaMZnc0XosSSpHwtr6wlj0cbTrirMcCN9hgguAOXqx4ovw
TzytjJWGW0IiFlfbZJr9wloMXk9UhpMRgOEIx3B5RUDbCzYAlXm6mY7sUdFalhra
pOV975E3gfhbH5310v/j3Lr5UfUw9jp3eqlqUBxjRjTPVLOJpbSdXtAaOAYDvpas
RJvs9/WHeCJLdk+aUDVgKib2M+2dHgbT7rwLbemLAs1whRVvCIbCggW8bQeZyUBY
HxKkNpYdLdU8DkXT8KHomqkmGl/4hO7hMU1710FdRCA8EivyQQEVv81IslcTm/3G
ey4R54JFsyq8UPE4OCa4WMoiTKLZbMZx4jjPkg6X1DXIGtBYT4awTIoHuJhlo18Q
rCDE6yURcZrhlEM11yndO1qXBIuE7ewUwPqdN6nhbNHQAvvMAjFwRSsYx5I8KR8+
HeCoXUEXiyJ7nCNiwjovgta1EZGkmtaIKZCo6A4kv55AIeYV3c1kIiuE8nMprF3i
7OWHhCbuqK7wSRmOP6xK
=mXjn
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: convert_to_nullptr_interpreter_source_files.diff
Type: text/x-patch
Size: 120803 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140418/92a76e64/attachment.bin>


More information about the lldb-commits mailing list