]> granicus.if.org Git - clang/commit
[objcmt] Introduce "objcmt-white-list-dir-path=" option.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 14 Nov 2013 16:33:29 +0000 (16:33 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 14 Nov 2013 16:33:29 +0000 (16:33 +0000)
commit2c050f6a68c4f871d26be63f8d598f1b64a8e16f
tree1ab79906d2047b581dcb2fdc472f13ad4410a77b
parent9887f260a8d59d47ed31b5fc689909b464ffc18f
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194710 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
include/clang/Frontend/FrontendOptions.h
lib/ARCMigrate/ObjCMT.cpp
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/ARCMT/whitelisted/Inputs/header1.h [new file with mode: 0644]
test/ARCMT/whitelisted/header1.h [new file with mode: 0644]
test/ARCMT/whitelisted/header1.h.result [new file with mode: 0644]
test/ARCMT/whitelisted/header2.h [new file with mode: 0644]
test/ARCMT/whitelisted/header2.h.result [new file with mode: 0644]
test/ARCMT/whitelisted/objcmt-with-whitelist.m [new file with mode: 0644]