summaryrefslogtreecommitdiff
path: root/.arcconfig
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-31 05:59:45 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-31 05:59:45 +0000
commitbbda4db0d50392ce3c1f795f6cbabced9db11d2e (patch)
treee3abf1d32e2cbba8546a91fdbd6935aad59abfde /.arcconfig
parentd1a7479763b800379b30f0b10cdf2ce52165f00f (diff)
Add a simple .arcconfig to make using the 'arc' commandline tool and the
phabricator code review site easier with libc++. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@171275 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.arcconfig')
-rw-r--r--.arcconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.arcconfig b/.arcconfig
new file mode 100644
index 000000000..283bc23a2
--- /dev/null
+++ b/.arcconfig
@@ -0,0 +1,4 @@
+{
+ "project_id" : "libcxx",
+ "conduit_uri" : "http://llvm-reviews.chandlerc.com/"
+}