summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2018-04-17 21:09:16 +0000
committerRui Ueyama <ruiu@google.com>2018-04-17 21:09:16 +0000
commite6ac9f5ec3b890885abef8c4a315203ef02a25e5 (patch)
tree4f5c9383a696cb4501c0a9c9f2cd9e96c4d9b4bc /clang/lib/Frontend/CompilerInvocation.cpp
parent4576dc06beca1889c8e5ab8fd12306f44a8e2828 (diff)
downloadbcm5719-llvm-e6ac9f5ec3b890885abef8c4a315203ef02a25e5.tar.gz
bcm5719-llvm-e6ac9f5ec3b890885abef8c4a315203ef02a25e5.zip
Rename sys::Process::GetArgumentVector -> sys::windows::GetCommandLineArguments
GetArgumentVector (or GetCommandLineArguments) is very Windows-specific. I think it doesn't make much sense to provide that function from sys::Process. I also made a change so that the function takes a BumpPtrAllocator instead of a SpecificBumpPtrAllocator. The latter is the class to call dtors, but since char * is trivially destructible, we should use the former class. Differential Revision: https://reviews.llvm.org/D45641 llvm-svn: 330216
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud