This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
6b65523671
llvm-project
/
clang
/
.arcconfig
5 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Revert r242365. r242365 removed two unrelated files by accident. llvm-svn: 242366
2015-07-16 08:32:26 +08:00
{
[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
2017-11-28 01:21:24 +08:00
"repository.callsign" : "C",
Upgrade all the .arcconfigs to https. llvm-svn: 275409
2016-07-14 21:15:37 +08:00
"conduit_uri" : "https://reviews.llvm.org/"
Revert r242365. r242365 removed two unrelated files by accident. llvm-svn: 242366
2015-07-16 08:32:26 +08:00
}