aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-11Silence static analyzer warnings in LLVMSupport.Michael Ilseman1-0/+2
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie1-1/+1
2014-11-19Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie1-1/+1
2014-10-16Introduce LLVMParseCommandLineOptions C API function.Peter Collingbourne1-0/+6
2014-10-15Defining a new API for debug options that doesn't rely on static global cl::o...Chris Bieneman1-3/+9
2014-08-22Fix PR17239 by changing the semantics of the RemainingArgsClass Option kindReid Kleckner1-8/+35
2014-08-15Revert "[Support] Promote cl::StringSaver to a separate utility"Sean Silva1-7/+27
2014-08-15[Support] Promote cl::StringSaver to a separate utilitySean Silva1-27/+7
2014-08-01Remove some calls to std::move.Rafael Espindola1-3/+3
2014-07-14Support: Use a range-based forJustin Bogner1-5/+4
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola1-2/+4
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-15/+19
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-19/+15
2014-06-19CommandLine: bail out when options get multiply registeredAlp Toker1-3/+13
2014-06-17tools: Add a space between package version and LLVM_VERSION_INFOJustin Bogner1-1/+1
2014-06-12Remove system_error.h.Rafael Espindola1-1/+1
2014-04-23cl::ParseCommandLineOptions(): Use StringRef to receive sys::path::filename()...NAKAMURA Takumi1-1/+1
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth1-0/+2
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-2/+2
2014-04-09[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper1-11/+10
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-33/+33
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+1
2014-03-04[C+11] Add 'override' keyword to methods in the support library.Craig Topper1-1/+1
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-1/+1
2014-03-01Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer1-12/+4
2014-02-28CommandLine: Exit successfully for -version and -helpJustin Bogner1-3/+3
2014-02-27Re-apply r200853, which should not crash after Clang plugins were converted t...Alexander Kornienko1-7/+13
2014-02-07Fix an invalid check for duplicate option categories.Alexander Kornienko1-4/+10
2014-02-05Revert "Fix an invalid check for duplicate option categories."Rafael Espindola1-14/+3
2014-02-05Fix an invalid check for duplicate option categories.Alexander Kornienko1-3/+14
2014-01-29[CommandLine] Aliases require an value if their target requires a value.Jordan Rose1-0/+7
2014-01-24Fix known typosAlp Toker1-10/+9
2013-12-06Support: Fix handling of args that begin with @ but aren't filesJustin Bogner1-0/+3
2013-12-03Return true on success in cl::ExpandResponseFilesReid Kleckner1-1/+1
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+3
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-2/+0
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+2
2013-07-30Implement TokenizeWindowsCommandLine.Rui Ueyama1-1/+101
2013-07-24Don't leak when expanding response files.Rafael Espindola1-17/+15
2013-07-18[Support] Beef up and expose the response file parsing in llvm::clReid Kleckner1-62/+141
2013-06-12Don't use PathV1 in CommandLine.cpp.Rafael Espindola1-22/+10
2013-06-12Fix 'gcc -flto' builds for unittest binaries (undefined reference toPatrik Hagglund1-1/+0
2013-06-11Include PathV1.h in files that use it.Rafael Espindola1-0/+1
2013-05-10Better output for long help strings for command-line options.Alexander Kornienko1-8/+16
2013-05-06Implemented public interface for modifying registered (not positional or sink...Andrew Trick1-0/+10
2013-05-06Support command line option categories.Andrew Trick1-20/+198
2013-03-09Remove an unused member variable from HelpPrinter. Move another member variab...Craig Topper1-6/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-8/+8
2012-10-09Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola1-15/+11
2012-07-19Remove tabs.Bill Wendling1-4/+4