llvm-6502/include/llvm
David Blaikie 0c17f95006 Modify ParseArgs to return the InputArgList by value - there's no need for dynamic allocation/ownership here
The one caller that does anything other than keep this variable on the
stack is the single use of DerivedArgList in Clang, which is a bit more
interesting but can probably be cleaned up/simplified a bit further
(have DerivedArgList take ownership of the InputArgList rather than
needing to reference its Args indirectly) which I'll try to after this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240345 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-22 22:06:37 +00:00
..
ADT Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:57:54 +00:00
Analysis [PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class. 2015-06-22 02:16:51 +00:00
AsmParser Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
Bitcode Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
CodeGen Remove "const" from the MachineFunction reference in VLIWPacketizerList 2015-06-22 18:59:44 +00:00
Config [autoconf] Detect OLE32 for mingw. 2015-06-18 04:16:05 +00:00
DebugInfo Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
ExecutionEngine Fix line endings (NFC) 2015-06-22 21:37:34 +00:00
IR AVX-512: added VPSHUFB instruction - all SKX forms 2015-06-22 13:00:42 +00:00
IRReader Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
LibDriver ArrayRef-ify libDriverMain 2015-06-21 06:31:56 +00:00
LineEditor Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
Linker Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
LTO Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
MC Move MCSymbol Value in to the union of Offset and CommonSize. 2015-06-22 19:57:33 +00:00
Object [Object] Search for architecures by name in MachOUniversalBinary::getObjectForArch() 2015-06-22 21:33:24 +00:00
Option Modify ParseArgs to return the InputArgList by value - there's no need for dynamic allocation/ownership here 2015-06-22 22:06:37 +00:00
Passes Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
ProfileData [Object] Search for architecures by name in MachOUniversalBinary::getObjectForArch() 2015-06-22 21:33:24 +00:00
Support Support/ELF: Add EM_AMDGPU 2015-06-22 21:03:47 +00:00
TableGen Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
Target Avoid a Symbol -> Name -> Symbol conversion. 2015-06-22 17:46:53 +00:00
Transforms Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
CMakeLists.txt
InitializePasses.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
LinkAllIR.h
LinkAllPasses.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:57:54 +00:00
module.modulemap modules: Mark CodeGen/DIEValues.def as a textual inclusion 2015-06-16 00:43:52 +00:00
module.modulemap.build
Pass.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
PassAnalysisSupport.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
PassInfo.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
PassRegistry.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
PassSupport.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00