]> granicus.if.org Git - clang/commit
Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a user...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 3 Mar 2014 08:12:05 +0000 (08:12 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 3 Mar 2014 08:12:05 +0000 (08:12 +0000)
commit977d67c59b37da172304bcda668101152324e8cb
tree61de27a504a7ed38138ef86cd77d7dae63ba6ef9
parentfe52454d1c9a93e746b10ab01bb996652d9cffb3
Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a user workspace build.

This is used to avoid conflicts with user modules with the same name from different workspaces.

rdar://16042513

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202683 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
include/clang/Lex/HeaderSearchOptions.h
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp