aboutsummaryrefslogtreecommitdiff
path: root/OWNERS
AgeCommit message (Collapse)Author
2013-08-29LLVM: Update OWNERS.JF Bastien
R=dschuff@chromium.org Review URL: https://codereview.chromium.org/23480015
2012-11-06remove google.com addressesEli Bendersky
BUG=none Review URL: https://codereview.chromium.org/11364113
2012-11-06Add more owners to the llvm.git treeEli Bendersky
BUG=none Review URL: https://codereview.chromium.org/11293135
2012-08-14Add PRESUBMIT.py and OWNERS for LLVMDerek Schuff
The presubmit reuses Chrome's standard checks, but excludes all directories for the code checks because LLVM does not use Chromium style. The end result is just the standard checks that check that there is a commit message and that there is an LGTM. The OWNERS file only has users who currently have access on the gerrit repo. Obviously any user with full access there can bypass these checks, so they are mostly just conveniences for keeping our commit logs uniform. R=bradn,jvoung@chromium.org,sehr@chromium.org BUG= http://code.google.com/p/nativeclient/issues/detail?id=2295 Review URL: https://chromiumcodereview.appspot.com/10830314