1. bf5e09d Eliminate some extraneous whitespace in the machine-parseable Fix-It output. by Douglas Gregor · 14 years ago
  2. 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
  3. 4786c15 Add machine-parseable Fix-It output as part of diagnostics, under the by Douglas Gregor · 14 years ago
  4. 224884e Remove a gratuitous lie. by Daniel Dunbar · 14 years ago
  5. 7362aa3 Update UsersManual, we support '#pragma align' now. by Daniel Dunbar · 14 years ago
  6. e8d44dd Document -f{no-}color-diagnostics by Douglas Gregor · 14 years ago
  7. a93e3b5 Some preparatory work for chained PCH. No functionality change. by Sebastian Redl · 14 years ago
  8. 9bc2a99 Fix a few errors in the internals doc. by Sebastian Redl · 14 years ago
  9. 4f304db Remove redundant and incomplete bits from the users manual w.r.t. language conformance by Douglas Gregor · 14 years ago
  10. bc817cf build: Get CLANG_VERSION from Version.inc instead of depending on VER file directly. by Daniel Dunbar · 14 years ago
  11. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  12. 57d12fd PR7245: Make binding a reference to a temporary without a usable copy by Jeffrey Yasskin · 14 years ago
  13. 21d07e4 Add an extension to avoid an error when a global template has the same name as by Jeffrey Yasskin · 14 years ago
  14. 67db8cd fix incorrect tag by Chris Lattner · 14 years ago
  15. 9484968 Update "users manual", PR2461 has been fixed. by Daniel Dunbar · 14 years ago
  16. 8ee411e Fix typo. by Nick Lewycky · 14 years ago
  17. 77561e5 Grammar fix: s/it's/its/g in by Nick Lewycky · 14 years ago
  18. 3f14538 push categories forward a bit more: document them, add some by Chris Lattner · 14 years ago
  19. 073190d docs: Man page tweaks, to mention the integrated assembler and the by Daniel Dunbar · 14 years ago
  20. 3e5d00c Reverted r103214. by mike-m · 14 years ago
  21. 25a7678 2nd part of: Overhauled llvm/clang docs builds. by mike-m · 14 years ago
  22. 28a43a4 document -fdiagnostics-show-category by Chris Lattner · 14 years ago
  23. 4c50b69 fix a broken link, diagnostickinds.td was fissioned. by Chris Lattner · 14 years ago
  24. 4290fbd Add Clang version inspection macros. Fixes PR6681. by Douglas Gregor · 14 years ago
  25. 1444aef concepts is not a keyword here and fix copy-pasto. by Nick Lewycky · 14 years ago
  26. 575cf37 Introduce a limit on the depth of the template instantiation backtrace by Douglas Gregor · 14 years ago
  27. 0f0c963 add a new driver-level -ferror-limit=412 option, which causes clang to stop by Chris Lattner · 14 years ago
  28. 69ecbdb improved wording around ABI by Blaine Garst · 14 years ago
  29. 9b2fc95 Document common clang compatibility issues. by Rafael Espindola · 14 years ago
  30. a98c27b fix copyright & typo by Blaine Garst · 14 years ago
  31. 5d7650b update link by Chris Lattner · 14 years ago
  32. 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
  33. 6757aaa rev existing doc to account for recent ABI changes by Blaine Garst · 14 years ago
  34. 97c0007 Use LLVM's new DESTDIR-less PROJ_* variables. by Erick Tryzelaar · 14 years ago
  35. 57f1a00 Update Clang C++ status, with a more project-centric focus. by Douglas Gregor · 14 years ago
  36. d2bf0cd Clarify the documentation of ext_vector, and add a small example. Hopefully by Owen Anderson · 15 years ago
  37. 3a47e23 Document the extensions I made to the diagnostics-formatting system yesterday. by John McCall · 15 years ago
  38. 9cc90a3 Fix pasto in __has_feature(cxx_lambdas) docs by Douglas Gregor · 15 years ago
  39. 4ef4c6b Add a bunch more feature-checking macros for C++0x features. Some of these are by Sean Hunt · 15 years ago
  40. 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
  41. aa52624 document -fno-assume-sane-operator-new, per Chris request. by Nuno Lopes · 15 years ago
  42. 88b2a17 Refine a little. WIP. by Mike Stump · 15 years ago
  43. 8f6a3ed Add some documentation for recent checkins. WIP. by Mike Stump · 15 years ago
  44. 53664ca Add documentation for recently added code. WIP. by Mike Stump · 15 years ago
  45. 69cfd86 Update a few more docs references to clang-cc. by Daniel Dunbar · 15 years ago
  46. 77f4165 brace completion. by Zhongxing Xu · 15 years ago
  47. 0eb9560 Fix typo. by Ted Kremenek · 15 years ago
  48. 22c3410 Add __has_feature(cxx_exceptions) and __has_feature(cxx_rtti) to table of contents. by Ted Kremenek · 15 years ago
  49. 87774fd Add section on what language features __has_feature() supports for querying if they are enabled. by Ted Kremenek · 15 years ago
  50. cd5a505 Fix a broken link by Douglas Gregor · 15 years ago
  51. 92bd8c7 Added __has_include and __has_include_next. by John Thompson · 15 years ago
  52. 4c8e611 Document -nobuiltininc by Rafael Espindola · 15 years ago
  53. 21190d5 Implement __builtin_unreachable(), a GCC 4.5 extension. by Chris Lattner · 15 years ago
  54. aad826b grammaro by Chris Lattner · 15 years ago
  55. f918b8f Collapse more clang version numbers down into fewer places. by Mike Stump · 15 years ago
  56. 1f2c32e Back to 1.1 we go. by Mike Stump · 15 years ago
  57. d3509fa clang tracks multiple levels of macro expansion by Chris Lattner · 15 years ago
  58. 0a2329a Some formatting tweaks to clang(1) by Daniel Dunbar · 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. 93d2dc4 Fix a few typos. by Daniel Dunbar · 15 years ago
  61. 3401cf8 document the diagnostics pragmas, patch by Louis Gerbarg! by Chris Lattner · 15 years ago
  62. 7240d77 Add documentation for the Index library to clang's web page. by Argyrios Kyrtzidis · 15 years ago
  63. e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
  64. 625b586 Fix "for all intensive purposes" to "for all intents and purposes". by Nick Lewycky · 15 years ago
  65. e42ec54 fix typo by Chris Lattner · 15 years ago
  66. 57eccbe a couple minor tweaks by Chris Lattner · 15 years ago
  67. 148772a implement and document a new __has_feature and __has_builtin magic by Chris Lattner · 15 years ago
  68. 0b32600 Minor formatting tweak. by Eli Friedman · 15 years ago
  69. 2f3fca0 Fix a minor formatting mistake. by Eli Friedman · 15 years ago
  70. ca130bd Some updates to the gcc extension sections of the users manual. by Eli Friedman · 15 years ago
  71. a1821b5 Minor documentation update about Microsoft extensions. by Eli Friedman · 15 years ago
  72. 3b658d3 Say a bit about various architectures in the users manual. by Eli Friedman · 15 years ago
  73. c5f928c Mention unsupported GCC duplicate-definition-with-inline extension. by Daniel Dunbar · 15 years ago
  74. f4d5953 PTH -> PCH in the user manual by Douglas Gregor · 15 years ago
  75. 29dde39 HTML tweak to get the PCH internals documentation to display correctly by Douglas Gregor · 15 years ago
  76. 4c0397f Finished the PCH design and implementation documentation by Douglas Gregor · 15 years ago
  77. 0084ead Document the integration points for precompiled headers by Douglas Gregor · 15 years ago
  78. 923cb23 Add a table of contents to the PCH design document by Douglas Gregor · 15 years ago
  79. fe3f223 Document the PCH representation of statements and expressions by Douglas Gregor · 15 years ago
  80. 5accbb9 Fill in some gaps in the precompiled headers documentation by Douglas Gregor · 15 years ago
  81. 2cc390e More PCH documentation by Douglas Gregor · 15 years ago
  82. 4da9255 A couple minor corrections to the "GCC extensions not implemented yet" by Eli Friedman · 15 years ago
  83. 26fa0ed A few tweaks to the "Differences between various standard modes" section. by Eli Friedman · 15 years ago
  84. 32110df Start documenting precompiled headers by Douglas Gregor · 15 years ago
  85. 94f497b Several fixes to the clang man page. by Daniel Dunbar · 15 years ago
  86. b0ac545 A few minor updates to the user manual. by Eli Friedman · 15 years ago
  87. 9375ed1 Note that clang follows the MSVC definition for #pragma pack. by Daniel Dunbar · 15 years ago
  88. 869e054 Tweak wording by Daniel Dunbar · 15 years ago
  89. 05fa629 Note a few more unsupported language extensions. by Daniel Dunbar · 15 years ago
  90. 06ab044 wrap up a version of the man page that is minimally helpful, but somewhat complete. by Chris Lattner · 15 years ago
  91. 04005dd add some more content. by Chris Lattner · 15 years ago
  92. 482c682 pull a bunch of options out of clang-cc.cpp. This doesn't include by Chris Lattner · 15 years ago
  93. e58c943 Document environment variables we handle, and don't mention -pipe (it by Daniel Dunbar · 15 years ago
  94. 9b081c6 More content. by Chris Lattner · 15 years ago
  95. b5f6e80 add some content by Chris Lattner · 15 years ago
  96. a3c078e Override some pod2man defaults. by Daniel Dunbar · 15 years ago
  97. a021e7c 257 -> FS by Chris Lattner · 15 years ago
  98. 632975b Make install target actually work, dependencies FTW. by Daniel Dunbar · 15 years ago
  99. e0a8092 Add ONLY_MAN_DOCS variable to only install the man page, not the html by Daniel Dunbar · 15 years ago
  100. dbec033 Add incredibly bare bones docs/tools. by Daniel Dunbar · 15 years ago