aboutsummaryrefslogtreecommitdiff
path: root/clang/test/InstallAPI
AgeCommit message (Expand)AuthorFilesLines
9 days[InstallAPI] Fix early return for scanning sub-directories (#100636)Cyndy Ishida1-0/+61
2024-07-19Fix diagnostics-dsym.test on mac-arm64 (#99399)Haowei1-2/+2
2024-07-10[InstallAPI] Don't look for linker directive symbols in reexports (#98171)Cyndy Ishida1-0/+304
2024-06-14[InstallAPI] Pick up input headers by directory traversal (#94508)Cyndy Ishida9-11/+158
2024-05-23Fix more diagnostic wording for style; NFC (#93190)Aaron Ballman1-2/+2
2024-05-20[InstallAPI] add JSON option to pass X<label> arguments (#91770)Cyndy Ishida5-1/+144
2024-05-10[InstallAPI] Pass explicit module cache to avoid permissions issues.Cyndy Ishida1-0/+3
2024-05-10[InstallAPI] Support mutually exclusive parse options (#90686)Cyndy Ishida14-0/+1073
2024-04-18[InstallAPI][Tests] Update tests to be resilient to reversion iteration confi...Cyndy Ishida2-3/+3
2024-04-18[InstallAPI] Add support for aliased exports (#88750)Cyndy Ishida2-1/+462
2024-04-11[InstallAPI] Handle zippered frameworks (#88205)Cyndy Ishida3-0/+791
2024-04-05[InstallAPI] Capture & compare load commands that may differ per arch slice (...Cyndy Ishida4-0/+1383
2024-04-04[InstallAPI] Add test to validate cc1 arg forwarding (#87666)Cyndy Ishida3-21/+54
2024-04-04[InstallAPI][Test] Add test for invalid verification mode (#87602)Cyndy Ishida1-0/+6
2024-04-01[InstallAPI] Fixup dsym test (#87299)Cyndy Ishida1-6/+7
2024-03-29[InstallAPI][test] Add requires x86_64 for hardcoded target testCyndy Ishida1-1/+1
2024-03-29[InstallAPI][test] Tweak test to run on older CI configCyndy Ishida1-15/+11
2024-03-29[InstallAPI] Add support for parsing dSYMs (#86852)Cyndy Ishida1-0/+43
2024-03-27[InstallAPI] Add *umbrella-header options (#86587)Cyndy Ishida6-0/+96
2024-03-25Reapply "[InstallAPI] Add --extra* and --exclude* cli options for header inpu...Cyndy Ishida13-0/+3595
2024-03-25Revert "[InstallAPI] Add --extra* and --exclude* cli options for header input...Cyndy Ishida13-3595/+0
2024-03-25[InstallAPI] Add --extra* and --exclude* cli options for header input (#86522)Cyndy Ishida13-0/+3595
2024-03-21[InstallAPI] Report exports discovered in binary but not in interface (#86025)Cyndy Ishida4-0/+1001
2024-03-20[InstallAPI] Simplify & improve symbol printing for diagnostics (#85894)Cyndy Ishida1-2/+2
2024-03-19[InstallAPI] Verify that declarations in headers map to exports found in dyli...Cyndy Ishida3-0/+1355
2024-03-16[InstallAPI] Introduce Basic Verifier (#85106)Cyndy Ishida1-0/+90
2024-03-16[InstallAPI] Add installapi specific options & diagnostics (#85100)Cyndy Ishida2-2/+7
2024-03-14[InstallAPI] capture compatibility versions (#85261)Cyndy Ishida1-6/+2
2024-03-11[InstallAPI] Collect C++ Decls (#84403)Cyndy Ishida1-0/+530
2024-03-07[InstallAPI] Collect global functions (#83952)Cyndy Ishida1-0/+78
2024-03-04[InstallAPI] Collect symbols from ObjC Ivars (#83632)Cyndy Ishida1-3/+62
2024-03-01[InstallAPI] Collect frontend attributes & ObjCInterface decls (#83378)Cyndy Ishida1-0/+85
2024-02-28[InstallAPI] Hookup Input files & basic ASTVisitor (#82552)Cyndy Ishida2-0/+68
2024-02-22[clang] Rename installapi tests, NFCCyndy Ishida2-0/+0
2024-02-21[InstallAPI] Set InstallAPI as a standalone tool instead of CC1 action (#82293)Cyndy Ishida2-1/+42
2024-02-13 [clang][InstallAPI] Introduce basic driver to write out tbd files (#81571)Cyndy Ishida1-0/+34