- de7738c fix typo by Chris Lattner · 13 years ago
- 0e5abb8 Remove reference to the Index library by Douglas Gregor · 13 years ago
- c3151c4 Remove doxygen.cfg to prevent accidental commits, it is generated from doxygen.cfg.in. by Benjamin Kramer · 13 years ago
- 1df396d Revert accidental commit. by Evan Cheng · 13 years ago
- 693769c SubtargetFeature.h has been moved to MC. by Evan Cheng · 13 years ago
- d962499 Add documentation about __has_feature(cxx_delegationg_constructors) by Sean Hunt · 13 years ago
- 64f857b Fix a minor copy-paste-o that broke the stylesheets by Sean Hunt · 13 years ago
- 7e98b47 Fix a bunch of HTML compliance problems with LanguageExtensions.html by Sean Hunt · 13 years ago
- 647ba1b Revert "-fexceptions does not, in fact, enable C++ exceptions" by Sean Hunt · 13 years ago
- 4b4ba8b -fexceptions does not, in fact, enable C++ exceptions by Sean Hunt · 13 years ago
- 085d09d More clarifications. by John McCall · 13 years ago
- 3914a30 Improve the intro to the runtime-functions section. by John McCall · 13 years ago
- 98a48cf Describe the ARC runtime support calls. by John McCall · 13 years ago
- be16b89 Clarify the semantics of init methods, and point out a few places by John McCall · 13 years ago
- f3d08a6 A couple of minor changes to the ARC spec, plus a new section by John McCall · 13 years ago
- 4020cae Objective-C++ ARC: eliminate the utterly unjustified loophole that by Douglas Gregor · 13 years ago
- 54fb28a Fix a grammaro by Douglas Gregor · 13 years ago
- e559ca1 Objective-ARC++: infer template type arguments of by Douglas Gregor · 13 years ago
- f85e193 Automatic Reference Counting. by John McCall · 13 years ago
- 8246702 The specification document for the new ObjC Automatic Reference Counting by John McCall · 13 years ago
- f069c9e remove the index page, we have dox now! by Chris Lattner · 13 years ago
- 741be6a mention new VLA behavior in gnu* vs c* mode dox. by Chris Lattner · 13 years ago
- c31e016 fix example as per rdar://problem/9461587 by Blaine Garst · 13 years ago
- 248f973 Update extensions section of the docs to account for wacky gcc stuff we did end up implementing. by Eli Friedman · 13 years ago
- 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
- 052fe84 Remove derelict documentation. by Ted Kremenek · 13 years ago
- 477aab6 A StringRef-ication of the DiagnosticIDs API and internals. by Argyrios Kyrtzidis · 13 years ago
- 84ee2ee Audit and finish the implementation of C++0x nullptr, fixing two by Douglas Gregor · 13 years ago
- c9471b0 Introduce the -fdiagnostics-format=xxx option to control how Clang by Douglas Gregor · 13 years ago
- c1b5fa4 Introduce __has_extension macro by Peter Collingbourne · 13 years ago
- 04bb657 Delete doxygen.cfg, and use cwd-relative paths in doxygen.cfg.in. by Peter Collingbourne · 13 years ago
- 7822ee3 Implement CWG1170, which makes access-control errors into template by Douglas Gregor · 13 years ago
- 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 14 years ago
- e2bb7b9 Documentation for -Oz; Updated synopsis and item. by Chad Rosier · 14 years ago
- 4525ae5 Add documentation for -Oz flag. by Chad Rosier · 14 years ago
- a391a46 Add __has_feature(cxx_range_for) check for C++11 range-based for loop. by Richard Smith · 14 years ago
- fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
- f111d93 C1X: implement generic selections by Peter Collingbourne · 14 years ago
- 23aa9c8 add a __sync_swap builtin to fill out the rest of the __sync builtins. by Chris Lattner · 14 years ago
- 02e266b typo fix + expand by Chris Lattner · 14 years ago
- 4cf4b59 Minor format fix. by Evan Cheng · 14 years ago
- fda026b Document -ftrap-function= option by Evan Cheng · 14 years ago
- ddf68ff docs/UsersManual.html: Fix some inconsistent HTML elements. by NAKAMURA Takumi · 14 years ago
- 4462636 docs/UsersManual.html: """ize in a paragraph. A few unpaired quotations might confuse HTML-aware text edtors. by NAKAMURA Takumi · 14 years ago
- a75fdb2 docs/UsersManual.html: Add cygming notes. by NAKAMURA Takumi · 14 years ago
- c8b9f79 we can now claim to fully support the override control feature in C++0x. by Anders Carlsson · 14 years ago
- c70e193 and now there are 3! by Chris Lattner · 14 years ago
- 38448d3 Code modification hints have been known as fix-it hints for almost by Peter Collingbourne · 14 years ago
- 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 · 14 years ago
- 8749401 Improve the documentation for some of the analyzer attributes I added by John McCall · 14 years ago
- 4561ecd Create __has_feature(cxx_noexcept) and mark it as working. by Sebastian Redl · 14 years ago
- 8402155 Rename tok::eom to tok::eod. by Peter Collingbourne · 14 years ago
- fd405ef Update the www to indicate that auto is now implemented. by Richard Smith · 14 years ago
- 9855967 we now support __label__ by Chris Lattner · 14 years ago
- cc2ac1e fix two broken links and some out of date writing, PR9174 by Chris Lattner · 14 years ago
- 0750800 Add a __has_feature check for default template arguments in function by Douglas Gregor · 14 years ago
- afdf137 Add __has_feature() for each of the type traits by Douglas Gregor · 14 years ago
- 28dadd6 Document how to add an attribute to clang. This should be reviewed by someone by Jeffrey Yasskin · 14 years ago
- b7ee2e5 Revert r124217 because it didn't catch the actual error case it was trying to by Jeffrey Yasskin · 14 years ago
- 56209ff Add __has_feature(cxx_reference_qualified_functions); update tests and by Douglas Gregor · 14 years ago
- c60e13a Add an attribute to forbid temporary instances of a type. This allows class by Jeffrey Yasskin · 14 years ago
- 630b7ae Document the ns_returns_retained, ns_consumed, etc. attributes. by John McCall · 14 years ago
- 2594bf9 Eliminate the last reference to concepts, from Jean-Daniel Dupas by Douglas Gregor · 14 years ago
- 961003d Fix the __has_attribute example; we don't have an override attribute anymore. by Anders Carlsson · 14 years ago
- d462b6a fix some typos, patch by Jonathan Wakely! by Chris Lattner · 14 years ago
- 4e1c53d fix a broken example, PR9005, patch by Jonathan Wakely! by Chris Lattner · 14 years ago
- 40d5eb4 remove some crazy leftover thing. by Chris Lattner · 14 years ago
- 83d7781 Eradicate any mention of C++0x concepts. by Douglas Gregor · 14 years ago
- 4ea8dfa NEON vector support for ARM is in pretty good shape now. Update the docs. by Bob Wilson · 14 years ago
- d3b227d Fix documentation typo, from nobled. by Douglas Gregor · 14 years ago
- 3bc3c6d And more gzip goodness for clang. by Eric Christopher · 14 years ago
- 71b48d6 fix typo by Chris Lattner · 14 years ago
- 7ef5c27 move AdvanceToTokenCharacter and getLocForEndOfToken from by Chris Lattner · 14 years ago
- 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
- 4820908 Document Clang's support for attributes on individual enumerators and by John McCall · 14 years ago
- 02be29a expand discussion of __block C++ on-stack objects by Blaine Garst · 14 years ago
- b9d511c make it really clear that vla != flexible arrays by Chris Lattner · 14 years ago
- 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
- 5388155 reconcile missing typos & delete obsolete pre-SnowLeopard section w.r.t. prior repository for this document by Blaine Garst · 14 years ago
- 715c92a Document how source ranges work by Douglas Gregor · 14 years ago
- dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
- cae5095 Add a __has_attribute macro that works much like __has_feature and __has_builtin. by Anders Carlsson · 14 years ago
- 757e685 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 14 years ago
- 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago
- 7780981 Fix a typo in the Clang man page, from Alexander Best. by Douglas Gregor · 14 years ago
- c784dc1 Patch for adding message to unavailable attribute. by Fariborz Jahanian · 14 years ago
- dab60ad Implement the C++0x "trailing return type" feature, e.g., by Douglas Gregor · 14 years ago
- 51c7a78 Update Clang man page to say a little bit more about C++ by Douglas Gregor · 14 years ago
- dea6313 Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actually by Daniel Dunbar · 14 years ago
- bcaf7aa Update users manual comments on X86 and ARM support. by Daniel Dunbar · 14 years ago
- 3f16c95 Driver: Add a -stdlib= argument which can be used to select the C++ standard by Daniel Dunbar · 14 years ago
- 86d3ca5 Update 'docs/PCHInternals.html' about how subexpressions are stored. by Argyrios Kyrtzidis · 14 years ago
- eb661ed Document our extension to constant-fold __builtin_strlen and strlen by Douglas Gregor · 14 years ago
- 027ac44 Update the internals manual for the removal of Action, as well as other by John McCall · 14 years ago
- 400b607 Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 14 years ago
- d0b4e7c Reverting rev 112791 - apparently -fborland-extensions is on all the time?! by Dawn Perchik · 14 years ago
- 621a2f3 Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 14 years ago
- f6c0977 Implement __has_feature(cxx_inline_namespaces) by Sebastian Redl · 14 years ago
- 2fb11eb Document '__clang_analyzer__'. by Ted Kremenek · 14 years ago
- ee45e24 Clarify documentation of escaping for backslash by Douglas Gregor · 14 years ago