aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2016-10-06Update aosp/master Clang for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master clang for rebase to r256229Pirama Arumuga Nainar
2015-07-01Update aosp/master clang for rebase to r239765Pirama Arumuga Nainar
2015-05-06Update aosp/master clang for rebase to r235153Pirama Arumuga Nainar
2015-04-08Update aosp/master clang for rebase to r233350Pirama Arumuga Nainar
2015-03-31Update aosp/master clang for rebase to r230699.Stephen Hines
2014-12-01Update aosp/master Clang for rebase to r222490.Stephen Hines
2014-07-21Update Clang for rebase to r212749.Stephen Hines
2014-05-29Update Clang for 3.5 rebase (r209713).Stephen Hines
2014-04-23Updated to Clang 3.5a.Stephen Hines
2014-01-06Clang 3.4 release notes: Fix description of enum increment/decrement change inRichard Smith
2013-12-24Small reformatting changes.Bill Wendling
2013-12-20Remove help notes from the ReleaseNotes.Bill Wendling
2013-12-19Update of the release notes to provide examples of the new checks/warningsSylvestre Ledru
2013-12-17Fix link.Bill Wendling
2013-12-16Add blurb about leak sanitizer.Bill Wendling
2013-12-16fix a weird phraseGabor Greif
2013-12-16Rewrite the static analyzer changes description for the 3.4 release.Sylvestre Ledru
2013-12-13Improve the 3.4 release notes about the static analyzer new featuresSylvestre Ledru
2013-12-12Merging r197120:Bill Wendling
2013-12-12Fix another formatting bug.Richard Smith
2013-12-12Fix RST syntax errors.Richard Smith
2013-12-12Add information about C++1y support to Clang 3.4 release notes.Richard Smith
2013-12-11Add release notes for clang-format.Daniel Jasper
2013-12-11Merging r197022:Sergey Matveev
2013-12-10Merging r196957:Sergey Matveev
2013-12-09Release notes: expand clang-cl blurb a littleHans Wennborg
2013-12-04Add blurb to release notes about typo correction improvements.Kaelyn Uhrain
2013-12-03Merging r196215:Bill Wendling
2013-12-03Add info about Clang diagnostic improvements.Richard Trieu
2013-12-02Mention clang-cl in the release notesHans Wennborg
2013-11-30Merging r195983:Sergey Matveev
2013-11-27Merging r195760:Bill Wendling
2013-11-20Update to the 3.4 release numbers.Bill Wendling
2013-11-18Remove clang man page reference to --analyze, and point people to the analyze...Ted Kremenek
2013-11-18Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen
2013-11-18Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru
2013-11-15Revert "Using an invalid -O falls back on -O3 instead of an error"Alp Toker
2013-11-15Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru
2013-11-11Improve the documentation (bis) with Arthur and Chandler's commentsSylvestre Ledru
2013-11-11Improve the documentation of the optimization flagsSylvestre Ledru
2013-11-11Describe OpenCL C changesErik Schnetter
2013-11-08Fix grammar-o.Bill Wendling
2013-11-07Add the fact that Clang too is planning to start using C++11 (in someChandler Carruth
2013-11-06Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith
2013-10-29ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clangBernard Ogden
2013-10-28Allow a new syntax in a module requires-declaration:Richard Smith
2013-10-27Add trunk revision number on the online HTML docs.Bill Wendling
2013-10-26Document that -fsanitize=function is Linux-only.Peter Collingbourne
2013-10-24Undoing accidental change to docs/LanguageExtensions.rst in my previous Warren Hunt