summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Remove derelict documentation.Ted Kremenek2011-06-011-267/+0
* A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis2011-05-251-0/+8
* Audit and finish the implementation of C++0x nullptr, fixing twoDouglas Gregor2011-05-211-2/+1
* Introduce the -fdiagnostics-format=xxx option to control how ClangDouglas Gregor2011-05-211-0/+23
* Introduce __has_extension macroPeter Collingbourne2011-05-131-101/+165
* Delete doxygen.cfg, and use cwd-relative paths in doxygen.cfg.in.Peter Collingbourne2011-05-133-1241/+11
* Implement CWG1170, which makes access-control errors into templateDouglas Gregor2011-05-111-0/+5
* Implement support for C++0x alias templates.Richard Smith2011-05-051-0/+6
* Documentation for -Oz; Updated synopsis and item.Chad Rosier2011-04-301-2/+2
* Add documentation for -Oz flag.Chad Rosier2011-04-301-1/+2
* Add __has_feature(cxx_range_for) check for C++11 range-based for loop.Richard Smith2011-04-151-0/+6
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-153-5/+5
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+15
* add a __sync_swap builtin to fill out the rest of the __sync builtins. Chris Lattner2011-04-091-0/+31
* typo fix + expandChris Lattner2011-04-081-2/+2
* Minor format fix.Evan Cheng2011-04-081-2/+2
* Document -ftrap-function= optionEvan Cheng2011-04-081-0/+12
* docs/UsersManual.html: Fix some inconsistent HTML elements.NAKAMURA Takumi2011-04-051-19/+24
* docs/UsersManual.html: """ize in a paragraph. A few unpaired quotations ...NAKAMURA Takumi2011-04-051-1/+8
* docs/UsersManual.html: Add cygming notes.NAKAMURA Takumi2011-04-041-1/+41
* we can now claim to fully support the override control feature in C++0x.Anders Carlsson2011-03-251-0/+6
* and now there are 3!Chris Lattner2011-03-211-1/+1
* Code modification hints have been known as fix-it hints for almostPeter Collingbourne2011-03-211-28/+26
* Remove '-Xclang' and '-mllvm' entries from Clang man page. The later is only...Ted Kremenek2011-03-181-8/+0
* Improve the documentation for some of the analyzer attributes I addedJohn McCall2011-03-181-13/+39
* Create __has_feature(cxx_noexcept) and mark it as working.Sebastian Redl2011-03-151-0/+6
* Rename tok::eom to tok::eod.Peter Collingbourne2011-02-281-1/+1
* Update the www to indicate that auto is now implemented.Richard Smith2011-02-231-2/+1
* we now support __label__Chris Lattner2011-02-181-4/+0
* fix two broken links and some out of date writing, PR9174Chris Lattner2011-02-141-12/+11
* Add a __has_feature check for default template arguments in functionDouglas Gregor2011-02-051-0/+5
* Add __has_feature() for each of the type traitsDouglas Gregor2011-02-031-1/+42
* Document how to add an attribute to clang. This should be reviewed by someoneJeffrey Yasskin2011-01-281-0/+76
* Revert r124217 because it didn't catch the actual error case it was trying toJeffrey Yasskin2011-01-271-28/+0
* Add __has_feature(cxx_reference_qualified_functions); update tests andDouglas Gregor2011-01-261-3/+7
* Add an attribute to forbid temporary instances of a type. This allows classJeffrey Yasskin2011-01-251-0/+28
* Document the ns_returns_retained, ns_consumed, etc. attributes.John McCall2011-01-251-0/+45
* Eliminate the last reference to concepts, from Jean-Daniel DupasDouglas Gregor2011-01-241-1/+0
* Fix the __has_attribute example; we don't have an override attribute anymore.Anders Carlsson2011-01-241-3/+3
* fix some typos, patch by Jonathan Wakely!Chris Lattner2011-01-241-8/+8
* fix a broken example, PR9005, patch by Jonathan Wakely!Chris Lattner2011-01-241-17/+14
* remove some crazy leftover thing.Chris Lattner2011-01-241-1/+1
* Eradicate any mention of C++0x concepts.Douglas Gregor2011-01-191-7/+1
* NEON vector support for ARM is in pretty good shape now. Update the docs.Bob Wilson2011-01-101-9/+2
* Fix documentation typo, from nobled.Douglas Gregor2010-12-141-1/+1
* And more gzip goodness for clang.Eric Christopher2010-12-101-2/+2
* fix typoChris Lattner2010-11-281-1/+1
* move AdvanceToTokenCharacter and getLocForEndOfToken fromChris Lattner2010-11-171-1/+1
* make the example a bit better, encouraging people to use "suggestions of what...Chris Lattner2010-11-091-2/+2
* Document Clang's support for attributes on individual enumerators andJohn McCall2010-11-081-4/+45