1. f5af6ad docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. by NAKAMURA Takumi · 13 years ago
  2. 05d0265 docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. by NAKAMURA Takumi · 13 years ago
  3. b9a3363 docs: Canonicalize URLs. by NAKAMURA Takumi · 13 years ago
  4. 7ac0199 Fix typo. by Nick Lewycky · 14 years ago
  5. b860203 Grammar corrections and some formatting changes. by Bill Wendling · 14 years ago
  6. 78ceb3a fix some validation problems by Chris Lattner · 14 years ago
  7. 69ad797 restructure this for readability, correct the example to follow the public ivar name convention by Chris Lattner · 14 years ago
  8. 98bec51 add a rule for enums, patch by Zhanyong Wan! by Chris Lattner · 14 years ago
  9. 7fcd4dc Add naming rules to the coding standards. by Zhanyong Wan · 14 years ago
  10. 558f5d2 forbid rtti and exceptions by Chris Lattner · 14 years ago
  11. cafe0b4 Fix formatting nits in the coding standards. Reviewed by clattner. by Zhanyong Wan · 14 years ago
  12. eddd969 add some justification for "using namespace llvm;" by Chris Lattner · 14 years ago
  13. 684cf81 various cleanups and other improvements, patch by Zhanyong Wan! by Chris Lattner · 14 years ago
  14. 221b239 update coding standards. Partial specialization is now ok, by Chris Lattner · 14 years ago
  15. 97928d1 describe the preferred approach to silencing 'unused variable warnings' due to asserts. by Chris Lattner · 14 years ago
  16. 18d52f2 Convert a bunch of uses of 'bytecode' into 'bitcode'. This by Duncan Sands · 14 years ago
  17. e2c3a49 Revert r103213. It broke several sections of live website. by mike-m · 14 years ago[Renamed from docs/main/CodingStandards.html]
  18. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 14 years ago[Renamed from docs/CodingStandards.html]
  19. 621a415 Fix typos in comments. by Dan Gohman · 15 years ago
  20. 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 15 years ago
  21. 983c592 disuade people from using ostream. by Chris Lattner · 15 years ago
  22. 5731020 make owen happy by being explicit. by Chris Lattner · 15 years ago
  23. 9eb7e0a discourage else after "noreturn" statements. by Chris Lattner · 15 years ago
  24. 26fe866 Tweak, raw_ostream is a ostream, not iostream replacement by Daniel Dunbar · 15 years ago
  25. e8530a3 CodingStandards: Emphasize use of raw_ostream more. - Chris, please approve. by Daniel Dunbar · 15 years ago
  26. 59fec6a fix some wording problems Daniel pointed out, make a example actually real. by Chris Lattner · 15 years ago
  27. 71d8f3b fix typo noticed by Duncan by Chris Lattner · 15 years ago
  28. 219bd29 remove Bill from the author list: his contribution (describing llvm::Ostream by Chris Lattner · 15 years ago
  29. d283cb1 add some more topics to the coding standards doc: by Chris Lattner · 15 years ago
  30. b927ca8 be explicit about making comments real sentences. by Chris Lattner · 15 years ago
  31. a44f87f got confused again by Chris Lattner · 15 years ago
  32. 09bc65e fix some issues Jeff Yasskin noticed by Chris Lattner · 15 years ago
  33. 0af39ea add a note about re-evaluating end() every time through a loop. by Chris Lattner · 15 years ago
  34. 640e7c6 tt'ify. by Chris Lattner · 16 years ago
  35. 4bd3d7e VC++ 6.0 is not future work :) by Chris Lattner · 16 years ago
  36. 98117cd So *this* is where all the trailing whitespace in file header comments come by Misha Brukman · 16 years ago
  37. 2d33c54 * <div align=center> is not valid HTML 4.01 - removed alignment by Misha Brukman · 16 years ago
  38. 4440870 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 16 years ago
  39. c1449e6 s/A Few Coding Standards/LLVM Coding Standards/g by Misha Brukman · 16 years ago
  40. 822293a Fix spelling mistake. by Nick Lewycky · 16 years ago
  41. f003276 Fix a few HTML tidiness issues. by Dan Gohman · 16 years ago
  42. ed58a97 Not that using stream headers other than iostream is allowed. by Matthijs Kooijman · 16 years ago
  43. 5822e9e clarify :) by Chris Lattner · 16 years ago
  44. f4408e8 Add a standard for control-flow unreachable assertions in functions that return by Nick Lewycky · 16 years ago
  45. ab2b10c Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  46. 788ee28 Update links. by Chris Lattner · 17 years ago
  47. 4f6766d Clarify some of the iostreams stuff. by Bill Wendling · 17 years ago
  48. 96802d1 Validation fixes by Bill Wendling · 17 years ago
  49. 669ed45 Subversionify the documentation. by Reid Spencer · 17 years ago
  50. 4f28a2f clarify the 'developed by' line by Chris Lattner · 18 years ago
  51. 5da59b1 fix a grammar ambiguity noticed by Duncan by Chris Lattner · 18 years ago
  52. 10e7c42 Removed reference to "cnull" because typical users shouldn't need to use it. by Bill Wendling · 18 years ago
  53. b0a9d1b Added example of how to code print() methods so that they will disappear by Bill Wendling · 18 years ago
  54. 4ad6d61 Fixed some formatting. by Bill Wendling · 18 years ago
  55. 0f7c10d Another example of using the llvm IO streams. by Bill Wendling · 18 years ago
  56. 7f564c0 Add documentation for how to use the new LLVM streams. by Bill Wendling · 18 years ago
  57. f55914a Fix a couple typos. by Jim Laskey · 18 years ago
  58. 6883a88 Add some advice by Chris Lattner · 18 years ago
  59. 05fe4b0 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
  60. b0bff9e Add a section about using namespaces. by Chris Lattner · 19 years ago
  61. 3b53a26 Documentation which contains smileys won't be taken seriously by some people. by Misha Brukman · 20 years ago
  62. 91d64af Use <tt> around "#include" and "std::endl" by Misha Brukman · 20 years ago
  63. 84d17fe Use <tt> around header names by Misha Brukman · 20 years ago
  64. edcc78a * Fix spelling and grammar errors by Misha Brukman · 20 years ago
  65. b40df56 Add a blurb about the use of class vs. struct keyword in class decls. by Reid Spencer · 20 years ago
  66. 69c5889 Fix grammar, eliminate double parenthesized sentence fragment. by Misha Brukman · 20 years ago
  67. a8c760a * Wrap code listings in <div class="doc_code"> by Misha Brukman · 20 years ago
  68. 09cf73c Fixed broken links. by Tanya Lattner · 20 years ago
  69. 179bf4b Fix broken internal link. by Misha Brukman · 20 years ago
  70. 999cf09 Update the coding standards, removign the bit about avoiding exceptions and by Chris Lattner · 20 years ago
  71. 6c16c4b Add proper footer since this file is HTML-4.01 compliant. by Misha Brukman · 20 years ago
  72. 0f6d7c0 Merged in RELEASE_1. by John Criswell · 21 years ago
  73. 75f258e * Use HTML 4.01 Strict DTD by Misha Brukman · 21 years ago
  74. c49fcd1 Oops, forgot to commit this before: standardize header comments by Chris Lattner · 21 years ago
  75. 1b36d67 Break lines so that they fit within 80 columns. by Misha Brukman · 21 years ago
  76. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  77. 2e5cbc2 * Fix <>'s in code to be &lt;&gt;'s by Chris Lattner · 21 years ago
  78. 2d10d75 Made many paragraphs fit into 80 characters per line to avoid wrapping in an by Misha Brukman · 21 years ago
  79. a731307 Change reference to assert.h to mention cassert by Chris Lattner · 21 years ago
  80. f7235cd Properly convert some &'s to &amp;'s by Chris Lattner · 21 years ago
  81. 13c4659 Add a note about endl semantics by Chris Lattner · 23 years ago
  82. b00c582 Commit more code over to new cast style by Chris Lattner · 23 years ago
  83. a9a090b Comment out a paragraph that refers to a file that no longer exists by Chris Lattner · 23 years ago
  84. 7ae36bb Add a missing </a> tag by Chris Lattner · 23 years ago
  85. d80c43c Initial checkin of coding standards by Chris Lattner · 23 years ago