aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-04-23Review feedback.Diego Novillo
2014-04-23Review feedback.Diego Novillo
2014-04-23Review feedbackDiego Novillo
2014-04-23Add documentation for sample profiling support.Diego Novillo
2014-04-23Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson
2014-04-18Fix sphinx-build warnings in clang docs.Reid Kleckner
2014-04-18Add support for building Sphinx documentation when being inside LLVM source t...Reid Kleckner
2014-04-17Rename lib/Headers/module.map to module.modulemapBen Langmuir
2014-04-12Add description about the __is_identifier() macroYunzhong Gao
2014-04-09clang-format: Update flag documentation, and generation script.Daniel Jasper
2014-04-01clang-format: Support configurable list of foreach-macros.Daniel Jasper
2014-03-29ARM64: initial clang support commit.Tim Northover
2014-03-28Documentation: remove a spurious '1' and wrap to 80 columnsDmitri Gribenko
2014-03-28Document module.private.modulemap and module_private.map.Douglas Gregor
2014-03-26Move the -i[no-]system-prefix options from CC1Options.td to Options.td.Alexander Kornienko
2014-03-21Document removed flags in release notesAlexey Samsonov
2014-03-20[msan] -fsanitize-memory-track-origins=[level] flag and docs.Evgeniy Stepanov
2014-03-20Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov
2014-03-19Add a new spelling for module map files 'module.modulemap'Ben Langmuir
2014-03-13CMake: allow generation of a Qt Compressed Help file for Clang sourceDmitri Gribenko
2014-03-10Add loc() to the dynamic registry.Samuel Benzaquen
2014-03-07Add a note in the user manual that tsan is not supported on Mac.Nico Weber
2014-03-07"Mac OS/X" -> "Mac OS X" spelling fixes for clang.Nico Weber
2014-03-07ExternalClangExamples: add a link to ToyClangPluginDmitri Gribenko
2014-03-06[docs] s/cpp11-migrate/clang-modernize/Rui Ueyama
2014-03-06Expand documentation section on comment parsingDmitri Gribenko
2014-03-05Mention clang-cl in MSVCCompatibility.rstNico Weber
2014-03-03Fix MSVCCompatibility doc ReST and wording.Reid Kleckner
2014-03-02AttributeReference: Use UNIX line endingsDavid Majnemer
2014-03-02Adding some cross references to the sanitizer attribute documentation. Remove...Aaron Ballman
2014-03-02Add [extern_c] attribute for modules, allowing a C module to be imported with...Richard Smith
2014-03-01If a module A exports a macro M, and a module B imports that macro and #undef'sRichard Smith
2014-02-28Add Clang docs about MSVC compatibilityReid Kleckner
2014-02-28Add 'remark' diagnostic type in 'clang'Tobias Grosser
2014-02-25AttributeReference: Document __single_inhertiance, __multiple_inheritance, __...David Majnemer
2014-02-25Modules: Fix malformed reStructuredTextDavid Majnemer
2014-02-25AttributeReference: Fix a typoDavid Majnemer
2014-02-25Fix typosAlp Toker
2014-02-24Clarifying the wording for the noduplicate attribute.Aaron Ballman
2014-02-24Fix AST matcher documentation for overloaded matchers.Manuel Klimek
2014-02-24Fix docs generation for the AST matchers:Manuel Klimek
2014-02-23Fixing the indentation of the RST content in the release notes. Fixes two war...Aaron Ballman
2014-02-23Release Notes: document -f{,no-}integrate-asSaleem Abdulrasool
2014-02-22Adding manual headings to the new capability attributes' documentation.Aaron Ballman
2014-02-22Exposing the noduplicate attribute within Clang, which marks functions so tha...Aaron Ballman
2014-02-21Moving the documentation for the format attribute into AttrDocs.Aaron Ballman
2014-02-21Moving the documentation for the type safety checking attributes into AttrDoc...Aaron Ballman
2014-02-21Moving the documentation for the sanitizer negation attributes into AttrDocs.Aaron Ballman
2014-02-19Doing some temporary touch-up on the gnu namespace attribute documentation, f...Aaron Ballman
2014-02-19Until attribute documentation is implemented as a server-side feature, I will...Aaron Ballman