From: Renato Golin
Date: Wed, 27 Feb 2013 23:21:44 +0000 (+0000)
Subject: Avoiding flamewars
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=717ff5416e81c78cf9c34ff74b4fb266c0a67b53;p=clang
Avoiding flamewars
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176221 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/OpenProjects.html b/www/OpenProjects.html
index 4d28b6a6cf..98d86602fb 100644
--- a/www/OpenProjects.html
+++ b/www/OpenProjects.html
@@ -122,7 +122,7 @@ current Host to the identified Target.
The second stage would be to produce a configuration file (that can be used
independently of the Host) so that Clang can read it and not need a gazillion
of command-line options. Such file should be simple JSON / INI or anything that
-Vim could change.
+a text editor could change.
If you hit a bug with clang, it is very useful for us if you reduce the code