diff options
| author | Craig Topper <craig.topper@gmail.com> | 2015-10-22 03:13:10 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2015-10-22 03:13:10 +0000 |
| commit | a2a8d9cb0a11a26204817bee3279efa767623f19 (patch) | |
| tree | 5b50c00a736b9a18157b1926bc06ba6f243b3c7d /clang/lib/Rewrite | |
| parent | cf2126e2caf87ef3820a794b363088a4860efc45 (diff) | |
| download | bcm5719-llvm-a2a8d9cb0a11a26204817bee3279efa767623f19.tar.gz bcm5719-llvm-a2a8d9cb0a11a26204817bee3279efa767623f19.zip | |
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
Diffstat (limited to 'clang/lib/Rewrite')
0 files changed, 0 insertions, 0 deletions

