1. ddf68ff docs/UsersManual.html: Fix some inconsistent HTML elements. by NAKAMURA Takumi · 13 years ago
  2. 4462636 docs/UsersManual.html: """ize in a paragraph. A few unpaired quotations might confuse HTML-aware text edtors. by NAKAMURA Takumi · 13 years ago
  3. a75fdb2 docs/UsersManual.html: Add cygming notes. by NAKAMURA Takumi · 13 years ago
  4. c8b9f79 we can now claim to fully support the override control feature in C++0x. by Anders Carlsson · 13 years ago
  5. c70e193 and now there are 3! by Chris Lattner · 13 years ago
  6. 38448d3 Code modification hints have been known as fix-it hints for almost by Peter Collingbourne · 13 years ago
  7. 1761ce5 Remove '-Xclang' and '-mllvm' entries from Clang man page. The later is only available in debug builds and the former is not supposed to be used by end-users. by Ted Kremenek · 13 years ago
  8. 8749401 Improve the documentation for some of the analyzer attributes I added by John McCall · 13 years ago
  9. 4561ecd Create __has_feature(cxx_noexcept) and mark it as working. by Sebastian Redl · 13 years ago
  10. 8402155 Rename tok::eom to tok::eod. by Peter Collingbourne · 13 years ago
  11. fd405ef Update the www to indicate that auto is now implemented. by Richard Smith · 13 years ago
  12. 9855967 we now support __label__ by Chris Lattner · 13 years ago
  13. cc2ac1e fix two broken links and some out of date writing, PR9174 by Chris Lattner · 13 years ago
  14. 0750800 Add a __has_feature check for default template arguments in function by Douglas Gregor · 13 years ago
  15. afdf137 Add __has_feature() for each of the type traits by Douglas Gregor · 13 years ago
  16. 28dadd6 Document how to add an attribute to clang. This should be reviewed by someone by Jeffrey Yasskin · 13 years ago
  17. b7ee2e5 Revert r124217 because it didn't catch the actual error case it was trying to by Jeffrey Yasskin · 13 years ago
  18. 56209ff Add __has_feature(cxx_reference_qualified_functions); update tests and by Douglas Gregor · 13 years ago
  19. c60e13a Add an attribute to forbid temporary instances of a type. This allows class by Jeffrey Yasskin · 13 years ago
  20. 630b7ae Document the ns_returns_retained, ns_consumed, etc. attributes. by John McCall · 13 years ago
  21. 2594bf9 Eliminate the last reference to concepts, from Jean-Daniel Dupas by Douglas Gregor · 13 years ago
  22. 961003d Fix the __has_attribute example; we don't have an override attribute anymore. by Anders Carlsson · 13 years ago
  23. d462b6a fix some typos, patch by Jonathan Wakely! by Chris Lattner · 13 years ago
  24. 4e1c53d fix a broken example, PR9005, patch by Jonathan Wakely! by Chris Lattner · 13 years ago
  25. 40d5eb4 remove some crazy leftover thing. by Chris Lattner · 13 years ago
  26. 83d7781 Eradicate any mention of C++0x concepts. by Douglas Gregor · 13 years ago
  27. 4ea8dfa NEON vector support for ARM is in pretty good shape now. Update the docs. by Bob Wilson · 13 years ago
  28. d3b227d Fix documentation typo, from nobled. by Douglas Gregor · 14 years ago
  29. 3bc3c6d And more gzip goodness for clang. by Eric Christopher · 14 years ago
  30. 71b48d6 fix typo by Chris Lattner · 14 years ago
  31. 7ef5c27 move AdvanceToTokenCharacter and getLocForEndOfToken from by Chris Lattner · 14 years ago
  32. 4836d6a make the example a bit better, encouraging people to use "suggestions of what to use" in the message :) by Chris Lattner · 14 years ago
  33. 4820908 Document Clang's support for attributes on individual enumerators and by John McCall · 14 years ago
  34. 02be29a expand discussion of __block C++ on-stack objects by Blaine Garst · 14 years ago
  35. b9d511c make it really clear that vla != flexible arrays by Chris Lattner · 14 years ago
  36. b03a928 small tweaks to reflect statements of what really ever shipped. ABI is, and has been, accurate for what we ship. by Blaine Garst · 14 years ago
  37. 5388155 reconcile missing typos & delete obsolete pre-SnowLeopard section w.r.t. prior repository for this document by Blaine Garst · 14 years ago
  38. 715c92a Document how source ranges work by Douglas Gregor · 14 years ago
  39. dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
  40. cae5095 Add a __has_attribute macro that works much like __has_feature and __has_builtin. by Anders Carlsson · 14 years ago
  41. 757e685 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 14 years ago
  42. 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago
  43. 7780981 Fix a typo in the Clang man page, from Alexander Best. by Douglas Gregor · 14 years ago
  44. c784dc1 Patch for adding message to unavailable attribute. by Fariborz Jahanian · 14 years ago
  45. dab60ad Implement the C++0x "trailing return type" feature, e.g., by Douglas Gregor · 14 years ago
  46. 51c7a78 Update Clang man page to say a little bit more about C++ by Douglas Gregor · 14 years ago
  47. dea6313 Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actually by Daniel Dunbar · 14 years ago
  48. bcaf7aa Update users manual comments on X86 and ARM support. by Daniel Dunbar · 14 years ago
  49. 3f16c95 Driver: Add a -stdlib= argument which can be used to select the C++ standard by Daniel Dunbar · 14 years ago
  50. 86d3ca5 Update 'docs/PCHInternals.html' about how subexpressions are stored. by Argyrios Kyrtzidis · 14 years ago
  51. eb661ed Document our extension to constant-fold __builtin_strlen and strlen by Douglas Gregor · 14 years ago
  52. 027ac44 Update the internals manual for the removal of Action, as well as other by John McCall · 14 years ago
  53. 400b607 Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 14 years ago
  54. d0b4e7c Reverting rev 112791 - apparently -fborland-extensions is on all the time?! by Dawn Perchik · 14 years ago
  55. 621a2f3 Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 14 years ago
  56. f6c0977 Implement __has_feature(cxx_inline_namespaces) by Sebastian Redl · 14 years ago
  57. 2fb11eb Document '__clang_analyzer__'. by Ted Kremenek · 14 years ago
  58. ee45e24 Clarify documentation of escaping for backslash by Douglas Gregor · 14 years ago
  59. bf5e09d Eliminate some extraneous whitespace in the machine-parseable Fix-It output. by Douglas Gregor · 14 years ago
  60. 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
  61. 4786c15 Add machine-parseable Fix-It output as part of diagnostics, under the by Douglas Gregor · 14 years ago
  62. 224884e Remove a gratuitous lie. by Daniel Dunbar · 14 years ago
  63. 7362aa3 Update UsersManual, we support '#pragma align' now. by Daniel Dunbar · 14 years ago
  64. e8d44dd Document -f{no-}color-diagnostics by Douglas Gregor · 14 years ago
  65. a93e3b5 Some preparatory work for chained PCH. No functionality change. by Sebastian Redl · 14 years ago
  66. 9bc2a99 Fix a few errors in the internals doc. by Sebastian Redl · 14 years ago
  67. 4f304db Remove redundant and incomplete bits from the users manual w.r.t. language conformance by Douglas Gregor · 14 years ago
  68. bc817cf build: Get CLANG_VERSION from Version.inc instead of depending on VER file directly. by Daniel Dunbar · 14 years ago
  69. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  70. 57d12fd PR7245: Make binding a reference to a temporary without a usable copy by Jeffrey Yasskin · 14 years ago
  71. 21d07e4 Add an extension to avoid an error when a global template has the same name as by Jeffrey Yasskin · 14 years ago
  72. 67db8cd fix incorrect tag by Chris Lattner · 14 years ago
  73. 9484968 Update "users manual", PR2461 has been fixed. by Daniel Dunbar · 14 years ago
  74. 8ee411e Fix typo. by Nick Lewycky · 14 years ago
  75. 77561e5 Grammar fix: s/it's/its/g in by Nick Lewycky · 14 years ago
  76. 3f14538 push categories forward a bit more: document them, add some by Chris Lattner · 14 years ago
  77. 073190d docs: Man page tweaks, to mention the integrated assembler and the by Daniel Dunbar · 14 years ago
  78. 3e5d00c Reverted r103214. by mike-m · 14 years ago
  79. 25a7678 2nd part of: Overhauled llvm/clang docs builds. by mike-m · 14 years ago
  80. 28a43a4 document -fdiagnostics-show-category by Chris Lattner · 14 years ago
  81. 4c50b69 fix a broken link, diagnostickinds.td was fissioned. by Chris Lattner · 14 years ago
  82. 4290fbd Add Clang version inspection macros. Fixes PR6681. by Douglas Gregor · 14 years ago
  83. 1444aef concepts is not a keyword here and fix copy-pasto. by Nick Lewycky · 14 years ago
  84. 575cf37 Introduce a limit on the depth of the template instantiation backtrace by Douglas Gregor · 14 years ago
  85. 0f0c963 add a new driver-level -ferror-limit=412 option, which causes clang to stop by Chris Lattner · 14 years ago
  86. 69ecbdb improved wording around ABI by Blaine Garst · 14 years ago
  87. 9b2fc95 Document common clang compatibility issues. by Rafael Espindola · 14 years ago
  88. a98c27b fix copyright & typo by Blaine Garst · 14 years ago
  89. 5d7650b update link by Chris Lattner · 14 years ago
  90. 12cd2c5 at least give the Apple ABI a name that reflects Apple in prep for other ABI specs that might come along by Blaine Garst · 14 years ago
  91. 6757aaa rev existing doc to account for recent ABI changes by Blaine Garst · 14 years ago
  92. 97c0007 Use LLVM's new DESTDIR-less PROJ_* variables. by Erick Tryzelaar · 14 years ago
  93. 57f1a00 Update Clang C++ status, with a more project-centric focus. by Douglas Gregor · 14 years ago
  94. d2bf0cd Clarify the documentation of ext_vector, and add a small example. Hopefully by Owen Anderson · 14 years ago
  95. 3a47e23 Document the extensions I made to the diagnostics-formatting system yesterday. by John McCall · 14 years ago
  96. 9cc90a3 Fix pasto in __has_feature(cxx_lambdas) docs by Douglas Gregor · 14 years ago
  97. 4ef4c6b Add a bunch more feature-checking macros for C++0x features. Some of these are by Sean Hunt · 14 years ago
  98. 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
  99. aa52624 document -fno-assume-sane-operator-new, per Chris request. by Nuno Lopes · 15 years ago
  100. 88b2a17 Refine a little. WIP. by Mike Stump · 15 years ago