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