aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests
AgeCommit message (Expand)Author
2020-12-09Revert "[clang][cli] CompilerInvocationTest: add tests for boolean options"Jan Svoboda
2020-12-09[clang][cli] CompilerInvocationTest: add tests for boolean optionsJan Svoboda
2020-12-09[clang][cli] CompilerInvocationTest: join and add test casesJan Svoboda
2020-12-09[clang][cli] CompilerInvocationTest: check arg parsing does not produce diagn...Jan Svoboda
2020-12-09[clang][cli] CompilerInvocationTest: remove unnecessary command line argumentsJan Svoboda
2020-12-09[clang][cli] CompilerInvocationTest: split enum test into twoJan Svoboda
2020-12-09[clang][cli] CompilerInvocationTest: rename member variable in fixtureJan Svoboda
2020-12-09[clang][cli] CompilerInvocationTest: join two test fixtures into oneJan Svoboda
2020-12-08Basic: Add hashing support for FileEntryRef and DirectoryEntryRefDuncan P. N. Exon Smith
2020-12-07[libTooling] Add `describe` combinator for formatting AST nodes for diagnostics.Yitzhak Mandelbaum
2020-12-07Add ability to load a FixedCompilationDatabase from a buffer.Sam McCall
2020-12-05[clang-format] Add option for case sensitive regexes for sorted includesmydeveloperday
2020-12-05[clang-format] [NFC] keep clang-format tests clang-format cleanmydeveloperday
2020-12-04[Tooling] JSONCompilationDatabase::loadFromBuffer retains the buffer, copy it.Sam McCall
2020-12-04[clang-format] Improve clang-formats handling of conceptsmydeveloperday
2020-12-03[Clang][Sema] Attempt to fix CTAD faulty copy of non-local typedefsGabor Marton
2020-12-03[clang-format] De-duplicate includes with leading or trailing whitespace.Marek Kurdej
2020-12-01s/instantate/instantiate/ throughout. NFCI.Arthur O'Dwyer
2020-12-01[clang-format] Add new option PenaltyIndentedWhitespaceMark Nauwelaerts
2020-12-01[clang][cli] Port Frontend option flags to new option parsing systemJan Svoboda
2020-12-01[clang][cli] Split DefaultAnyOf into a default value and ImpliedByAnyOfJan Svoboda
2020-11-30Remove dead code added in ac49500cd0484e1b2dcf37fa4c0dade6f113c2c9, NFCDuncan P. N. Exon Smith
2020-11-30FileManager: Add FileEntryRef::getDir, returning DirectoryEntryRefDuncan P. N. Exon Smith
2020-11-30[libTooling] Remove deprecated Clang Transformer declarationsYitzhak Mandelbaum
2020-11-30[ASTImporter] Support import of CXXDeductionGuideDeclGabor Marton
2020-11-27[ASTImporter] Import the default argument of NonTypeTemplateParmDeclRaphael Isemann
2020-11-26[ASTImporter] Import the default argument of TemplateTypeParmDeclRaphael Isemann
2020-11-26[ASTImporter] Import the default argument of TemplateTemplateParmDeclRaphael Isemann
2020-11-24[ASTImporter] Make the Import() return value consistent with the map of impor...Raphael Isemann
2020-11-23Update mode used in traverse() examplesStephen Kelly
2020-11-23Remove automatic traversal from forEach matcherStephen Kelly
2020-11-20Don’t break before nested block param when prior param is not a blockSamuel Giddins
2020-11-20[libTooling] Update Transformer's `node` combinator to include the trailing s...Yitzhak Mandelbaum
2020-11-18Remove unportable testStephen Kelly
2020-11-17[Transformer] Split ForStmt test into twoStephen Kelly
2020-11-17Comment out new test while I figure out what is wrong with itStephen Kelly
2020-11-17[AST] Update matchers to be traverse-awareStephen Kelly
2020-11-17[AST] Ignore implicit nodes in IgnoreUnlessSpelledInSource modeStephen Kelly
2020-11-16Reland "Move the test compiler setup in a common place. NFCI"Vassil Vassilev
2020-11-16Revert "Move the test compiler setup in a common place. NFCI"Vitaly Buka
2020-11-14Add forgotten in 888d06d file.Vassil Vassilev
2020-11-14Move the test compiler setup in a common place. NFCIVassil Vassilev
2020-11-11[clang-format] do not break before @tags in JS commentsKrasimir Georgiev
2020-11-10clang-format: [JS] support new assignment operators.Martin Probst
2020-11-09Port some floating point options to new option marshalling infrastructureJan Svoboda
2020-11-09[clang] Simplify buildSyntaxTree APIKirill Bobyrev
2020-11-09Fix use of directly-nested traverse() matchersStephen Kelly
2020-11-09Fix trailing whitespaceStephen Kelly
2020-11-09[clang-format] avoid introducing multiline commentsKrasimir Georgiev
2020-11-07Fix dumping of explicit template specializationsStephen Kelly