llvm-project/clang/lib/Frontend/Rewrite
Craig Topper a2a8d9cb0a Fix a couple places where InsertText was being called with a pointer and size when it really expects a StringRef and a normally optional bool argument.
The pointer was being implicitly converted to a StringRef and the size was being passed into the bool. Since the bool has a default value normally, no one noticed that the wrong number of arguments was given.

llvm-svn: 250977
2015-10-22 03:13:10 +00:00
..
CMakeLists.txt
FixItRewriter.cpp Roll-back r250822. 2015-10-20 13:23:58 +00:00
FrontendActions.cpp Roll-back r250822. 2015-10-20 13:23:58 +00:00
HTMLPrint.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
InclusionRewriter.cpp Refactor module lookup when looking up a header file, and wire through the requesting module. No functionality change. 2015-10-16 21:42:56 +00:00
Makefile
RewriteMacros.cpp
RewriteModernObjC.cpp Fix a couple places where InsertText was being called with a pointer and size when it really expects a StringRef and a normally optional bool argument. 2015-10-22 03:13:10 +00:00
RewriteObjC.cpp Fix a couple places where InsertText was being called with a pointer and size when it really expects a StringRef and a normally optional bool argument. 2015-10-22 03:13:10 +00:00
RewriteTest.cpp