diff options
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2013-11-14 16:33:29 +0000 |
|---|---|---|
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2013-11-14 16:33:29 +0000 |
| commit | 61f2032d3b292f98e92ebb8108664fbe1a855574 (patch) | |
| tree | 396c10d614290d264b6b09322c6a0b0dfb2da813 /clang/lib/Driver/Tools.cpp | |
| parent | c47c63b2dd77d1679acdfb90c321d32ad92e65aa (diff) | |
| download | bcm5719-llvm-61f2032d3b292f98e92ebb8108664fbe1a855574.tar.gz bcm5719-llvm-61f2032d3b292f98e92ebb8108664fbe1a855574.zip | |
[objcmt] Introduce "objcmt-white-list-dir-path=" option.
This options accepts a path to a directory, collects the filenames of the files
it contains, and the migrator will only modify files with the same filename.
llvm-svn: 194710
Diffstat (limited to 'clang/lib/Driver/Tools.cpp')
| -rw-r--r-- | clang/lib/Driver/Tools.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp index c8ecdc996af..9027f70c3cb 100644 --- a/clang/lib/Driver/Tools.cpp +++ b/clang/lib/Driver/Tools.cpp @@ -2726,6 +2726,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA, Args.AddLastArg(CmdArgs, options::OPT_objcmt_atomic_property); Args.AddLastArg(CmdArgs, options::OPT_objcmt_returns_innerpointer_property); Args.AddLastArg(CmdArgs, options::OPT_objcmt_ns_nonatomic_iosonly); + Args.AddLastArg(CmdArgs, options::OPT_objcmt_white_list_dir_path); } // Add preprocessing options like -I, -D, etc. if we are using the |

