summaryrefslogtreecommitdiffstats
path: root/clang/docs
Commit message (Expand)AuthorAgeFilesLines
* Add description about the __is_identifier() macroYunzhong Gao2014-04-121-0/+20
* clang-format: Update flag documentation, and generation script.Daniel Jasper2014-04-092-11/+32
* clang-format: Support configurable list of foreach-macros.Daniel Jasper2014-04-011-0/+8
* ARM64: initial clang support commit.Tim Northover2014-03-291-1/+1
* Documentation: remove a spurious '1' and wrap to 80 columnsDmitri Gribenko2014-03-281-1/+4
* Document module.private.modulemap and module_private.map.Douglas Gregor2014-03-281-1/+58
* Move the -i[no-]system-prefix options from CC1Options.td to Options.td.Alexander Kornienko2014-03-261-5/+6
* Document removed flags in release notesAlexey Samsonov2014-03-212-1/+5
* [msan] -fsanitize-memory-track-origins=[level] flag and docs.Evgeniy Stepanov2014-03-202-20/+60
* Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov2014-03-201-12/+0
* Add a new spelling for module map files 'module.modulemap'Ben Langmuir2014-03-191-4/+7
* CMake: allow generation of a Qt Compressed Help file for Clang sourceDmitri Gribenko2014-03-132-0/+84
* Add loc() to the dynamic registry.Samuel Benzaquen2014-03-102-12/+31
* Add a note in the user manual that tsan is not supported on Mac.Nico Weber2014-03-071-1/+1
* "Mac OS/X" -> "Mac OS X" spelling fixes for clang.Nico Weber2014-03-072-4/+4
* ExternalClangExamples: add a link to ToyClangPluginDmitri Gribenko2014-03-071-0/+7
* [docs] s/cpp11-migrate/clang-modernize/Rui Ueyama2014-03-061-2/+2
* Expand documentation section on comment parsingDmitri Gribenko2014-03-061-1/+26
* Mention clang-cl in MSVCCompatibility.rstNico Weber2014-03-051-1/+4
* Fix MSVCCompatibility doc ReST and wording.Reid Kleckner2014-03-031-4/+4
* AttributeReference: Use UNIX line endingsDavid Majnemer2014-03-021-1026/+1026
* Adding some cross references to the sanitizer attribute documentation. Remove...Aaron Ballman2014-03-021-1020/+1026
* Add [extern_c] attribute for modules, allowing a C module to be imported with...Richard Smith2014-03-021-2/+4
* If a module A exports a macro M, and a module B imports that macro and #undef'sRichard Smith2014-03-011-0/+34
* Add Clang docs about MSVC compatibilityReid Kleckner2014-02-282-0/+122
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-282-9/+14
* AttributeReference: Document __single_inhertiance, __multiple_inheritance, __...David Majnemer2014-02-251-967/+1020
* Modules: Fix malformed reStructuredTextDavid Majnemer2014-02-251-1/+1
* AttributeReference: Fix a typoDavid Majnemer2014-02-251-1/+1
* Fix typosAlp Toker2014-02-251-1/+1
* Clarifying the wording for the noduplicate attribute.Aaron Ballman2014-02-241-9/+9
* Fix AST matcher documentation for overloaded matchers.Manuel Klimek2014-02-242-27/+98
* Fix docs generation for the AST matchers:Manuel Klimek2014-02-242-35/+82
* Fixing the indentation of the RST content in the release notes. Fixes two war...Aaron Ballman2014-02-231-5/+5
* Release Notes: document -f{,no-}integrate-asSaleem Abdulrasool2014-02-231-2/+10
* Adding manual headings to the new capability attributes' documentation.Aaron Ballman2014-02-221-34/+80
* Exposing the noduplicate attribute within Clang, which marks functions so tha...Aaron Ballman2014-02-221-0/+44
* Moving the documentation for the format attribute into AttrDocs.Aaron Ballman2014-02-212-60/+65
* Moving the documentation for the type safety checking attributes into AttrDoc...Aaron Ballman2014-02-212-152/+151
* Moving the documentation for the sanitizer negation attributes into AttrDocs.Aaron Ballman2014-02-212-31/+38
* Doing some temporary touch-up on the gnu namespace attribute documentation, f...Aaron Ballman2014-02-191-4/+1
* Until attribute documentation is implemented as a server-side feature, I will...Aaron Ballman2014-02-192-5/+622
* Refactored the way attribute category headers are handled so that it is possi...Aaron Ballman2014-02-191-58/+0
* Moving the documentation for the ARM interrupt attribute into AttrDocs.Aaron Ballman2014-02-191-42/+0
* Moving the documentation for the clang::fallthrough attribute into AttrDocs.Aaron Ballman2014-02-191-45/+0
* Some of these headings had the incorrect number of "underlines" and so would ...Aaron Ballman2014-02-191-3/+3
* Moving the documentation for the availability attribute into AttrDocs.Aaron Ballman2014-02-191-97/+0
* Updated tutorial code according to the changes in r197139.Alexander Kornienko2014-02-191-2/+6
* Moving the documentation for the objc_requires_super attribute into AttrDocs.Aaron Ballman2014-02-191-48/+1
* Moving the documentation for the objc_method_family attribute into AttrDocs.Aaron Ballman2014-02-191-25/+0
OpenPOWER on IntegriCloud