llvm-project/clang-tools-extra/clang-modernize/PassByValue
Guillaume Papin 65ec930557 clang-modernize: Fix bugs in Pass-By-Value transform
- Limit the transform to const-ref and non-const value parameters only.
- Do not generate a replacement when the type is already a value.

See CM-139 for the bugs corresponding to this issue.

llvm-svn: 190212
2013-09-06 22:28:53 +00:00
..
PassByValue.cpp
PassByValue.h Update the header guards for clang-modernize. 2013-09-04 19:13:50 +00:00
PassByValueActions.cpp clang-modernize: Fix bugs in Pass-By-Value transform 2013-09-06 22:28:53 +00:00
PassByValueActions.h Update the header guards for clang-modernize. 2013-09-04 19:13:50 +00:00
PassByValueMatchers.cpp clang-modernize: Fix bugs in Pass-By-Value transform 2013-09-06 22:28:53 +00:00
PassByValueMatchers.h Update the header guards for clang-modernize. 2013-09-04 19:13:50 +00:00