From: Chris Lattner Date: Fri, 10 Dec 2010 00:54:03 +0000 (+0000) Subject: fix some validation problems X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=78ceb3a4159ef723232471dd9e34b08114ebf870;p=oota-llvm.git fix some validation problems git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121444 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index f42abd9d335..ff33ffa98a9 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -60,7 +60,7 @@ loop
  • #include <iostream> is forbidden
  • -
  • Use raw_ostream +
  • Use raw_ostream
  • Avoid std::endl
  • @@ -828,24 +828,25 @@ and isLValue()). Different kinds of declarations have different rules: