aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests
AgeCommit message (Expand)AuthorFilesLines
2024-01-08[clang-format] Break after string literals with trailing line breaks (#76795)kadir çetinkaya2-0/+11
2024-01-05[clang][ASTImporter][StructuralEquivalence] improve StructuralEquivalence on ...Qizhi Hu1-0/+23
2024-01-04[clang][ASTImporter] import InstantiatedFromMember of ClassTemplateSpecializa...Qizhi Hu1-0/+33
2024-01-04[clang][dataflow] Remove a redundant trailing semicolon. NFC.Martin Storsjö1-1/+1
2024-01-01[analyzer][NFC] Cleanup BugType lazy-init patterns (#76655)Balazs Benics3-15/+4
2023-12-29[clang-format] Fix bad indentation with attribute and templated type (#76336)XDeme1-0/+5
2023-12-25[clang][ASTImporter] skip TemplateTypeParmDecl in VisitTypeAliasTemplateDecl ...Qizhi Hu1-0/+47
2023-12-24[clang-format] Add an fnmatch-like function for .clang-format-ignore (#76021)Owen Pan2-0/+170
2023-12-22[clang-format] Fix operator overload inconsistency in `BreakAfterAttributes: ...XDeme1-0/+13
2023-12-22[clang-format] Fix a bug in annotating function declaration names (#76206)Owen Pan1-0/+7
2023-12-22[clang-format] Add common attribute macros to Google style (#76239)Ilya Biryukov1-3/+24
2023-12-22[clang-format] Do not break on JS fields like on goto labels (#76233)Ilya Biryukov1-0/+6
2023-12-22[clang][ASTImporter] Support Importer of BuiltinBitCastExpr (#74813)Qizhi Hu1-0/+12
2023-12-22[clang][ASTImporter] Import AlignValueAttr correctly. (#75308)Balázs Kéri1-46/+25
2023-12-21[clang][dataflow] Disallow setting properties on `RecordValue`s. (#76042)martinboehme2-119/+68
2023-12-21[clang][dataflow] Add `Environment::get<>()`. (#76027)martinboehme1-1/+1
2023-12-21[clang][ASTImporter] add processing of SubstNonTypeTemplateParmExpr in isAnce...Qizhi Hu1-0/+20
2023-12-20[AST] RecursiveASTVisitor: traverse the require clause for partial template s...Haojian Wu1-0/+19
2023-12-20[ClangRepl] Fix failed ClangReplInterpreter unit tests (#75556).Vladimir Vereschaka1-105/+33
2023-12-19[ClangRepl] Reland Semanic Code Completion (#75556)Fred Fu1-10/+209
2023-12-18[clang][dataflow] Fix an issue with `Environment::getResultObjectLocation()`....martinboehme1-0/+49
2023-12-17[clang-format] Fix a bug in `IndentExternBlock: NoIndent` (#75731)Owen Pan1-0/+7
2023-12-14[clang][modules] Deprecate module.map in favor of module.modulemap (#75142)Michael Spencer1-5/+5
2023-12-13[clang-format] Fix parsing of `operator<() {}` (#75144)XDeme1-0/+11
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata9-17/+18
2023-12-11[clang][dataflow] Convert `SpecialBoolAnalysis` to synthetic fields. (#74706)martinboehme1-58/+20
2023-12-08[clang] NFC: Remove `OptionalFileEntryRefDegradesToFileEntryPtr` (#74899)Jan Svoboda1-25/+0
2023-12-06[clang-format] Handle merging functions containing only a block comment (#74651)Owen Pan2-7/+21
2023-12-06[clang] NFC: Deprecate `FileEntry::getName()` (#68157)Jan Svoboda1-0/+4
2023-12-05[clang][dataflow] Re-land: Retrieve members from accessors called usi… (#74...Samira Bazuzi1-0/+52
2023-12-04[clang-format] Remove duplicates in @property using std::set (#74235)Owen Pan1-9/+9
2023-12-04Revert "[clang][dataflow] Retrieve members from accessors called using member...martinboehme1-51/+0
2023-12-04[clang][dataflow] Retrieve members from accessors called using member… (#73...Samira Bazuzi1-0/+51
2023-12-04[clang][dataflow] Add synthetic fields to `RecordStorageLocation` (#73860)martinboehme5-15/+66
2023-12-02[clang-format] Add space in Verilog tagged unions (#71354)sstwcw1-2/+12
2023-12-01[clang-format] ObjCPropertyAttributeOrder to sort ObjC property attributesJared Grubb2-0/+424
2023-11-30[clang-format][NFC] Reformat source code with clang-format styleOwen Pan1-5/+1
2023-11-30[clang-format] Don't skip stringizing when determining brace kind (#73886)Emilia Kond1-0/+16
2023-11-29[clang-format] Finalize children after formatting them (#73753)Owen Pan1-0/+7
2023-11-29[clang-format] Indent Verilog case statements with comments (#71353)sstwcw1-0/+14
2023-11-29[clang-format] Add spaces around the Verilog implication operator (#71352)sstwcw2-12/+13
2023-11-29[clang][ASTImporter] IdentifierInfo of Attribute should be set using 'ToASTCo...Qizhi Hu1-2/+11
2023-11-28[clang] Remove unused argument. NFC. (#73594)Juergen Ributzka1-2/+1
2023-11-27[clang-format] Add BreakAdjacentStringLiterals option (#73432)Owen Pan2-0/+15
2023-11-27[clang][dataflow] Strengthen widening of boolean values. (#73484)martinboehme1-0/+28
2023-11-26[clang-format] Fix a bug in formating `#define A x:` (#73220)Owen Pan1-0/+2
2023-11-24[clang][ASTImporter] Fix import of SubstTemplateTypeParmType in return type o...Balázs Kéri1-3/+20
2023-11-23Revert "[ClangRepl] Type Directed Code Completion" (#73259)Fred Fu1-209/+10
2023-11-23[ClangRepl] Type Directed Code Completion (#67349)Fred Fu1-10/+209
2023-11-22[clang][dataflow] Clear `ExprToLoc` and `ExprToVal` at the start of a block. ...martinboehme2-46/+138