llvm-project/clang-tools-extra/clang-modernize
Ariel J. Bernal defd1a93c9 Fix for removing not included files from a compilation database.
remove_if doesn't alter the container properties. Need to use erase to remove
the elements past the new end.

llvm-svn: 190803
2013-09-16 20:12:22 +00:00
..
AddOverride Update the header guards for clang-modernize. 2013-09-04 19:13:50 +00:00
Core Transform files in a compilation database if no sources are provided. 2013-09-12 20:10:59 +00:00
LoopConvert Update the header guards for clang-modernize. 2013-09-04 19:13:50 +00:00
PassByValue clang-modernize: Fix bugs in Pass-By-Value transform 2013-09-06 22:28:53 +00:00
ReplaceAutoPtr Update the header guards for clang-modernize. 2013-09-04 19:13:50 +00:00
UseAuto Update the header guards for clang-modernize. 2013-09-04 19:13:50 +00:00
UseNullptr Update the header guards for clang-modernize. 2013-09-04 19:13:50 +00:00
tool Fix for removing not included files from a compilation database. 2013-09-16 20:12:22 +00:00
CMakeLists.txt Rename cpp11-migrate to clang-modernize. 2013-09-04 17:35:07 +00:00
Makefile Rename cpp11-migrate to clang-modernize. 2013-09-04 17:35:07 +00:00