summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/IdentifierTable.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2015-10-22 03:13:10 +0000
committerCraig Topper <craig.topper@gmail.com>2015-10-22 03:13:10 +0000
commita2a8d9cb0a11a26204817bee3279efa767623f19 (patch)
tree5b50c00a736b9a18157b1926bc06ba6f243b3c7d /clang/lib/Basic/IdentifierTable.cpp
parentcf2126e2caf87ef3820a794b363088a4860efc45 (diff)
downloadbcm5719-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/Basic/IdentifierTable.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud