aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-12[clang-format] Don't remove parentheses in macro definitions (#81444)Owen Pan1-0/+2
2024-02-12[clang-format] Support of TableGen value annotations. (#80299)Hirofumi Nakamura1-0/+45
2024-02-11[clang-format] Undo the change to TestLexer() in commit 32e65b0b8a74Owen Pan1-3/+1
2024-02-11Reland "[clang-format][NFC] Make LangOpts global in namespace Format (#81390)"Owen Pan1-1/+3
2024-02-11Revert "[clang-format][NFC] Make LangOpts global in namespace Format (#81390)"Owen Pan1-3/+1
2024-02-11[clang-format][NFC] Make LangOpts global in namespace Format (#81390)Owen Pan1-1/+3
2024-02-11[NFC] Correct C++ standard names (#81421)Danny Mösch2-2/+2
2024-02-11[clang][NFC] Annotate `SourceManagerTest.cpp` with `preferred_type`Vlad Serebrennikov1-0/+1
2024-02-09[clang-format][NFC] Drop "Always" in "AlwaysBreakTemplateDeclarations"Owen Pan2-25/+24
2024-02-09[clang-format] Rename option AlwaysBreakTemplateDeclarations (#81093)Owen Pan1-0/+13
2024-02-09[clang-format] Check token size in QualifierFixerTest.cppOwen Pan1-0/+3
2024-02-09Revert "[clang-format] Fix an out-of-bounds bug uncovered by 763139afc19d"Owen Pan1-0/+4
2024-02-09[clang-format] Fix an out-of-bounds bug uncovered by 763139afc19dOwen Pan1-4/+0
2024-02-08Consider aggregate bases when checking if an InitListExpr is constant (#80519)Reid Kleckner1-8/+60
2024-02-08[clang][lex] Always pass suggested module to `InclusionDirective()` callback ...Jan Svoboda1-3/+6
2024-02-08[clang][dataflow] Add support for `CXXRewrittenBinaryOperator`. (#81086)martinboehme1-1/+15
2024-02-07[clang-format] Add Leave to AlwaysBreakTemplateDeclarations (#80569)Owen Pan2-0/+70
2024-02-06[clang-format] Handle doxygen commands starting with \ (#80381)Fernando Tagawa1-0/+8
2024-02-06[clang][dataflow] Add new `join` API and replace existing `merge` implementat...Yitzhak Mandelbaum2-46/+41
2024-02-06[clang-format] Add MainIncludeChar option. (#78752)j-jorge1-0/+106
2024-02-06[clang-format] Handle generic selections inside parentheses (#79785)sstwcw1-0/+9
2024-02-04[clang-format] Add Automatic and ExceptShortType options for AlwaysBreakAfter...rmarker2-3/+47
2024-02-01[clang-format] Handles Elaborated type specifier for enum in trailing return ...XDeme1-0/+6
2024-02-01[clang-format] Allow decltype in requires clause (#78847)Emilia Kond1-0/+22
2024-01-31[clang-format] Simplify the AfterPlacementOperator option (#79796)Owen Pan2-36/+15
2024-01-31[clang][dataflow] fix assert in `Environment::getResultObjectLocation` (#79608)Paul Semel1-0/+33
2024-01-31[AST] Add dump() method to TypeLoc (#65484)Sam McCall2-0/+147
2024-01-31[clang][Interp] Add inline descriptor to global variables (#72892)Timm Baeder1-3/+3
2024-01-30[clang][CFG] Change child order in Reverse Post Order (RPO) iteration. (#80030)Yitzhak Mandelbaum2-17/+8
2024-01-31[clang-format] Support of TableGen tokens with unary operator like form, bang...Hirofumi Nakamura1-4/+20
2024-01-29[clang][ASTImporter] Improve import of variable template specializations. (#7...Balázs Kéri2-8/+107