| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
cmake: Add CLANG_LINK_CLANG_DYLIB option Summary: Setting CLANG_LINK_CLANG_DYLIB=ON causes clang tools to link against libclang_shared.so instead of the individual component libraries. Reviewers: mgorny, beanz, smeenai, phosek, sylvestre.ledru Subscribers: arphaman, cfe-commits, llvm-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D63503 llvm-svn: 365092 | 6 年前 | |
[clang][index] Fix processing of CompoundAssignOperator at setting up reference roles (#69370) Without this patch in expressions like foo += 1 reference foo has no read and write roles. This happens because CompoundAssignOperator is also a BinaryOperator, thus handling CompoindAssignOperator in else branch is a dead code. | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 6 年前 | ||
| 2 年前 |