summaryrefslogtreecommitdiffstats
path: root/clang/unittests
Commit message (Expand)AuthorAgeFilesLines
* [Syntax] Merge overlapping top-level macros in TokenBufferSam McCall2020-06-101-4/+21
* [clang-format] [PR45357] Fix issue found with operator spacingmydeveloperday2020-05-071-1/+52
* clang-format: Fix pointer alignment for overloaded operators (PR45107)Hans Wennborg2020-05-071-0/+7
* clang-format: fix spacing in `operator const char*()`Krasimir Georgiev2020-03-021-0/+9
* [ASTMatchers] HasNameMatcher handles `extern "C"`Nathan James2020-02-271-0/+15
* [clang-format] Expand the SpacesAroundConditions option to include catch stat...mydeveloperday2020-01-211-0/+1
* Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...Dmitri Gribenko2020-01-141-1/+1
* [Syntax] Unset IsOriginal flag on nodes removed from the treeIlya Biryukov2020-01-141-0/+3
* [Syntax] Mark synthesized nodes as modifiableIlya Biryukov2020-01-141-0/+18
* [clang] Remove raw string literals in macrosOliver Stannard2020-01-132-86/+96
* Revert "[ASTMatchers] extract public matchers from const-analysis into own pa...Jonas Toth2020-01-111-166/+0
* [ASTMatchers] extract public matchers from const-analysis into own patchJonas Toth2020-01-111-0/+166
* Implement new AST matcher hasAnyCapture to match on LambdaExpr captures.Reid2020-01-101-0/+20
* [ASTMatchers] Make test more clear about what it is verifyingStephen Kelly2020-01-101-2/+5
* [clang] Fix out-of-bounds memory access in ComputeLineNumbersJan Korous2020-01-101-0/+24
* [NFC] format unittest for ExprMutAnalyzerJonas Toth2020-01-101-29/+24
* Add a new AST matcher 'optionally'.Rihan Yang2020-01-081-0/+21
* [clang-format] fix conflict between FormatStyle::BWACS_MultiLine and BeforeCa...Mitchell Balan2020-01-061-1/+36
* Clang-format previous commitStephen Kelly2020-01-051-3/+1
* Add missing testStephen Kelly2020-01-051-0/+12
* Allow using traverse() with bindingsStephen Kelly2020-01-051-0/+22
* [ParserTest] Move raw string literal out of macroDavid Green2020-01-051-3/+3
* [clang-format/java] format multiple qualified annotations on one declaration ...Nico Weber2020-01-031-0/+8
* [Syntax] Build spanning SimpleDecalration for classes, structs, etcIlya Biryukov2020-01-031-18/+63
* Handle init statements in readability-else-after-returnNathan James2020-01-021-0/+29
* Implement additional traverse() overloadsStephen Kelly2019-12-311-0/+86
* Match code following lambdas when ignoring invisible nodesStephen Kelly2019-12-311-0/+6
* Fix crash in getFullyQualifiedName for inline namespaceAlexey Bader2019-12-281-0/+11
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-271-23/+142
* Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov2019-12-261-142/+23
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-23/+142
* Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly2019-12-261-142/+23
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-23/+142
* [CFG] Fix an assertion failure with static initializersGabor Horvath2019-12-232-13/+38
* Customize simplified dumping and matching of LambdaExprStephen Kelly2019-12-212-0/+147
* Revert "Customize simplified dumping and matching of LambdaExpr"Stephen Kelly2019-12-202-147/+0
* Customize simplified dumping and matching of LambdaExprStephen Kelly2019-12-202-0/+147
* [clang-format] C# formatting a class with inheritance followed by an attribut...mydeveloperday2019-12-201-0/+21
* [clang][Tooling] Prefer -x over -std when interpolatingKadir Cetinkaya2019-12-201-0/+4
* Add method to ignore invisible AST nodesStephen Kelly2019-12-183-0/+379
* Trim trailing whitespaceStephen Kelly2019-12-181-2/+2
* Output names in the AST in testsStephen Kelly2019-12-181-3/+13
* [Syntax] Use a hash table to search for tokens by their locationIlya Biryukov2019-12-181-0/+40
* [Syntax] Uppercase the first letter of the test name. NFCIlya Biryukov2019-12-181-1/+1
* [Syntax] Allow to mutate syntax treesIlya Biryukov2019-12-182-5/+121
* recommit: [ASTImporter] Friend class decl should not be visible in its contextGabor Marton2019-12-181-6/+44
* Revert "[ASTImporter] Friend class decl should not be visible in its context"Nico Weber2019-12-171-44/+6
* [ASTImporter] Friend class decl should not be visible in its contextGabor Marton2019-12-171-6/+44
* [NFC] Fix typos in Clangd and ClangKirill Bobyrev2019-12-161-5/+5
* [ASTImporter] Support functions with placeholder return types ...Gabor Marton2019-12-124-0/+195
OpenPOWER on IntegriCloud