summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* [clang] Add AST matcher for initializer list membersHyrum Wright2019-01-071-1/+10
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-041-14/+73
* Fix some typos in the clang doc.Sylvestre Ledru2019-01-014-6/+6
* clang-format-diff: add an example with hgSylvestre Ledru2019-01-011-0/+6
* Add support for namespaces on #pragma clang attributeErik Pilkington2018-12-201-0/+30
* Portable Python script across Python versionSerge Guelton2018-12-192-3/+5
* Portable Python script across Python versionSerge Guelton2018-12-181-1/+1
* Portable Python script across Python versionSerge Guelton2018-12-182-8/+9
* Portable Python script across Python versionSerge Guelton2018-12-181-2/+2
* [ASTImporter] Fix redecl chain of classes and class templatesGabor Marton2018-12-171-0/+10
* [analyzer] Fix some expressions staying live too long. Add a debug checker.Artem Dergachev2018-12-161-1/+4
* Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder2018-12-141-1/+11
* [clang] Add AST matcher for block expressions 🔍Stephane Moore2018-12-131-0/+8
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-121-0/+22
* Stop stripping comments from AST matcher example code.Aaron Ballman2018-12-112-72/+71
* [ASan] Minor documentation fix: clarify static linking limitation.Max Moroz2018-12-111-1/+1
* Fix title underlines being too short after r348429Pete Cooper2018-12-061-1/+1
* Update ARC docs as objc_storeStrong returns void not idPete Cooper2018-12-051-1/+1
* Mention changes to libc++ include dir lookup in release notes.Ilya Biryukov2018-12-051-0/+7
* [asan] Add clang flag -fsanitize-address-use-odr-indicatorVitaly Buka2018-12-052-0/+6
* Remove reference to recently removed PTH Documentation.Erich Keane2018-12-041-1/+0
* PTH-- Remove feature entirely-Erich Keane2018-12-043-169/+4
* Portable Python script across versionSerge Guelton2018-12-031-6/+6
* [docs] UBSan and ASan are supported on WindowsReid Kleckner2018-11-272-1/+11
* Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."Clement Courbet2018-11-221-18/+0
* [ASTMatchers] Add hasSideEffect() matcher.Clement Courbet2018-11-221-0/+18
* [ASTMatchers] Re-generate ast matchers doc after rL346455.Clement Courbet2018-11-221-0/+11
* [clang][Parse] Diagnose useless null statements / empty init-statementsRoman Lebedev2018-11-201-0/+57
* Update the documentation for attribute feature tests.Aaron Ballman2018-11-201-18/+23
* [clang][CodeGen] Implicit Conversion Sanitizer: discover the world of Compoun...Roman Lebedev2018-11-191-0/+3
* [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet2018-11-172-0/+55
* UserManual: Tweak the /Zc:dllexportInlines- docs someHans Wennborg2018-11-131-7/+8
* Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...Calixte Denizet2018-11-122-55/+0
* [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet2018-11-122-0/+55
* Release notes: Mention clang-cl's /Zc:dllexportInlines- flagHans Wennborg2018-11-121-0/+5
* clang-cl: Add documentation for /Zc:dllexportInlines-Hans Wennborg2018-11-121-0/+76
* [ASTMatchers] overload ignoringParens for ExprJonas Toth2018-11-091-0/+11
* clang-cl: Add "/clang:" pass-through arg support.Hans Wennborg2018-11-081-0/+12
* Update our URLs in clang doc to use httpsSylvestre Ledru2018-11-0430-756/+755
* Change -fsanitize-address-poison-class-member-array-new-cookie to -fsanitize-...Filipe Cabecinhas2018-11-022-6/+8
* [clang] try-fix broken documentation builderJonas Toth2018-10-311-0/+1
* [clang][ubsan] Implicit Conversion Sanitizer - integer sign change - clang partRoman Lebedev2018-10-302-8/+44
* Revert "Revert "Support for groups of attributes in #pragma clang attribute""Erik Pilkington2018-10-292-9/+11
* Add the isStaticLocal() AST matcher for matching on local static variables.Aaron Ballman2018-10-291-0/+12
* Revert "Support for groups of attributes in #pragma clang attribute"Erik Pilkington2018-10-292-11/+9
* Support for groups of attributes in #pragma clang attributeErik Pilkington2018-10-292-9/+11
* PR26547: alignof should return ABI alignment, not preferred alignmentRichard Smith2018-10-261-0/+20
* Update the example of BS_Stroustrup to match what is done by clang-formatSylvestre Ledru2018-10-261-9/+6
* Hopefully fix the documentation generation issueSylvestre Ledru2018-10-221-2/+4
* Generate ClangFormatStyleOptions.rst from Format.h (using docs/tools/dump_for...Sylvestre Ledru2018-10-221-14/+42