From 8036ca47e27c22055cf8d708358b2e48b2a63e3b Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Fri, 30 Mar 2007 12:22:09 +0000 Subject: Various hopefully correct easy fixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35506 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/DeveloperPolicy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/DeveloperPolicy.html') diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index db112af..85b8aab 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -162,7 +162,7 @@ bug being fixed or feature being implemented is in the llvm-gcc C++ front-end, in which case it must be written in C++).
  • Test cases, especially for regressions, should be reduced as much as - possible, by bugpoint or + possible, by bugpoint or manually. It is unacceptable to place an entire failing program into llvm/test as this creates a time-to-test burden on all developers. Please keep them short.
  • -- cgit v1.1