llvm-6502/include
Rafael Espindola 6477842cee Be consistent about using "const Twine &" for filenames.
On this file we had a mix of
* Twine
* const char *
* StringRef

The two that make sense are
* const Twine & (caller convenience)
* consc char * (that is what will eventually be passed to open.

Given that sys::fs::openFileForRead takes a "const Twine &", I picked that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219224 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-07 18:58:55 +00:00
..
llvm Be consistent about using "const Twine &" for filenames. 2014-10-07 18:58:55 +00:00
llvm-c C API: Add LLVMCloneModule() 2014-10-01 17:14:57 +00:00