aboutsummaryrefslogtreecommitdiff
path: root/OWNERS
AgeCommit message (Collapse)Author
2013-08-29Clang: Update OWNERS.JF Bastien
R=dschuff@chromium.org Review URL: https://codereview.chromium.org/23484011
2013-07-24Clang: Add presubmit script and OWNERS file to match our LLVM repoDerek Schuff
Several people have been bitten recently by the strange git cl behavior that silently fails to push changes if the local branch does not have the correct upstream branch, so copy our llvm presubmit script that checks for this. Also create an OWNERS file, because adding a presubmit script also causes git cl to do an OWNERS check which fails if no OWNERS file is present R=jvoung@chromium.org BUG=none Review URL: https://codereview.chromium.org/20051011