1. 4d1a6e4 This patch exposes to Clang users three more sanitizers are experimental features of ASan: by Alexey Samsonov · 12 years ago
  2. b854036 Add -fsanitize=integer for reporting suspicious integer behaviors. by Will Dietz · 12 years ago
  3. fd9d0e1 Updates to user's manual and release notes for -fsanitize= options. by Richard Smith · 12 years ago
  4. 23fee34 Update the user's manual for some of the new -fcatch-undefined-behavior features. by Richard Smith · 12 years ago
  5. 43e3dee Fix some minor typos by Sylvestre Ledru · 12 years ago
  6. bbe0175 Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" by Jordan Rose · 12 years ago
  7. 4397289 Revert r160319, it caused PR13417. Add a test for PR13417. by Nico Weber · 12 years ago
  8. 1dfb72f Minor cleanups and additions to the users manual. UsersManual.html now validates as HTML 4.01 Strict. by Dmitri Gribenko · 12 years ago
  9. 6f977c3 Don't crash when emitting fixits following Unicode characters. by Jordan Rose · 12 years ago
  10. 7bf9d9b Mention -ftls-model in release notes and manual. by Hans Wennborg · 12 years ago
  11. d4047b3 Mention -fms-compatibility and -fdelayed-template-parsing in UsersManual. by Nico Weber · 12 years ago
  12. e59331a Update documentation with regards to template type diffing. by Richard Trieu · 12 years ago
  13. 843f0e8 Make the analyzer site a single point of reference for info by Anna Zaks · 12 years ago
  14. f122a13 Add -isystem-prefix and -ino-system-prefix arguments, which can be used to by Richard Smith · 12 years ago
  15. 5ab5249 Clang docs update: list command-line flags that control the size of generated debug information. Reviewed by chandlerc@ and echristo@. by Alexey Samsonov · 12 years ago
  16. 396663b remove something that is really old and out of date. by Chris Lattner · 12 years ago
  17. a963962 Fix a broken link. Patch by Nikola Smiljanic. by David Blaikie · 12 years ago
  18. 48a8cd9 add documentation for -f[no-]thread-sanitizer and -f[no-]address-sanitizer to docs/UsersManual.html by Kostya Serebryany · 12 years ago
  19. cd376a1 Improve placement of clang crash diagnostics section. by Chad Rosier · 12 years ago
  20. b211a4b Add clang crash diagnostic info and associated flags to Clang user manual. by Chad Rosier · 12 years ago
  21. ceb1565 Remove the unuseful -fdiagnostics-show-name by David Blaikie · 12 years ago
  22. 8275fc0 Fix broken link. I believe this has been broken for at least 7 months. by Michael J. Spencer · 12 years ago
  23. 665a8dc Fix ALL the markup. by Benjamin Kramer · 12 years ago
  24. 2c2a385 fix a broken link by Chris Lattner · 13 years ago
  25. c9577f3 we got badgered into supporting multi-alternative constraints. by Chris Lattner · 13 years ago
  26. bdb1018 Add stub section to the user manual for C++ language features, and document by Richard Smith · 13 years ago
  27. 0e53df6 docs/UsersManual.html: Remove obsolete mingw issue. by NAKAMURA Takumi · 13 years ago
  28. 5090e9f Update documentation to use "C++11" instead of "C++0x" by David Blaikie · 13 years ago
  29. dad879a Update mingw-w64 part of the user manual, from Ruben Van Boxem! by Douglas Gregor · 13 years ago
  30. f391fa7 Add documentation on -Weverything. by Ted Kremenek · 13 years ago
  31. 741be6a mention new VLA behavior in gnu* vs c* mode dox. by Chris Lattner · 13 years ago
  32. 248f973 Update extensions section of the docs to account for wacky gcc stuff we did end up implementing. by Eli Friedman · 13 years ago
  33. 477aab6 A StringRef-ication of the DiagnosticIDs API and internals. by Argyrios Kyrtzidis · 13 years ago
  34. c9471b0 Introduce the -fdiagnostics-format=xxx option to control how Clang by Douglas Gregor · 13 years ago
  35. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  36. 02e266b typo fix + expand by Chris Lattner · 13 years ago
  37. 4cf4b59 Minor format fix. by Evan Cheng · 13 years ago
  38. fda026b Document -ftrap-function= option by Evan Cheng · 13 years ago
  39. ddf68ff docs/UsersManual.html: Fix some inconsistent HTML elements. by NAKAMURA Takumi · 13 years ago
  40. 4462636 docs/UsersManual.html: """ize in a paragraph. A few unpaired quotations might confuse HTML-aware text edtors. by NAKAMURA Takumi · 13 years ago
  41. a75fdb2 docs/UsersManual.html: Add cygming notes. by NAKAMURA Takumi · 13 years ago
  42. 9855967 we now support __label__ by Chris Lattner · 13 years ago
  43. d462b6a fix some typos, patch by Jonathan Wakely! by Chris Lattner · 13 years ago
  44. 4e1c53d fix a broken example, PR9005, patch by Jonathan Wakely! by Chris Lattner · 13 years ago
  45. 4ea8dfa NEON vector support for ARM is in pretty good shape now. Update the docs. by Bob Wilson · 14 years ago
  46. d3b227d Fix documentation typo, from nobled. by Douglas Gregor · 14 years ago
  47. b9d511c make it really clear that vla != flexible arrays by Chris Lattner · 14 years ago
  48. dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
  49. 757e685 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 14 years ago
  50. bcaf7aa Update users manual comments on X86 and ARM support. by Daniel Dunbar · 14 years ago
  51. 2fb11eb Document '__clang_analyzer__'. by Ted Kremenek · 14 years ago
  52. ee45e24 Clarify documentation of escaping for backslash by Douglas Gregor · 14 years ago
  53. bf5e09d Eliminate some extraneous whitespace in the machine-parseable Fix-It output. by Douglas Gregor · 14 years ago
  54. 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
  55. 4786c15 Add machine-parseable Fix-It output as part of diagnostics, under the by Douglas Gregor · 14 years ago
  56. 7362aa3 Update UsersManual, we support '#pragma align' now. by Daniel Dunbar · 14 years ago
  57. e8d44dd Document -f{no-}color-diagnostics by Douglas Gregor · 14 years ago
  58. 4f304db Remove redundant and incomplete bits from the users manual w.r.t. language conformance by Douglas Gregor · 14 years ago
  59. 57d12fd PR7245: Make binding a reference to a temporary without a usable copy by Jeffrey Yasskin · 14 years ago
  60. 21d07e4 Add an extension to avoid an error when a global template has the same name as by Jeffrey Yasskin · 14 years ago
  61. 67db8cd fix incorrect tag by Chris Lattner · 14 years ago
  62. 9484968 Update "users manual", PR2461 has been fixed. by Daniel Dunbar · 14 years ago
  63. 3f14538 push categories forward a bit more: document them, add some by Chris Lattner · 14 years ago
  64. 3e5d00c Reverted r103214. by mike-m · 14 years ago[Renamed from docs/main/UsersManual.html]
  65. 25a7678 2nd part of: Overhauled llvm/clang docs builds. by mike-m · 14 years ago[Renamed from docs/UsersManual.html]
  66. 28a43a4 document -fdiagnostics-show-category by Chris Lattner · 14 years ago
  67. 575cf37 Introduce a limit on the depth of the template instantiation backtrace by Douglas Gregor · 14 years ago
  68. 0f0c963 add a new driver-level -ferror-limit=412 option, which causes clang to stop by Chris Lattner · 14 years ago
  69. 9b2fc95 Document common clang compatibility issues. by Rafael Espindola · 14 years ago
  70. 57f1a00 Update Clang C++ status, with a more project-centric focus. by Douglas Gregor · 14 years ago
  71. 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
  72. aa52624 document -fno-assume-sane-operator-new, per Chris request. by Nuno Lopes · 15 years ago
  73. 88b2a17 Refine a little. WIP. by Mike Stump · 15 years ago
  74. 8f6a3ed Add some documentation for recent checkins. WIP. by Mike Stump · 15 years ago
  75. 53664ca Add documentation for recently added code. WIP. by Mike Stump · 15 years ago
  76. cd5a505 Fix a broken link by Douglas Gregor · 15 years ago
  77. 47421a2 As far as I know, there aren't any warning differences between -std=gnu99 and by Eli Friedman · 15 years ago
  78. 3401cf8 document the diagnostics pragmas, patch by Louis Gerbarg! by Chris Lattner · 15 years ago
  79. e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
  80. e42ec54 fix typo by Chris Lattner · 15 years ago
  81. 0b32600 Minor formatting tweak. by Eli Friedman · 15 years ago
  82. 2f3fca0 Fix a minor formatting mistake. by Eli Friedman · 15 years ago
  83. ca130bd Some updates to the gcc extension sections of the users manual. by Eli Friedman · 15 years ago
  84. a1821b5 Minor documentation update about Microsoft extensions. by Eli Friedman · 15 years ago
  85. 3b658d3 Say a bit about various architectures in the users manual. by Eli Friedman · 15 years ago
  86. c5f928c Mention unsupported GCC duplicate-definition-with-inline extension. by Daniel Dunbar · 15 years ago
  87. f4d5953 PTH -> PCH in the user manual by Douglas Gregor · 15 years ago
  88. 4da9255 A couple minor corrections to the "GCC extensions not implemented yet" by Eli Friedman · 15 years ago
  89. 26fa0ed A few tweaks to the "Differences between various standard modes" section. by Eli Friedman · 15 years ago
  90. b0ac545 A few minor updates to the user manual. by Eli Friedman · 15 years ago
  91. 9375ed1 Note that clang follows the MSVC definition for #pragma pack. by Daniel Dunbar · 15 years ago
  92. 869e054 Tweak wording by Daniel Dunbar · 15 years ago
  93. 05fa629 Note a few more unsupported language extensions. by Daniel Dunbar · 15 years ago
  94. 660a5ac Add some text to the user manual describing the current state of C by Eli Friedman · 15 years ago
  95. bf94ca6 Grammar fix. by Ted Kremenek · 15 years ago
  96. 2a9cc23 document new form of -fdiagnostics-print-source-range-in by Chris Lattner · 15 years ago
  97. 8217f4e more stuff. by Chris Lattner · 15 years ago
  98. 65a795b add a bunch of diagnostics options, add one example warning group. by Chris Lattner · 15 years ago
  99. 5c3074f slurp some content from the PTH doc into the user's doc. by Chris Lattner · 15 years ago
  100. cf17d9d initial skeleton of a user's manual. by Chris Lattner · 15 years ago