From 5586bdfd2a371a6af8a4481f4e1c8a53bfe0197c Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 1 Dec 2012 12:08:08 +0000 Subject: [PATCH] Add .arcconfig to the repository. Useful if someone wants to use phabricator's command line tool. llvm-svn: 169086 --- clang/.arcconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 clang/.arcconfig diff --git a/clang/.arcconfig b/clang/.arcconfig new file mode 100644 index 000000000000..7f45342a433a --- /dev/null +++ b/clang/.arcconfig @@ -0,0 +1,4 @@ +{ + "project_id" : "clang", + "conduit_uri" : "http://llvm-reviews.chandlerc.com/" +}