[PATCH] D90599: Fix a leak in `ASTUnit::LoadFromCommandLine()` wehn compiler invocation fails

2020-11-07 Thread Boris Staletic via Phabricator via cfe-commits
bstaletic updated this revision to Diff 303624. bstaletic added a comment. Fixed the code formatting error. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D90599/new/ https://reviews.llvm.org/D90599 Files: clang/lib/Frontend/ASTUnit.cpp Index: clang/lib/Frontend/ASTUnit.cpp

[PATCH] D90599: Fix a leak in `ASTUnit::LoadFromCommandLine()` wehn compiler invocation fails

2020-11-02 Thread Boris Staletic via Phabricator via cfe-commits
bstaletic created this revision. bstaletic added a reviewer: aprantl. bstaletic added projects: clang, clang-c. Herald added a subscriber: cfe-commits. bstaletic requested review of this revision. 1. Here

[PATCH] D80464: [CUDA] Missing __syncthreads intrinsic in __clang_cuda_device_functions.h

2020-05-23 Thread Boris Staletic via Phabricator via cfe-commits
bstaletic marked an inline comment as done. bstaletic added a comment. This doesn't seem to actually compile: In file included from :1: In file included from

[PATCH] D80464: [CUDA] Missing __syncthreads intrinsic in __clang_cuda_device_functions.h

2020-05-22 Thread Boris Staletic via Phabricator via cfe-commits
bstaletic created this revision. bstaletic added a reviewer: aprantl. Herald added subscribers: cfe-commits, yaxunl. Herald added a project: clang. Seems like the `__syncthreads` is missing from the `clang/lib/Headers/__clang_cuda_device_functions.h` file. To be honest, I don't know much about