aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Lex/Preprocessor.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-07-24 00:08:22 +0000
committerRui Ueyama <ruiu@google.com>2014-07-24 00:08:22 +0000
commitabea8fa61d98c94a8b28e27e8885191346996a0f (patch)
tree56a3c138c7e0d04fa4e09b34bb38aa719f2fbcc4 /clang/lib/Lex/Preprocessor.cpp
parent33b44ab2b7f4e92ad5a2b879d0160214c0d10321 (diff)
downloadllvm-abea8fa61d98c94a8b28e27e8885191346996a0f.zip
llvm-abea8fa61d98c94a8b28e27e8885191346996a0f.tar.gz
llvm-abea8fa61d98c94a8b28e27e8885191346996a0f.tar.bz2
Change the signature of insertElementAt and rename addInputElementFront
insertElementAt(x, END) does the identical thing as addInputElement(x), so the only reasonable use of insertElementAt is to call it with the other possible argument, BEGIN. That means the second parameter of the function is just redundant. This patch is to remove the second parameter and rename the function accordingly. llvm-svn: 213821
Diffstat (limited to 'clang/lib/Lex/Preprocessor.cpp')
0 files changed, 0 insertions, 0 deletions