aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Clang 3.4 release notes: Fix description of enum increment/decrement change inRichard Smith1-3/+3
2013-12-24Small reformatting changes.Bill Wendling1-15/+14
2013-12-20Remove help notes from the ReleaseNotes.Bill Wendling1-29/+0
2013-12-19Update of the release notes to provide examples of the new checks/warningsSylvestre Ledru1-0/+59
2013-12-17Fix link.Bill Wendling1-1/+1
2013-12-16Add blurb about leak sanitizer.Bill Wendling1-3/+6
2013-12-16fix a weird phraseGabor Greif1-2/+2
2013-12-16Rewrite the static analyzer changes description for the 3.4 release.Sylvestre Ledru1-42/+2
2013-12-13Improve the 3.4 release notes about the static analyzer new featuresSylvestre Ledru1-2/+41
2013-12-12Merging r197120:Bill Wendling1-11/+12
2013-12-12Fix another formatting bug.Richard Smith1-1/+1
2013-12-12Fix RST syntax errors.Richard Smith1-3/+4
2013-12-12Add information about C++1y support to Clang 3.4 release notes.Richard Smith1-4/+24
2013-12-11Add release notes for clang-format.Daniel Jasper1-0/+13
2013-12-11Merging r197022:Sergey Matveev1-0/+7
2013-12-10Merging r196957:Sergey Matveev2-11/+12
2013-12-09Release notes: expand clang-cl blurb a littleHans Wennborg1-3/+5
2013-12-04Add blurb to release notes about typo correction improvements.Kaelyn Uhrain1-0/+17
2013-12-03Merging r196215:llvmorg-3.4.0-rc2Bill Wendling1-2/+2
2013-12-03Add info about Clang diagnostic improvements.Richard Trieu1-1/+13
2013-12-02Mention clang-cl in the release notesHans Wennborg1-0/+9
2013-11-30Merging r195983:Sergey Matveev1-3/+2
2013-11-27Merging r195760:Bill Wendling1-1/+1
2013-11-20Update to the 3.4 release numbers.Bill Wendling2-9/+1
2013-11-18Remove clang man page reference to --analyze, and point people to the analyze...Ted Kremenek1-5/+2
2013-11-18Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen2-30/+249
2013-11-18Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru1-1/+2
2013-11-15Revert "Using an invalid -O falls back on -O3 instead of an error"Alp Toker1-2/+1
2013-11-15Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru1-1/+2
2013-11-11Improve the documentation (bis) with Arthur and Chandler's commentsSylvestre Ledru1-6/+2
2013-11-11Improve the documentation of the optimization flagsSylvestre Ledru1-15/+51
2013-11-11Describe OpenCL C changesErik Schnetter1-0/+7
2013-11-08Fix grammar-o.Bill Wendling1-2/+2
2013-11-07Add the fact that Clang too is planning to start using C++11 (in someChandler Carruth1-0/+16
2013-11-06Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith1-1/+6
2013-10-29ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clangBernard Ogden1-0/+9
2013-10-28Allow a new syntax in a module requires-declaration:Richard Smith1-2/+5
2013-10-27Add trunk revision number on the online HTML docs.Bill Wendling2-1/+3
2013-10-26Document that -fsanitize=function is Linux-only.Peter Collingbourne1-1/+1
2013-10-24Undoing accidental change to docs/LanguageExtensions.rst in my previous Warren Hunt1-7/+11
2013-10-23Implements 64 bit microsoft record layout and adds lit tests to cover Warren Hunt1-11/+7
2013-10-23More wordsmithing on objc_requires_super documentation.Ted Kremenek1-7/+11
2013-10-23Wordsmith text of objc_requires_super.Ted Kremenek1-9/+9
2013-10-23Fix typo.Ted Kremenek1-1/+1
2013-10-23Provide documentation on attribute((objc_requires_super)).Ted Kremenek1-0/+39
2013-10-23Change title of section to reflect the concept, and not the mechanism.Ted Kremenek1-2/+3
2013-10-21Updated and added to the Consumed documentation.Chris Wailes1-11/+41
2013-10-21Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...Silviu Baranga1-0/+11
2013-10-20Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne1-0/+2
2013-10-17clang-cl: Add support for asm listings (/FA and /Fa)Hans Wennborg1-0/+2