summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Clang 3.4 release notes: Fix description of enum increment/decrement change inRichard Smith2014-01-06
* Small reformatting changes.Bill Wendling2013-12-24
* Remove help notes from the ReleaseNotes.Bill Wendling2013-12-20
* Update of the release notes to provide examples of the new checks/warningsSylvestre Ledru2013-12-19
* Fix link.Bill Wendling2013-12-17
* Add blurb about leak sanitizer.Bill Wendling2013-12-16
* fix a weird phraseGabor Greif2013-12-16
* Rewrite the static analyzer changes description for the 3.4 release.Sylvestre Ledru2013-12-16
* Improve the 3.4 release notes about the static analyzer new featuresSylvestre Ledru2013-12-13
* Merging r197120:Bill Wendling2013-12-12
* Fix another formatting bug.Richard Smith2013-12-12
* Fix RST syntax errors.Richard Smith2013-12-12
* Add information about C++1y support to Clang 3.4 release notes.Richard Smith2013-12-12
* Add release notes for clang-format.Daniel Jasper2013-12-11
* Merging r197022:Sergey Matveev2013-12-11
* Merging r196957:Sergey Matveev2013-12-10
* Release notes: expand clang-cl blurb a littleHans Wennborg2013-12-09
* Add blurb to release notes about typo correction improvements.Kaelyn Uhrain2013-12-04
* Merging r196215:Bill Wendling2013-12-03
* Add info about Clang diagnostic improvements.Richard Trieu2013-12-03
* Mention clang-cl in the release notesHans Wennborg2013-12-02
* Merging r195983:Sergey Matveev2013-11-30
* Merging r195760:Bill Wendling2013-11-27
* Update to the 3.4 release numbers.Bill Wendling2013-11-20
* Remove clang man page reference to --analyze, and point people to the analyze...Ted Kremenek2013-11-18
* Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen2013-11-18
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-18
* Revert "Using an invalid -O falls back on -O3 instead of an error"Alp Toker2013-11-15
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-15
* Improve the documentation (bis) with Arthur and Chandler's commentsSylvestre Ledru2013-11-11
* Improve the documentation of the optimization flagsSylvestre Ledru2013-11-11
* Describe OpenCL C changesErik Schnetter2013-11-11
* Fix grammar-o.Bill Wendling2013-11-08
* Add the fact that Clang too is planning to start using C++11 (in someChandler Carruth2013-11-07
* Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith2013-11-06
* ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clangBernard Ogden2013-10-29
* Allow a new syntax in a module requires-declaration:Richard Smith2013-10-28
* Add trunk revision number on the online HTML docs.Bill Wendling2013-10-27
* Document that -fsanitize=function is Linux-only.Peter Collingbourne2013-10-26
* Undoing accidental change to docs/LanguageExtensions.rst in my previous Warren Hunt2013-10-24
* Implements 64 bit microsoft record layout and adds lit tests to cover Warren Hunt2013-10-23
* More wordsmithing on objc_requires_super documentation.Ted Kremenek2013-10-23
* Wordsmith text of objc_requires_super.Ted Kremenek2013-10-23
* Fix typo.Ted Kremenek2013-10-23
* Provide documentation on attribute((objc_requires_super)).Ted Kremenek2013-10-23
* Change title of section to reflect the concept, and not the mechanism.Ted Kremenek2013-10-23
* Updated and added to the Consumed documentation.Chris Wailes2013-10-21
* Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...Silviu Baranga2013-10-21
* Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne2013-10-20
* clang-cl: Add support for asm listings (/FA and /Fa)Hans Wennborg2013-10-17