aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests
AgeCommit message (Expand)AuthorFilesLines
2024-03-13[ClangRepl] Add missing hashtagJake Egan1-1/+1
2024-03-13[AIX][ClangRepl] Disable new test on AIXJake Egan1-0/+4
2024-03-13Reapply "[analyzer] Accept C library functions from the `std` namespace"NagyDonat2-0/+85
2024-03-12Fix unittest after #84460: only applicable if the platform supports JITStefan Gränitz1-0/+22
2024-03-12[clang][ASTMatchers] Fix forEachArgumentWithParam* for deducing "this" operat...Balazs Benics2-13/+86
2024-03-12Revert "[analyzer] Accept C library functions from the `std` namespace" (#84926)NagyDonat2-90/+0
2024-03-12Fix build after #84460: link LLVMTestingSupport explicitly in clang unittestStefan Gränitz1-1/+1
2024-03-12[clang-repl] Expose CreateExecutor() and ResetExecutor() in extended Interpre...Stefan Gränitz2-0/+25
2024-03-12[analyzer] Accept C library functions from the `std` namespace (#84469)NagyDonat2-0/+90
2024-03-11[clang-repl] Expose RuntimeInterfaceBuilder to allow customization (#83126)Stefan Gränitz2-0/+80
2024-03-08[clang-format] Handle common C++ non-keyword types as such (#83709)Owen Pan1-2/+24
2024-03-08Fixup 7457e2c1535acd54 by adding a switch caseBalazs Benics1-0/+4
2024-03-08[clang][ASTMatcher] Add matchers for isExplicitObjectMemberFunction() (#84446)Balazs Benics3-5/+25
2024-03-08[clang][dataflow] Add context-sensitive test for returning a record by value....martinboehme1-0/+33
2024-03-08[clang][dataflow] When analyzing ctors, don't initialize fields of `*this` wi...martinboehme2-1/+67
2024-03-08[C++20] [Modules] Introduce reduced BMI (#75894)Chuanqi Xu4-18/+23
2024-03-07Reland [clang-repl] Expose setter for triple in IncrementalCompilerBuilder (#...Stefan Gränitz2-0/+48
2024-03-07[clang] Upstream visionOS Availability & DarwinSDKInfo APIs (#84279)Cyndy Ishida1-0/+10
2024-03-07[clang][nullability] Don't discard expression state before end of full-expres...martinboehme2-35/+72
2024-03-07Revert "[clang-repl] Pass triple to IncrementalCompilerBuilder as explicit ar...Stefan Gränitz2-36/+0
2024-03-06[clang-repl] Expose setter for triple in IncrementalCompilerBuilder (#84174)Stefan Gränitz2-0/+36
2024-03-06[clang][NFC] Trim license header comments to 81 characters (#82919)Balazs Benics10-12/+12
2024-03-04[analyzer] Refactor CallDescription match mode (NFC) (#83432)NagyDonat1-11/+10
2024-03-01[clang-format] Enable again some operator tests (#83380)rayroudc1-14/+9
2024-03-01[clang][dataflow] Correctly treat empty initializer lists for unions. (#82986)martinboehme2-2/+99
2024-02-27[clang-format] Add AlignConsecutiveTableGenDefinitions option. (#83008)Hirofumi Nakamura1-0/+14
2024-02-26clang serialization unittests: fix some leaks (#82773)Krasimir Georgiev2-4/+16
2024-02-26[clang][dataflow] Skip array types when handling InitListExprs. (#83013)Samira Bazuzi1-1/+16
2024-02-26[clang-format] Add AlignConsecutiveTableGenCondOperatorColons option. (#82878)Hirofumi Nakamura1-0/+21
2024-02-26Revert "[clang][dataflow] Correctly handle `InitListExpr` of union type." (#8...Samira Bazuzi2-31/+2
2024-02-23[clang-format][NFC] Enable RemoveSemicolon for clang-format style (#82735)Owen Pan1-1/+1
2024-02-23[ClangFormat] Fix indent in child lines within a macro argument. (#82523)r4nt2-45/+105
2024-02-22[clang-format] Fix crash in TokenAnnotator (#82349)Emilia Kond1-0/+6
2024-02-22[clang][dataflow] Fix inaccuracies in `buildStmtToBasicBlockMap()`. (#82496)martinboehme1-32/+111
2024-02-21[clang][dataflow] Correctly handle `InitListExpr` of union type. (#82348)martinboehme2-2/+31
2024-02-20[clang-format] Fix RemoveSemicolon for empty functions (#82278)Owen Pan1-6/+13
2024-02-20[clang][InstallAPI] Add input file support to library (#81701)Cyndy Ishida4-0/+250
2024-02-20[Serialization] Record whether the ODR is skipped (#82302)Chuanqi Xu2-0/+133
2024-02-19[clang-format] Fix AllowShortLambdasOnASingleLine interfering with lambda bra...rmarker1-0/+13
2024-02-19[clang-format] Correctly annotate braces of empty ctors/dtors (#82097)Owen Pan1-0/+14
2024-02-16[clang-format] Don't sort qualifiers across preprocessor directives (#81958)Owen Pan1-0/+13
2024-02-16[clang-format] Support of TableGen basic format restrictions. (#81611)Hirofumi Nakamura1-0/+270
2024-02-16[clang-format] Delete a redundant newline at the end of a test caseOwen Pan1-1/+1
2024-02-15[clang][dataflow] Fix crash on unions introduced in ba279934c6ab09d5394a89d83...Yitzhak Mandelbaum1-0/+21
2024-02-15[clang] Fix isInStdNamespace for Decl flagged extern c++ (#81776)Fred Tingaud1-0/+5
2024-02-15[dataflow] Fix crash when InitListExpr is not a prvalue (#80970)Paul Semel1-0/+18
2024-02-14[clang-format][NFC] Drop "Always" in "AlwaysBreakAfterReturnType". (#81591)rmarker4-31/+29
2024-02-13[clang-format] Always add a space after #if and #elif (#81578)Owen Pan1-0/+4
2024-02-13[dataflow] CXXOperatorCallExpr equal operator might not be a glvalue (#80991)Paul Semel1-0/+36
2024-02-12[clang-format] Rename option AlwaysBreakAfterReturnType. (#80827)rmarker1-0/+16