1. 98d1ec1 [checked-arithmetic builtins] Added builtins to enable users to perform checked-arithmetic in c. by Michael Gottesman · 11 years ago
  2. ee76e72 [multiprecision-builtins] Added missing builtin __builtin_{add,sub}cb for {add,sub} with carry for bytes. by Michael Gottesman · 11 years ago
  3. ef7c6e7 Add caveat to __builtin_readcyclecounter documentation. by Tim Northover · 11 years ago
  4. f45c299 C++1y: provide full 'auto' return type deduction for lambda expressions. This by Richard Smith · 11 years ago
  5. 7f0ffb3 C++1y: Update __cplusplus to temporary value 201305L to allow detection of provisional C++1y support. by Richard Smith · 11 years ago
  6. e6e68b5 C++11 support is now feature-complete. by Richard Smith · 11 years ago
  7. 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 11 years ago
  8. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 12 years ago
  9. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 12 years ago
  10. 3a09444 Actually fix rendering of the example code block! by Richard Smith · 12 years ago
  11. 7cdc311 Some grammar fixes to 'Format String Checking', and reorder the text slightly to try to make the final code block actually get rendered. by Richard Smith · 12 years ago
  12. 6f48819 Document Clang's support for [[gnu::...]] attributes. by Richard Smith · 12 years ago
  13. 21937c6 Documentation: formatting by Dmitri Gribenko · 12 years ago
  14. f5a45ea Adding verbiage to the Language Extensions document about __has_include and __has_include_next only being allowed within preprocessor directives. by Aaron Ballman · 12 years ago
  15. 44a1efe Documentation: fix typo by Dmitri Gribenko · 12 years ago
  16. 52fb37a Document the redeclaration and overriding restrictions on the by Douglas Gregor · 12 years ago
  17. b4b970f Document behavior of -Wformat-nonliteral, it is different from GCC by Dmitri Gribenko · 12 years ago
  18. 377b8c6 Updated documentation to reflect new multiprecision builtin functions. by Michael Gottesman · 12 years ago
  19. a65e076 Converted Block-ABI-Apple.txt => Block-ABI-Apple.rst. by Michael Gottesman · 12 years ago
  20. 55d3f94 docs: Curb excessive table-of-contents depth. by Sean Silva · 12 years ago
  21. a0c392d docs: Reorganize landing page. by Sean Silva · 12 years ago
  22. 159cc9e docs: Fix up HTML links to proper reST links. by Sean Silva · 12 years ago
  23. 7b00b84 Documentation: use monospaced font in BlockLanguageSpec, and fix a link to this by Dmitri Gribenko · 12 years ago
  24. 76f98b6 Updated link in LanguageExtensions.rst to point to BlockLanguageSpec.rst instead of BlockLanguageSpec.txt. by Michael Gottesman · 12 years ago
  25. 1228d66 Documentation: LanguageExtensions.rst: convert link to :doc: style and fix up by Dmitri Gribenko · 12 years ago
  26. 3115f5b6 Docs: redirect "static analysis extensions" section to the analyzer site. by Jordan Rose · 12 years ago
  27. 3872b46 docs: Convert some docs to reST. by Sean Silva · 12 years ago