aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests
AgeCommit message (Expand)AuthorFilesLines
2021-02-23[clang][CodeComplete] Fix crash on ParenListExprsKadir Cetinkaya1-0/+1
2021-02-15[ASTMatchers] Fix matching after generic top-level matcherStephen Kelly1-0/+72
2021-02-15Fix traversal with hasDescendant into lambdasStephen Kelly1-0/+15
2021-02-15[ASTMatchers] Fix traversal below range-for elementsStephen Kelly1-0/+64
2021-02-15Ensure that we traverse non-op() method bodys of lambdasStephen Kelly1-0/+36
2021-02-15[ASTMatchers] Avoid pathological traversal over nested lambdasStephen Kelly1-0/+72
2021-01-29[clang-format] Avoid considering include directive as a template closer.Marek Kurdej1-0/+15
2021-01-26Frontend: Fix memory leak in CompilerInstance::setVerboseOutputStreamDuncan P. N. Exon Smith1-0/+8
2021-01-26Revert "[clang-format] add case aware include sorting"Marek Kurdej2-45/+0
2021-01-26[clang][cli] Store LangStandard::Kind in LangOptionsJan Svoboda1-0/+45
2021-01-25[clang-format] PR16518 Add flag to suppress empty line insertion before acces...Albertas Vyšniauskas1-0/+302
2021-01-25[clang-format] add case aware include sortingLukas Barth2-0/+45
2021-01-25[clang-format] Add the possibility to align assignments spanning empty lines ...Lukas Barth1-35/+849
2021-01-25Revert "[clang-format] Add the possibility to align assignments spanning empt...Marek Kurdej1-849/+35
2021-01-25[clang-format] Add the possibility to align assignments spanning empty lines ...Marek Kurdej1-35/+849
2021-01-22[clang][ASTImporter] Add support for importing CXXFoldExpr.Balázs Kéri1-0/+32
2021-01-20Make it possible to store a ASTNodeKind in VariantValueStephen Kelly1-0/+19
2021-01-19Add API to retrieve a clade kind from ASTNodeKindStephen Kelly1-0/+12
2021-01-19[ASTMatchers] Allow use of mapAnyOf in more contextsStephen Kelly1-0/+11
2021-01-19[clang-format] Apply Allman style to lambdasBjörn Schäpers1-0/+52
2021-01-18[clang-format] Add StatementAttributeLikeMacros optionBjörn Schäpers1-0/+35
2021-01-17[clang-format] PR48594 BraceWrapping: SplitEmptyRecord ignored for templatesmydeveloperday2-16/+84
2021-01-17[clang-format] Revert e9e6e3b34a8emydeveloperday1-124/+0
2021-01-16[ASTMatchers] Add support for CXXRewrittenBinaryOperatorStephen Kelly3-0/+640
2021-01-16[ASTMatchers] Add binaryOperation matcherStephen Kelly1-0/+45
2021-01-16[ASTMatchers] Make cxxOperatorCallExpr matchers API-compatible with n-ary ope...Stephen Kelly2-0/+365
2021-01-16[ASTMatchers] Add mapAnyOf matcherStephen Kelly1-0/+53
2021-01-12Adapt CastExpr::getSubExprAsWritten to ConstantExprStephan Bergmann1-0/+20
2021-01-11Reapply "[clang][cli] Port DiagnosticOpts to new option parsing system"Jan Svoboda1-0/+15
2021-01-11[clang-format] Find main include after block ended with #pragma hdrstopRafał Jelonek1-0/+39
2021-01-11[clang-format] turn on formatting after "clang-format on" while sorting includesRafał Jelonek1-0/+37
2021-01-11[clang-format] Skip UTF8 Byte Order Mark while sorting includesRafał Jelonek1-0/+36
2021-01-08Revert "[clang][cli] Port DiagnosticOpts to new option parsing system"Jan Svoboda1-15/+0
2021-01-08[clang][cli] Port DiagnosticOpts to new option parsing systemJan Svoboda1-0/+15
2021-01-07Silence warning: comparison of integers of different signs: 'const unsigned i...Alexandre Ganea1-1/+1
2021-01-07[clang][cli] Report the actual argument parsing resultJan Svoboda1-99/+40
2021-01-07[clang][cli] Port a CommaJoined option to the marshalling infrastructureJan Svoboda1-0/+47
2021-01-07[clang][ASTImporter] Fix a possible assertion failure `NeedsInjectedClassName...Balázs Kéri1-0/+35
2021-01-07Reapply "[clang][cli] Allow users to specify a conditional to prevent parsing...Jan Svoboda1-0/+62
2021-01-07Revert "[clang][cli] Allow users to specify a conditional to prevent parsing ...Jan Svoboda1-62/+0
2021-01-07[clang][cli] Implement ContainsN Google Test matcherJan Svoboda1-5/+65
2021-01-07[clang][cli] Allow users to specify a conditional to prevent parsing options ...Jan Svoboda1-0/+62
2021-01-06Reapply multiple "[clang][cli]" patchesJan Svoboda1-2/+82
2021-01-05[ASTMatchers] Fix child traversal over range-for loopsStephen Kelly1-2/+45
2021-01-05[clang][cli] Specify correct integer width for -fbuild-session-timestampJan Svoboda1-0/+12
2021-01-05[libTooling] Add support for smart pointers to relevant Transformer `Stencil`s.Yitzhak Mandelbaum1-7/+74
2021-01-05[ASTMatchers] Omit methods from explicit template instantationsStephen Kelly1-1/+17
2021-01-05[ASTMatchers] Fix traversal matchers with explicit and defaulted methodsStephen Kelly1-0/+46
2021-01-05[ASTMatchers] Ensure that we can match inside lambdasStephen Kelly1-0/+27
2021-01-04Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped ...Thorsten Schütt1-2/+1