aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests
AgeCommit message (Expand)AuthorFilesLines
2024-03-26Fix printing of templated records. (#86339)Zahira Ammarguellat1-0/+69
2024-03-25Fix build with shared librariesKrzysztof Parzyszek1-0/+1
2024-03-25[clang][dataflow] Bail out if input is Objective-C++. (#86479)martinboehme2-7/+30
2024-03-25Reapply "[analyzer] Accept C library functions from the `std` namespace" agai...NagyDonat2-0/+85
2024-03-25[clang-repl] Skip cross-JIT tests if specified target is not available (#84461)Stefan Gränitz1-6/+22
2024-03-25[clang-repl] Factor out CreateJITBuilder() and allow specialization in derive...Stefan Gränitz1-2/+119
2024-03-25[clang-repl] Fix Value for platforms where unqualified char is unsigned (#86118)Stefan Gränitz1-0/+6
2024-03-24[clang-format] Fix a crash with AlignArrayOfStructures option (#86420)Owen Pan1-2/+16
2024-03-23[clang-forma] Support `PointerAlignment` for pointers to members (#86253)Owen Pan2-31/+43
2024-03-22[clang-format] Added AlignConsecutiveTableGenBreakingDAGArgColons option. (#8...Hirofumi Nakamura2-0/+48
2024-03-21Adapted MemRegion::getDescriptiveName to handle ElementRegions (#85104)T-Gruber2-0/+146
2024-03-20[clang][dataflow] Fix crash when analyzing a coroutine (#85957)Eric Li1-2/+52
2024-03-20[clang][Tooling] Add special symbol mappings for C, starting with size_t (#85...kadir çetinkaya1-0/+13
2024-03-19Revert "[clang-format][NFC] Eliminate the IsCpp parameter in all functions (#...Owen Pan1-13/+0
2024-03-19[clang-cl] Fix value of __FUNCTION__ in MSVC mode. (#84014)Zahira Ammarguellat2-0/+69
2024-03-19[clang][dataflow] Make optional checker work for types derived from optional....martinboehme1-0/+60
2024-03-19[clang][dataflow] Model assignment to derived class from base. (#85064)martinboehme2-6/+65
2024-03-19[clang][dataflow][NFC] Rename `ControlFlowContext` to `AdornedCFG`. (#85640)martinboehme4-17/+18
2024-03-18[clang-format] Put erroneously removed braces back into a unit testOwen Pan1-4/+4
2024-03-19[clang-format] Add Options to break inside the TableGen DAGArg. (#83149)Hirofumi Nakamura2-0/+149
2024-03-18[clang][dataflow] Fix `getResultObjectLocation()` on `CXXDefaultArgExpr`. (#8...martinboehme1-0/+30
2024-03-17[clang-format][NFC] Minor changes to a unit test in 8e5de66af3daOwen Pan1-4/+4
2024-03-17[clang-format] Fix clang-format issue with 'new' and 'delete' keywords in C f...scythris1-0/+5
2024-03-16[clang-format] Fix a bug in SpaceInEmptyBlock option (#85508)Owen Pan1-0/+4
2024-03-16[clang-format] Correctly parse C++11 attributes in enum specifiers (#85498)Owen Pan1-0/+21
2024-03-16Revert "[clang-format][NFC] Don't use clang-format style in config files"Owen Pan1-6/+1
2024-03-15[clang-format] Fix a bug in annotating FunctionDeclarationName (#85361)Owen Pan1-0/+5
2024-03-14Reland [clang-format][NFC] Eliminate the IsCpp parameter in all functions (#8...Owen Pan1-0/+13
2024-03-14Revert "[clang-format][NFC] Eliminate the IsCpp parameter in all functions" (...Mehdi Amini1-13/+0
2024-03-14[clang-format][NFC] Eliminate the IsCpp parameter in all functions (#84599)Owen Pan1-0/+13
2024-03-13Revert "Reapply "[analyzer] Accept C library functions from the `std` namespa...Philip Reames2-85/+0
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