1. 92bd8c7 Added __has_include and __has_include_next. by John Thompson · 15 years ago
  2. 4c8e611 Document -nobuiltininc by Rafael Espindola · 15 years ago
  3. 21190d5 Implement __builtin_unreachable(), a GCC 4.5 extension. by Chris Lattner · 15 years ago
  4. aad826b grammaro by Chris Lattner · 15 years ago
  5. f918b8f Collapse more clang version numbers down into fewer places. by Mike Stump · 15 years ago
  6. 1f2c32e Back to 1.1 we go. by Mike Stump · 15 years ago
  7. d3509fa clang tracks multiple levels of macro expansion by Chris Lattner · 15 years ago
  8. 0a2329a Some formatting tweaks to clang(1) by Daniel Dunbar · 15 years ago
  9. 47421a2 As far as I know, there aren't any warning differences between -std=gnu99 and by Eli Friedman · 15 years ago
  10. 93d2dc4 Fix a few typos. by Daniel Dunbar · 15 years ago
  11. 3401cf8 document the diagnostics pragmas, patch by Louis Gerbarg! by Chris Lattner · 15 years ago
  12. 7240d77 Add documentation for the Index library to clang's web page. by Argyrios Kyrtzidis · 15 years ago
  13. e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
  14. 625b586 Fix "for all intensive purposes" to "for all intents and purposes". by Nick Lewycky · 15 years ago
  15. e42ec54 fix typo by Chris Lattner · 15 years ago
  16. 57eccbe a couple minor tweaks by Chris Lattner · 15 years ago
  17. 148772a implement and document a new __has_feature and __has_builtin magic by Chris Lattner · 15 years ago
  18. 0b32600 Minor formatting tweak. by Eli Friedman · 15 years ago
  19. 2f3fca0 Fix a minor formatting mistake. by Eli Friedman · 15 years ago
  20. ca130bd Some updates to the gcc extension sections of the users manual. by Eli Friedman · 15 years ago
  21. a1821b5 Minor documentation update about Microsoft extensions. by Eli Friedman · 15 years ago
  22. 3b658d3 Say a bit about various architectures in the users manual. by Eli Friedman · 15 years ago
  23. c5f928c Mention unsupported GCC duplicate-definition-with-inline extension. by Daniel Dunbar · 15 years ago
  24. f4d5953 PTH -> PCH in the user manual by Douglas Gregor · 15 years ago
  25. 29dde39 HTML tweak to get the PCH internals documentation to display correctly by Douglas Gregor · 15 years ago
  26. 4c0397f Finished the PCH design and implementation documentation by Douglas Gregor · 15 years ago
  27. 0084ead Document the integration points for precompiled headers by Douglas Gregor · 15 years ago
  28. 923cb23 Add a table of contents to the PCH design document by Douglas Gregor · 15 years ago
  29. fe3f223 Document the PCH representation of statements and expressions by Douglas Gregor · 15 years ago
  30. 5accbb9 Fill in some gaps in the precompiled headers documentation by Douglas Gregor · 15 years ago
  31. 2cc390e More PCH documentation by Douglas Gregor · 15 years ago
  32. 4da9255 A couple minor corrections to the "GCC extensions not implemented yet" by Eli Friedman · 15 years ago
  33. 26fa0ed A few tweaks to the "Differences between various standard modes" section. by Eli Friedman · 15 years ago
  34. 32110df Start documenting precompiled headers by Douglas Gregor · 15 years ago
  35. 94f497b Several fixes to the clang man page. by Daniel Dunbar · 15 years ago
  36. b0ac545 A few minor updates to the user manual. by Eli Friedman · 15 years ago
  37. 9375ed1 Note that clang follows the MSVC definition for #pragma pack. by Daniel Dunbar · 15 years ago
  38. 869e054 Tweak wording by Daniel Dunbar · 15 years ago
  39. 05fa629 Note a few more unsupported language extensions. by Daniel Dunbar · 15 years ago
  40. 06ab044 wrap up a version of the man page that is minimally helpful, but somewhat complete. by Chris Lattner · 15 years ago
  41. 04005dd add some more content. by Chris Lattner · 15 years ago
  42. 482c682 pull a bunch of options out of clang-cc.cpp. This doesn't include by Chris Lattner · 15 years ago
  43. e58c943 Document environment variables we handle, and don't mention -pipe (it by Daniel Dunbar · 15 years ago
  44. 9b081c6 More content. by Chris Lattner · 15 years ago
  45. b5f6e80 add some content by Chris Lattner · 15 years ago
  46. a3c078e Override some pod2man defaults. by Daniel Dunbar · 15 years ago
  47. a021e7c 257 -> FS by Chris Lattner · 15 years ago
  48. 632975b Make install target actually work, dependencies FTW. by Daniel Dunbar · 15 years ago
  49. e0a8092 Add ONLY_MAN_DOCS variable to only install the man page, not the html by Daniel Dunbar · 15 years ago
  50. dbec033 Add incredibly bare bones docs/tools. by Daniel Dunbar · 15 years ago
  51. 660a5ac Add some text to the user manual describing the current state of C by Eli Friedman · 15 years ago
  52. bf94ca6 Grammar fix. by Ted Kremenek · 15 years ago
  53. 2a9cc23 document new form of -fdiagnostics-print-source-range-in by Chris Lattner · 15 years ago
  54. 4a11551 update the doc. by Zhongxing Xu · 15 years ago
  55. 8217f4e more stuff. by Chris Lattner · 15 years ago
  56. 65a795b add a bunch of diagnostics options, add one example warning group. by Chris Lattner · 15 years ago
  57. 5c3074f slurp some content from the PTH doc into the user's doc. by Chris Lattner · 15 years ago
  58. cf17d9d initial skeleton of a user's manual. by Chris Lattner · 15 years ago
  59. 308b0ec Some more tweaks to driver documentation. by Daniel Dunbar · 15 years ago
  60. 715fc92 minor typographical fixes by Chris Lattner · 15 years ago
  61. 81edc9f mention the non-standard builtin macros we support. by Chris Lattner · 15 years ago
  62. cf665e1 update analyzer doc. by Zhongxing Xu · 15 years ago
  63. 2893589 typos by Chris Lattner · 15 years ago
  64. 4df2114 Wording changes. by Ted Kremenek · 15 years ago
  65. ed86931 Add blurb about attribute "analyzer_noreturn" by Ted Kremenek · 15 years ago
  66. 1177f91 document the x86 address space extension for GS. by Chris Lattner · 15 years ago
  67. 5890c63 Fix grammar. Bold face feature points. by Ted Kremenek · 15 years ago
  68. 8e16408 More cleanup. by Ted Kremenek · 15 years ago
  69. b7fd6b0 More cleanups. by Ted Kremenek · 15 years ago
  70. cfa8d57 Add link from internals manual to PTH documentation. by Ted Kremenek · 15 years ago
  71. 07f08d2 Minor cleanups. Added a blurb about the advantages of fast PTH file generation. by Ted Kremenek · 15 years ago
  72. 0a06999 use escapes. by Chris Lattner · 15 years ago
  73. cdf59da some minor edits by Chris Lattner · 15 years ago
  74. 797a247 Initial draft of PTH internals. by Ted Kremenek · 15 years ago
  75. d76e0a6 Convert region-design document to HTML. by Ted Kremenek · 15 years ago
  76. 75ae2f1 update docs. Replace 'lattice' with 'tree'. by Zhongxing Xu · 15 years ago
  77. a564789 Update docs. by Zhongxing Xu · 15 years ago
  78. 7fe3e05 Adjust doc format. by Zhongxing Xu · 15 years ago
  79. 59eb5f9 update docs. by Zhongxing Xu · 15 years ago
  80. 113cc14 Update docs. by Zhongxing Xu · 15 years ago
  81. 27d9e9f Some very rough Driver documentation. by Daniel Dunbar · 15 years ago
  82. 9d9963e Add a high-level intro to the memory regions design document. by Ted Kremenek · 15 years ago
  83. 8430456 Move "regions" analyzer design document to 'docs'. by Ted Kremenek · 15 years ago
  84. a7dbdf5 link to blocks dox by Chris Lattner · 15 years ago
  85. 7cfc817 add some description of the block language extension. by Chris Lattner · 15 years ago
  86. e54c0b5 The long-rumored blocks implementation document. by Chris Lattner · 15 years ago
  87. 34c0533 minor wording changes. by Chris Lattner · 15 years ago
  88. b2fb6de Clean up and document code modification hints. by Douglas Gregor · 15 years ago
  89. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 15 years ago
  90. 0224680 fix typo by Chris Lattner · 15 years ago
  91. 965acbb Allow "overloadable" functions in C to be declared as variadic without by Douglas Gregor · 15 years ago
  92. 426b863 Grammar tweak. by Daniel Dunbar · 15 years ago
  93. a180fdd clarify the behavior of note. by Chris Lattner · 15 years ago
  94. f161d41 wrap some crazy long lines. by Chris Lattner · 15 years ago
  95. 6f72da5 document __builtin_shufflevector by Chris Lattner · 15 years ago
  96. cb54d43 Add documentation for overloaded functions in C by Douglas Gregor · 15 years ago
  97. 5ce933f new document. by Chris Lattner · 15 years ago
  98. 0aad297 document fatal by Chris Lattner · 15 years ago
  99. 47b9a1c Some name-lookup-related fixes, from Piotr Rak! by Douglas Gregor · 15 years ago
  100. b43a50f Name change (isTypeName->getTypeName). by Steve Naroff · 15 years ago