Skip to content

Commit e15d09c

Browse files
committed
[clang] Set up .arcconfig to point to new Diffusion C repository
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 llvm-svn: 319052
1 parent 1fea1e3 commit e15d09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/.arcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"project_id" : "clang",
2+
"repository.callsign" : "C",
33
"conduit_uri" : "https://reviews.llvm.org/"
44
}

0 commit comments

Comments
 (0)