[PATCH] D157011: [Clang][Tooling] Accept preprocessed input files

2023-08-08 Thread J. Ryan Stinnett via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG241cceb9af84: [Clang][Tooling] Accept preprocessed input files (authored by jryans). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D157011/new/

[PATCH] D157011: [Clang][Tooling] Accept preprocessed input files

2023-08-04 Thread J. Ryan Stinnett via Phabricator via cfe-commits
jryans updated this revision to Diff 547159. jryans added a comment. - Fixed formatting - Rebased Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D157011/new/ https://reviews.llvm.org/D157011 Files: clang/lib/Tooling/Tooling.cpp

[PATCH] D157011: [Clang][Tooling] Accept preprocessed input files

2023-08-03 Thread J. Ryan Stinnett via Phabricator via cfe-commits
jryans created this revision. Herald added a project: All. jryans added reviewers: dexonsmith, jansvoboda11. jryans added a project: clang. jryans published this revision for review. Herald added a subscriber: cfe-commits. This restores the tooling library's ability to accept invocations that

[PATCH] D136315: [clang][Darwin] Try to guess the SDK root with xcrun when unspecified

2023-01-19 Thread J. Ryan Stinnett via Phabricator via cfe-commits
jryans added a comment. Since we seem to have several breakages here, it does seem best to revert for now so that a revised approach can be investigated. I will aim to revert tomorrow when back at my desk. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D136315: [clang][Darwin] Try to guess the SDK root with xcrun when unspecified

2023-01-19 Thread J. Ryan Stinnett via Phabricator via cfe-commits
jryans added a comment. @calebzulawski The toolchain is selected based on the target, see Driver::getToolChain . Various groups do target macOS from Linux hosts. I'm not quite

[PATCH] D136315: [clang][Darwin] Try to guess the SDK root with xcrun when unspecified

2023-01-18 Thread J. Ryan Stinnett via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGecade80d9396: [clang][Darwin] Try to guess the SDK root with xcrun when unspecified (authored by calebzulawski, committed by jryans). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D136315: [clang][Darwin] Try to guess the SDK root with xcrun when unspecified

2023-01-18 Thread J. Ryan Stinnett via Phabricator via cfe-commits
jryans added a comment. @calebzulawski This looks ready to land to me!  Do you have commit access? If not, I can land it for you. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D136315/new/ https://reviews.llvm.org/D136315

[PATCH] D62654: [Docs] Modernize references to macOS

2019-05-30 Thread J. Ryan Stinnett via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL362113: [Docs] Modernize references to macOS (authored by jryans, committed by ). Changed prior to commit: https://reviews.llvm.org/D62654?vs=202161=202247#toc Repository: rL LLVM CHANGES SINCE

[PATCH] D62654: [Docs] Modernize references to macOS

2019-05-30 Thread J. Ryan Stinnett via Phabricator via cfe-commits
jryans created this revision. jryans added a reviewer: JDevlieghere. Herald added subscribers: llvm-commits, libcxx-commits, lldb-commits, cfe-commits, arphaman, christof, mgorny. Herald added projects: clang, LLDB, libc++, LLVM. This updates all places in documentation that refer to "Mac OS X",

[PATCH] D62138: [Docs] Increase Doxygen cache size

2019-05-20 Thread J. Ryan Stinnett via Phabricator via cfe-commits
jryans added a comment. I don't currently have commit access, so I would need someone to land this for me assuming it's approved. If it would be easier for me to submit separate patches for the llvm and clang changes, please let me know!  Repository: rG LLVM Github Monorepo CHANGES SINCE

[PATCH] D62138: [Docs] Increase Doxygen cache size

2019-05-20 Thread J. Ryan Stinnett via Phabricator via cfe-commits
jryans created this revision. Herald added projects: clang, LLVM. Herald added subscribers: llvm-commits, cfe-commits. When building Doxygen docs for llvm and clang, it helpfully prints a warning at the end noting that the `LOOKUP_CACHE_SIZE` value was too small to keep all symbols in memory. By