aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests
AgeCommit message (Expand)AuthorFilesLines
2024-06-06[clang][Interp] Member Pointers (#91303)Timm Baeder1-0/+46
2024-06-05[clang-format] Don't format comments in SkipMacroDefinitionBody (#94425)Owen Pan1-1/+10
2024-06-05Revert "Pass LangOpts from CompilerInstance to DependencyScanningWorker (#937...Nishith Kumar M Shah2-71/+14
2024-06-05[ASTMatchers] forCallable should not erase binding on success (#89657)Marco Borgeaud1-0/+130
2024-06-04[clang][dataflow] Propagate storage location of compound assignment operators...martinboehme1-0/+20
2024-06-04[clang][ASTImport] fix issue on anonymous enum import (#93923)Qizhi Hu1-0/+40
2024-06-04[clang][nullability] Propagate storage location / value of `++`/`--` operator...martinboehme1-0/+36
2024-06-03[clang-format] Handle AttributeMacros in parseRecord() (#94189)Owen Pan1-0/+8
2024-06-03Pass LangOpts from CompilerInstance to DependencyScanningWorker (#93753)Nishith Kumar M Shah2-14/+71
2024-06-03remove goma support from clang (#93942)Takuto Ikuta1-1/+0
2024-06-02[clang-format][NFC] Add missing parens of __attribute in unit testsOwen Pan2-13/+13
2024-06-02[clang-format] Handle attributes before lambda return arrow (#94119)Owen Pan2-0/+7
2024-05-30[clang-format] Insert a space between a keyword and a literal (#93632)Owen Pan1-0/+6
2024-05-30[clang-repl] Fix SetUp in CodeCompletionTest fixture (#93816)Stefan Gränitz5-27/+13
2024-05-30[clang-repl] Introduce common fixture class in unittests (NFC) (#93816)Stefan Gränitz5-295/+186
2024-05-30[clang-repl] Even more tests create the Interpreter and must check host JIT s...Stefan Gränitz2-5/+13
2024-05-29[clang-format] Fix a regression in annotating class decl braces (#93657)Owen Pan1-0/+5
2024-05-29[clang] Preserve Qualifiers and type sugar in TemplateNames (#93433)Matheus Izvekov1-7/+33
2024-05-28Fix build: [clang-repl] Even more tests create the Interpreter and must check...Stefan Gränitz1-0/+8
2024-05-28[clang-repl] Even more tests create the Interpreter and must check host JIT s...Stefan Gränitz2-0/+88
2024-05-28[clang] Fix a warningKazu Hirata1-8/+0
2024-05-28[clang-repl] Check host JIT support in all tests that create an Interpreter (...Stefan Gränitz3-31/+82
2024-05-28[clang-repl] Set up executor implicitly to account for init PTUs (#84758)Stefan Gränitz1-88/+24
2024-05-27[clang-format] Add LeftWithLastLine to AlignEscapedNewlines option (#93402)Owen Pan2-0/+22
2024-05-27[analyzer] Fix a test issue in mingw configurations (#92737)Martin Storsjö1-1/+1
2024-05-25[clang] Revise IDE folder structure (#89743)Michael Kruse1-1/+1
2024-05-23Fix an accidental escape sequence in a unit testAaron Ballman1-1/+1
2024-05-23Fix more diagnostic wording for style; NFC (#93190)Aaron Ballman1-9/+10
2024-05-22[clang][AST] Fix end location of DeclarationNameInfo on instantiated methods ...Balazs Benics1-0/+31
2024-05-22[clang] NFCI: use TemplateArgumentLoc for NTTP DefaultArgument (#92852)Matheus Izvekov1-1/+1
2024-05-22Reland "[clang] Enable sized deallocation by default in C++14 onwards" (#90373)Pengcheng Wang2-1/+44
2024-05-21[clang-format] Correctly annotate C++ alternative operators in C (#92880)Owen Pan2-0/+56
2024-05-21[clang] NFCI: use TemplateArgumentLoc for type-param DefaultArgument (#92854)Matheus Izvekov1-1/+1
2024-05-21[clang][Interp] Fix initializing zero-size arraysTimm Bäder1-2/+22
2024-05-21[clang-format] Fix a bug in formatting goto labels in macros (#92494)Owen Pan2-0/+21
2024-05-20[clang-format][NFC] Remove redundnat llvm::, clang::, etc.Owen Pan25-146/+130
2024-05-20[Clang][Sema] Don't build CXXDependentScopeMemberExprs for potentially implic...Krystian Stasiowski1-2/+4
2024-05-19[clang-format][NFC] Clean up SortIncludesTest.cppOwen Pan1-972/+970
2024-05-17[clang-query] Remove support for srcloc output (#92442)Aaron Ballman3-1702/+0
2024-05-17[analyzer][NFC] Require explicit matching mode for CallDescriptions (#92454)Donát Nagy6-39/+47
2024-05-16[clang-format] Fix a regression in annotating struct braces (#92352)Owen Pan1-0/+5
2024-05-16[clang-format] Don't always break before << between string literals (#92214)Owen Pan1-0/+11
2024-05-16[AST] RecursiveASTVisitor: Don't traverse the alias deduction guides in the d...Haojian Wu1-0/+85
2024-05-15Reapply "[Clang][Sema] Earlier type checking for builtin unary operators (#90...Krystian Stasiowski1-3/+3
2024-05-15[clang][dataflow] Fully support Environment construction for Stmt analysis. (...Samira Bazuzi3-2/+67
2024-05-14Reapply "[Clang] Unify interface for accessing template arguments as written ...Krystian Stasiowski2-69/+35
2024-05-14Revert "[Clang][Sema] Earlier type checking for builtin unary operators (#905...Krystian Stasiowski1-3/+3
2024-05-14[Clang][Sema] Earlier type checking for builtin unary operators (#90500)Krystian Stasiowski1-3/+3
2024-05-14[Clang][Sema] Fix malformed AST for anonymous class access in template. (#90842)martinboehme1-0/+35
2024-05-13Reland "[clang-format] Fix FormatToken::isSimpleTypeSpecifier() (#91712)"Owen Pan1-34/+51