Eliminate DefaultImageName from the Driver constructor
All callers were passing in "a.out" or garbage so a sensible default works fine here as a cleanup. This also brings about the possibility of adapting the value based on the driver's compatibility mode in future. The setting can still be changed via Driver::DefaultImageName as needed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208926 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- examples/clang-interpreter/main.cpp 1 addition, 1 deletionexamples/clang-interpreter/main.cpp
- include/clang/Driver/Driver.h 0 additions, 1 deletioninclude/clang/Driver/Driver.h
- lib/Driver/Driver.cpp 1 addition, 2 deletionslib/Driver/Driver.cpp
- lib/Frontend/CreateInvocationFromCommandLine.cpp 1 addition, 1 deletionlib/Frontend/CreateInvocationFromCommandLine.cpp
- lib/Tooling/CompilationDatabase.cpp 3 additions, 3 deletionslib/Tooling/CompilationDatabase.cpp
- lib/Tooling/Tooling.cpp 1 addition, 3 deletionslib/Tooling/Tooling.cpp
- tools/driver/driver.cpp 1 addition, 1 deletiontools/driver/driver.cpp
Loading
Please register or sign in to comment