Skip to content

Tool to upgrade C++03 to C++14 by converting raw pointers to smart pointers

License

Notifications You must be signed in to change notification settings

a-usov/ptr-tidy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ptr-tidy

Building on Linux

First install Clang, LLVM and other dependencies. This will depend on your distribution.

Arch
# pacman -S clang llvm gtest gmock cmake make
Ubuntu/Debian
# apt-get install clang libclang-dev libgtest-dev cmake make

Then to build ptr-tidy

git clone https://github.com/a-usov/ptr-tidy.git
cmake -B ptr-tidy/build -S ptr-tidy
cmake --build ptr-tidy/build

About

Tool to upgrade C++03 to C++14 by converting raw pointers to smart pointers

Topics

Resources

License

Stars

Watchers

Forks