aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests
AgeCommit message (Expand)AuthorFilesLines
2024-06-05[clang-format] Fix a bug in formatting goto labels in macros (#92494)llvmorg-18.1.7Owen Pan2-0/+21
2024-06-05release/18.x: [clang-format] Don't always break before << between str… (#94...Owen Pan1-0/+11
2024-05-13[clang-format] Fix a crash with AlignArrayOfStructures option (#86420)Owen Pan1-2/+16
2024-05-09[clang-format] Don't remove parentheses of fold expressions (#91045)Owen Pan1-0/+9
2024-04-26[clang-format] Fix a regression in ContinuationIndenter (#88414)Owen Pan1-0/+4
2024-04-26[clang-format] Fix a regression in annotating TrailingReturnArrow (#86624)Owen Pan1-0/+4
2024-04-25release/18.x: [clang-format] Correctly annotate braces in macros (#87953)Owen Pan2-5/+18
2024-04-24release/18.x: [clang-format] Revert breaking stream operators to previous def...Owen Pan2-15/+1
2024-04-24release/18.x: [clang-format] Fix a regression in annotating BK_BracedInit (#8...Owen Pan2-0/+25
2024-04-10[clang-format] Correctly annotate braces of empty ctors/dtors (#82097)Owen Pan1-0/+14
2024-02-20[Serialization] Record whether the ODR is skipped (#82302)Chuanqi Xu2-0/+133
2024-02-15[clang-format] Don't remove parentheses in macro definitions (#81444)Owen Pan1-0/+2
2024-02-06[clang-format] Fix a bug in AnnotatingParser::rParenEndsCast() (#79549)Owen Pan1-0/+5
2024-02-06[clang-format] Simplify the AfterPlacementOperator option (#79796)Owen Pan2-36/+15
2024-01-23[Format] Fix detection of languages when reading from stdin (#79051)Ben Hamilton (Ben Gertzfield)1-0/+8
2024-01-23[clang][dataflow] Process terminator condition within `transferCFGBlock()`. (...martinboehme3-0/+59
2024-01-22[clang][dataflow] Make cap on block visits configurable by caller. (#77481)Yitzhak Mandelbaum4-7/+13
2024-01-22[clang-format]: Fix formatting of if statements with BlockIndent (#77699)Gedare Bloom1-4/+36
2024-01-22[clang-format] Fix a bug in ContinuationIndenter (#78921)Owen Pan1-0/+7
2024-01-22[clang-tidy] fix misc-const-correctnes false-positive for fold expressions (#...Julian Schmidt1-0/+31
2024-01-22[clang-format] Don't confuse initializer equal signs in for loops (#77712)Emilia Kond1-0/+12
2024-01-22[clang-format][NFC] Unify token size tests to use ASSERT_EQEmilia Kond1-67/+67
2024-01-22[clang-format] Support of TableGen statements in unwrapped line parser (#78846)Hirofumi Nakamura1-0/+12
2024-01-22[clang][dataflow] Treat comma operator correctly in `getResultObjectLocation(...martinboehme1-6/+16
2024-01-20[clang-repl] We do not need to call new in the object allocation. (#78843)Vassil Vassilev1-9/+6
2024-01-20[clang-format] Handle templated elaborated type specifier in function… (#77...XDeme2-3/+21
2024-01-20[clang-format] Fix poor spacing in `AlignArrayOfStructures: Left` (#77868)XDeme1-0/+8
2024-01-20[clang-format] Support of TableGen identifiers beginning with a number. (#78571)Hirofumi Nakamura1-0/+23
2024-01-20[clang-format] Add SkipMacroDefinitionBody option (#78682)Owen Pan2-0/+133
2024-01-19[Tooling] Fix FixedCompilationDatabase with header compile flags (#73913)Sam McCall1-1/+19
2024-01-18[clang-repl][test] Suppress memory lease after #76218Vitaly Buka1-0/+8
2024-01-18[clang-repl] Add a interpreter-specific overload of operator new for C++ (#76...Vassil Vassilev1-24/+5
2024-01-18[clang][ASTImporter] Improve structural equivalence of overloadable operators...Balázs Kéri1-0/+170
2024-01-18[clang][dataflow] Consider `CXXDefaultInitExpr` to be an "original record cto...martinboehme1-0/+42
2024-01-18[clangd] Handle an expanded token range that ends in the `eof` token in Token...Nathan Ridge1-0/+12
2024-01-17[clang-format] TableGen multi line string support. (#78032)Hirofumi Nakamura1-0/+16
2024-01-16[clang-format] Add parse tests for SeparateDefinitionBlocks option (#78256)serbanu1-0/+8
2024-01-16[clang][dataflow] Fix bug in `Value` comparison. (#76746)Yitzhak Mandelbaum1-3/+27
2024-01-16[clang][ASTMatcher] Add matchers for CXXFoldExpr (#71245)Julian Schmidt4-32/+265
2024-01-16[clang][dataflow] Use `ignoreCFGOmittedNodes()` in `setValue()`. (#78245)martinboehme1-0/+46
2024-01-16[clang-tidy] Handle C++ structured bindings in `performance-for-range-copy` (...Clement Courbet1-0/+20
2024-01-16[clang][dataflow] Add an early-out to `flowConditionImplies()` / `flowConditi...martinboehme1-3/+27
2024-01-15[Format] Fix isStartOfName to recognize attributes (#76804)Ilya Biryukov1-6/+2
2024-01-15[clang][ASTImporter] Fix import of variable template redeclarations. (#72841)Balázs Kéri1-0/+53
2024-01-15[clang-format] Stop aligning the to continuation lines (#76378)sstwcw2-0/+23
2024-01-14[clang-format] Add PenaltyBreakScopeResolution option. (#78015)rmarker2-0/+15
2024-01-12[clang-format] Handle possible crash in `getCells` (#77723)XDeme1-0/+10
2024-01-12Revert "[clang][dataflow] Process terminator condition within `transferCFGBlo...martinboehme2-32/+0
2024-01-12[clang-format] SpacesInSquareBrackets not working for Java (#77833)MyDeveloperDay1-0/+15
2024-01-12[clang][dataflow] Process terminator condition within `transferCFGBlock()`. (...martinboehme2-0/+32