[cfe-commits] [libcxx] r171275 - /libcxx/trunk/.arcconfig
Chandler Carruth
chandlerc at gmail.com
Sun Dec 30 21:59:46 PST 2012
Author: chandlerc
Date: Sun Dec 30 23:59:45 2012
New Revision: 171275
URL: http://llvm.org/viewvc/llvm-project?rev=171275&view=rev
Log:
Add a simple .arcconfig to make using the 'arc' commandline tool and the
phabricator code review site easier with libc++.
Added:
libcxx/trunk/.arcconfig
Added: libcxx/trunk/.arcconfig
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/.arcconfig?rev=171275&view=auto
==============================================================================
--- libcxx/trunk/.arcconfig (added)
+++ libcxx/trunk/.arcconfig Sun Dec 30 23:59:45 2012
@@ -0,0 +1,4 @@
+{
+ "project_id" : "libcxx",
+ "conduit_uri" : "http://llvm-reviews.chandlerc.com/"
+}
More information about the cfe-commits
mailing list