1. 5471bc8 Allow C++0x enumerations with a fixed underlying type in by Douglas Gregor · 13 years ago
  2. e97179c Implement the Objective-C 'instancetype' type, which is an alias of by Douglas Gregor · 13 years ago
  3. ece3894 Add and document __has_feature values for the remaining C++0x by Douglas Gregor · 13 years ago
  4. b51e031 Thread Safety: Added basic argument parsing for all new attributes. by Caitlin Sadowski · 13 years ago
  5. e1f6dea Add a __has_feature macro for generalized initializers, turned off by Sean Hunt · 13 years ago
  6. db33e14 Added basic parsing for all remaining attributes, thread safety by Caitlin Sadowski · 13 years ago
  7. 73cbbc8 Thread safety: Fix typo in documentation by Caitlin Sadowski · 13 years ago
  8. fdde9e7 Added parsing for guarded_var, pt_guarded_var, lockable, by Caitlin Sadowski · 13 years ago
  9. 1fba828 Thanks to Chandler for reminding me to update the documentation for the by Sean Hunt · 13 years ago
  10. d962499 Add documentation about __has_feature(cxx_delegationg_constructors) by Sean Hunt · 13 years ago
  11. 64f857b Fix a minor copy-paste-o that broke the stylesheets by Sean Hunt · 13 years ago
  12. 7e98b47 Fix a bunch of HTML compliance problems with LanguageExtensions.html by Sean Hunt · 13 years ago
  13. 647ba1b Revert "-fexceptions does not, in fact, enable C++ exceptions" by Sean Hunt · 13 years ago
  14. 4b4ba8b -fexceptions does not, in fact, enable C++ exceptions by Sean Hunt · 13 years ago
  15. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  16. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  17. 84ee2ee Audit and finish the implementation of C++0x nullptr, fixing two by Douglas Gregor · 13 years ago
  18. c1b5fa4 Introduce __has_extension macro by Peter Collingbourne · 13 years ago
  19. 7822ee3 Implement CWG1170, which makes access-control errors into template by Douglas Gregor · 13 years ago
  20. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  21. a391a46 Add __has_feature(cxx_range_for) check for C++11 range-based for loop. by Richard Smith · 13 years ago
  22. f111d93 C1X: implement generic selections by Peter Collingbourne · 13 years ago
  23. 23aa9c8 add a __sync_swap builtin to fill out the rest of the __sync builtins. by Chris Lattner · 13 years ago
  24. c8b9f79 we can now claim to fully support the override control feature in C++0x. by Anders Carlsson · 13 years ago
  25. c70e193 and now there are 3! by Chris Lattner · 13 years ago
  26. 8749401 Improve the documentation for some of the analyzer attributes I added by John McCall · 13 years ago
  27. 4561ecd Create __has_feature(cxx_noexcept) and mark it as working. by Sebastian Redl · 13 years ago
  28. fd405ef Update the www to indicate that auto is now implemented. by Richard Smith · 13 years ago
  29. 0750800 Add a __has_feature check for default template arguments in function by Douglas Gregor · 13 years ago
  30. afdf137 Add __has_feature() for each of the type traits by Douglas Gregor · 13 years ago
  31. b7ee2e5 Revert r124217 because it didn't catch the actual error case it was trying to by Jeffrey Yasskin · 14 years ago
  32. 56209ff Add __has_feature(cxx_reference_qualified_functions); update tests and by Douglas Gregor · 14 years ago
  33. c60e13a Add an attribute to forbid temporary instances of a type. This allows class by Jeffrey Yasskin · 14 years ago
  34. 630b7ae Document the ns_returns_retained, ns_consumed, etc. attributes. by John McCall · 14 years ago
  35. 2594bf9 Eliminate the last reference to concepts, from Jean-Daniel Dupas by Douglas Gregor · 14 years ago
  36. 961003d Fix the __has_attribute example; we don't have an override attribute anymore. by Anders Carlsson · 14 years ago
  37. 40d5eb4 remove some crazy leftover thing. by Chris Lattner · 14 years ago
  38. 83d7781 Eradicate any mention of C++0x concepts. by Douglas Gregor · 14 years ago
  39. 71b48d6 fix typo by Chris Lattner · 14 years ago
  40. 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
  41. 4820908 Document Clang's support for attributes on individual enumerators and by John McCall · 14 years ago
  42. cae5095 Add a __has_attribute macro that works much like __has_feature and __has_builtin. by Anders Carlsson · 14 years ago
  43. 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a 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. f6c0977 Implement __has_feature(cxx_inline_namespaces) by Sebastian Redl · 14 years ago
  47. 3e5d00c Reverted r103214. by mike-m · 14 years ago[Renamed from docs/main/LanguageExtensions.html]
  48. 25a7678 2nd part of: Overhauled llvm/clang docs builds. by mike-m · 14 years ago[Renamed from docs/LanguageExtensions.html]
  49. 4290fbd Add Clang version inspection macros. Fixes PR6681. by Douglas Gregor · 14 years ago
  50. 1444aef concepts is not a keyword here and fix copy-pasto. by Nick Lewycky · 14 years ago
  51. 5d7650b update link by Chris Lattner · 14 years ago
  52. d2bf0cd Clarify the documentation of ext_vector, and add a small example. Hopefully by Owen Anderson · 15 years ago
  53. 9cc90a3 Fix pasto in __has_feature(cxx_lambdas) docs by Douglas Gregor · 15 years ago
  54. 4ef4c6b Add a bunch more feature-checking macros for C++0x features. Some of these are by Sean Hunt · 15 years ago
  55. 0eb9560 Fix typo. by Ted Kremenek · 15 years ago
  56. 22c3410 Add __has_feature(cxx_exceptions) and __has_feature(cxx_rtti) to table of contents. by Ted Kremenek · 15 years ago
  57. 87774fd Add section on what language features __has_feature() supports for querying if they are enabled. by Ted Kremenek · 15 years ago
  58. 92bd8c7 Added __has_include and __has_include_next. by John Thompson · 15 years ago
  59. 21190d5 Implement __builtin_unreachable(), a GCC 4.5 extension. by Chris Lattner · 15 years ago
  60. aad826b grammaro by Chris Lattner · 15 years ago
  61. 625b586 Fix "for all intensive purposes" to "for all intents and purposes". by Nick Lewycky · 15 years ago
  62. 148772a implement and document a new __has_feature and __has_builtin magic by Chris Lattner · 15 years ago
  63. a021e7c 257 -> FS by Chris Lattner · 15 years ago
  64. 81edc9f mention the non-standard builtin macros we support. by Chris Lattner · 15 years ago
  65. 2893589 typos by Chris Lattner · 15 years ago
  66. 4df2114 Wording changes. by Ted Kremenek · 15 years ago
  67. ed86931 Add blurb about attribute "analyzer_noreturn" by Ted Kremenek · 15 years ago
  68. 1177f91 document the x86 address space extension for GS. by Chris Lattner · 15 years ago
  69. a7dbdf5 link to blocks dox by Chris Lattner · 15 years ago
  70. 0224680 fix typo by Chris Lattner · 15 years ago
  71. 965acbb Allow "overloadable" functions in C to be declared as variadic without by Douglas Gregor · 15 years ago
  72. f161d41 wrap some crazy long lines. by Chris Lattner · 15 years ago
  73. 6f72da5 document __builtin_shufflevector by Chris Lattner · 15 years ago
  74. cb54d43 Add documentation for overloaded functions in C by Douglas Gregor · 15 years ago
  75. 5ce933f new document. by Chris Lattner · 15 years ago