Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
[clang] Set up .arcconfig to point to new Diffusion C repository
Browse files Browse the repository at this point in the history
Summary:
We want to automatically copy cfe-commits@ on review requests
to the clang repository.

Similar to D40179, I set up a new Diffusion repository with callsign
"C" for clang:

https://reviews.llvm.org/source/clang/

This explicitly updates clang's .arcconfig to point to the new C
repository in Diffusion, which will let us use Herald rule H268.

Reviewers: klimek, sammccall

Reviewed By: klimek

Subscribers: dlj, bkramer

Differential Revision: https://reviews.llvm.org/D40494

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319052 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
bhamiltoncx committed Nov 27, 2017
1 parent 61396a3 commit 3d35a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .arcconfig
@@ -1,4 +1,4 @@
{
"project_id" : "clang",
"repository.callsign" : "C",
"conduit_uri" : "https://reviews.llvm.org/"
}

0 comments on commit 3d35a94

Please sign in to comment.