]> granicus.if.org Git - clang/commit
Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency.
authorDouglas Gregor <dgregor@apple.com>
Thu, 7 Feb 2013 19:01:24 +0000 (19:01 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 7 Feb 2013 19:01:24 +0000 (19:01 +0000)
commit953a61f26bf79932b9699b09add4c388764de170
tree2afb54515a5a8c129a0f985e8ef4568bee1e00cb
parented4330bc159b8311080d03caacac9a8cbf42370c
Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174645 91177308-0d34-0410-b5e6-96231b3b80d8
52 files changed:
include/clang/Driver/Options.td
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/Index/annotate-module.m
test/Index/complete-modules.m
test/Index/crash-recovery-modules.m
test/Index/index-module.m
test/Index/index-pch-with-module.m
test/Index/index-suppress-refs.m
test/Modules/auto-module-import.m
test/Modules/autolink.m
test/Modules/build-fail-notes.m
test/Modules/compiler_builtins.m
test/Modules/cstd.m
test/Modules/cycles.c
test/Modules/decldef.mm
test/Modules/diamond-pch.c
test/Modules/diamond.c
test/Modules/direct-module-import.m
test/Modules/driver.c
test/Modules/epic-fail.m
test/Modules/global_index.m
test/Modules/header-import.m
test/Modules/ignored_macros.m
test/Modules/import-decl.cpp
test/Modules/inferred-frameworks.m
test/Modules/inferred-submodules.m
test/Modules/irgen.c
test/Modules/linkage-merge.m
test/Modules/load_failure.c
test/Modules/lookup.cpp
test/Modules/lookup.m
test/Modules/macros.c
test/Modules/method_pool.m
test/Modules/modify-module.m
test/Modules/module-private.cpp
test/Modules/namespaces.cpp
test/Modules/normal-module-map.cpp
test/Modules/objc-categories.m
test/Modules/objc_redef.m
test/Modules/on-demand-build.m
test/Modules/on-demand-macros.m
test/Modules/redecl-merge.m
test/Modules/redecl-namespaces.mm
test/Modules/redeclarations.m
test/Modules/requires.m
test/Modules/subframeworks.m
test/Modules/submodules-preprocess.cpp
test/Modules/submodules.cpp
test/Modules/submodules.m
test/Modules/templates.mm
test/Modules/wildcard-submodule-exports.cpp