1. cd376a1 Improve placement of clang crash diagnostics section. by Chad Rosier · 12 years ago
  2. b211a4b Add clang crash diagnostic info and associated flags to Clang user manual. by Chad Rosier · 12 years ago
  3. ceb1565 Remove the unuseful -fdiagnostics-show-name by David Blaikie · 12 years ago
  4. 8275fc0 Fix broken link. I believe this has been broken for at least 7 months. by Michael J. Spencer · 12 years ago
  5. 665a8dc Fix ALL the markup. by Benjamin Kramer · 13 years ago
  6. 2c2a385 fix a broken link by Chris Lattner · 13 years ago
  7. c9577f3 we got badgered into supporting multi-alternative constraints. by Chris Lattner · 13 years ago
  8. bdb1018 Add stub section to the user manual for C++ language features, and document by Richard Smith · 13 years ago
  9. 0e53df6 docs/UsersManual.html: Remove obsolete mingw issue. by NAKAMURA Takumi · 13 years ago
  10. 5090e9f Update documentation to use "C++11" instead of "C++0x" by David Blaikie · 13 years ago
  11. dad879a Update mingw-w64 part of the user manual, from Ruben Van Boxem! by Douglas Gregor · 13 years ago
  12. f391fa7 Add documentation on -Weverything. by Ted Kremenek · 13 years ago
  13. 741be6a mention new VLA behavior in gnu* vs c* mode dox. by Chris Lattner · 13 years ago
  14. 248f973 Update extensions section of the docs to account for wacky gcc stuff we did end up implementing. by Eli Friedman · 13 years ago
  15. 477aab6 A StringRef-ication of the DiagnosticIDs API and internals. by Argyrios Kyrtzidis · 13 years ago
  16. c9471b0 Introduce the -fdiagnostics-format=xxx option to control how Clang by Douglas Gregor · 13 years ago
  17. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  18. 02e266b typo fix + expand by Chris Lattner · 13 years ago
  19. 4cf4b59 Minor format fix. by Evan Cheng · 13 years ago
  20. fda026b Document -ftrap-function= option by Evan Cheng · 13 years ago
  21. ddf68ff docs/UsersManual.html: Fix some inconsistent HTML elements. by NAKAMURA Takumi · 13 years ago
  22. 4462636 docs/UsersManual.html: """ize in a paragraph. A few unpaired quotations might confuse HTML-aware text edtors. by NAKAMURA Takumi · 13 years ago
  23. a75fdb2 docs/UsersManual.html: Add cygming notes. by NAKAMURA Takumi · 13 years ago
  24. 9855967 we now support __label__ by Chris Lattner · 13 years ago
  25. d462b6a fix some typos, patch by Jonathan Wakely! by Chris Lattner · 13 years ago
  26. 4e1c53d fix a broken example, PR9005, patch by Jonathan Wakely! by Chris Lattner · 13 years ago
  27. 4ea8dfa NEON vector support for ARM is in pretty good shape now. Update the docs. by Bob Wilson · 14 years ago
  28. d3b227d Fix documentation typo, from nobled. by Douglas Gregor · 14 years ago
  29. b9d511c make it really clear that vla != flexible arrays by Chris Lattner · 14 years ago
  30. dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
  31. 757e685 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 14 years ago
  32. bcaf7aa Update users manual comments on X86 and ARM support. by Daniel Dunbar · 14 years ago
  33. 2fb11eb Document '__clang_analyzer__'. by Ted Kremenek · 14 years ago
  34. ee45e24 Clarify documentation of escaping for backslash by Douglas Gregor · 14 years ago
  35. bf5e09d Eliminate some extraneous whitespace in the machine-parseable Fix-It output. by Douglas Gregor · 14 years ago
  36. 620d70e Fix some typos in the documentation of -fdiagnostics-parseable-fixits. Typos by me, patch by Eelis van der Weegen by Douglas Gregor · 14 years ago
  37. 4786c15 Add machine-parseable Fix-It output as part of diagnostics, under the by Douglas Gregor · 14 years ago
  38. 7362aa3 Update UsersManual, we support '#pragma align' now. by Daniel Dunbar · 14 years ago
  39. e8d44dd Document -f{no-}color-diagnostics by Douglas Gregor · 14 years ago
  40. 4f304db Remove redundant and incomplete bits from the users manual w.r.t. language conformance by Douglas Gregor · 14 years ago
  41. 57d12fd PR7245: Make binding a reference to a temporary without a usable copy by Jeffrey Yasskin · 14 years ago
  42. 21d07e4 Add an extension to avoid an error when a global template has the same name as by Jeffrey Yasskin · 14 years ago
  43. 67db8cd fix incorrect tag by Chris Lattner · 14 years ago
  44. 9484968 Update "users manual", PR2461 has been fixed. by Daniel Dunbar · 14 years ago
  45. 3f14538 push categories forward a bit more: document them, add some by Chris Lattner · 14 years ago
  46. 3e5d00c Reverted r103214. by mike-m · 14 years ago[Renamed from docs/main/UsersManual.html]
  47. 25a7678 2nd part of: Overhauled llvm/clang docs builds. by mike-m · 14 years ago[Renamed from docs/UsersManual.html]
  48. 28a43a4 document -fdiagnostics-show-category by Chris Lattner · 14 years ago
  49. 575cf37 Introduce a limit on the depth of the template instantiation backtrace by Douglas Gregor · 14 years ago
  50. 0f0c963 add a new driver-level -ferror-limit=412 option, which causes clang to stop by Chris Lattner · 14 years ago
  51. 9b2fc95 Document common clang compatibility issues. by Rafael Espindola · 14 years ago
  52. 57f1a00 Update Clang C++ status, with a more project-centric focus. by Douglas Gregor · 14 years ago
  53. b23f20d revert part of my last patch, and mark only the c++ global new operator as noalias. the rest will be infered by llvm optz by Nuno Lopes · 15 years ago
  54. aa52624 document -fno-assume-sane-operator-new, per Chris request. by Nuno Lopes · 15 years ago
  55. 88b2a17 Refine a little. WIP. by Mike Stump · 15 years ago
  56. 8f6a3ed Add some documentation for recent checkins. WIP. by Mike Stump · 15 years ago
  57. 53664ca Add documentation for recently added code. WIP. by Mike Stump · 15 years ago
  58. cd5a505 Fix a broken link by Douglas Gregor · 15 years ago
  59. 47421a2 As far as I know, there aren't any warning differences between -std=gnu99 and by Eli Friedman · 15 years ago
  60. 3401cf8 document the diagnostics pragmas, patch by Louis Gerbarg! by Chris Lattner · 15 years ago
  61. e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
  62. e42ec54 fix typo by Chris Lattner · 15 years ago
  63. 0b32600 Minor formatting tweak. by Eli Friedman · 15 years ago
  64. 2f3fca0 Fix a minor formatting mistake. by Eli Friedman · 15 years ago
  65. ca130bd Some updates to the gcc extension sections of the users manual. by Eli Friedman · 15 years ago
  66. a1821b5 Minor documentation update about Microsoft extensions. by Eli Friedman · 15 years ago
  67. 3b658d3 Say a bit about various architectures in the users manual. by Eli Friedman · 15 years ago
  68. c5f928c Mention unsupported GCC duplicate-definition-with-inline extension. by Daniel Dunbar · 15 years ago
  69. f4d5953 PTH -> PCH in the user manual by Douglas Gregor · 15 years ago
  70. 4da9255 A couple minor corrections to the "GCC extensions not implemented yet" by Eli Friedman · 15 years ago
  71. 26fa0ed A few tweaks to the "Differences between various standard modes" section. by Eli Friedman · 15 years ago
  72. b0ac545 A few minor updates to the user manual. by Eli Friedman · 15 years ago
  73. 9375ed1 Note that clang follows the MSVC definition for #pragma pack. by Daniel Dunbar · 15 years ago
  74. 869e054 Tweak wording by Daniel Dunbar · 15 years ago
  75. 05fa629 Note a few more unsupported language extensions. by Daniel Dunbar · 15 years ago
  76. 660a5ac Add some text to the user manual describing the current state of C by Eli Friedman · 15 years ago
  77. bf94ca6 Grammar fix. by Ted Kremenek · 15 years ago
  78. 2a9cc23 document new form of -fdiagnostics-print-source-range-in by Chris Lattner · 15 years ago
  79. 8217f4e more stuff. by Chris Lattner · 15 years ago
  80. 65a795b add a bunch of diagnostics options, add one example warning group. by Chris Lattner · 15 years ago
  81. 5c3074f slurp some content from the PTH doc into the user's doc. by Chris Lattner · 15 years ago
  82. cf17d9d initial skeleton of a user's manual. by Chris Lattner · 15 years ago