[PATCH] D96777: [clang][driver] Set the input type to Fortran when reading from stdin

2021-02-22 Thread Andrzej Warzynski via Phabricator via cfe-commits
awarzynski added a subscriber: hans. awarzynski added a comment. In D96777#2578153 , @SouraVX wrote: > Thanks! for the patch. > This code touches some of the `clang` part, Anyway changes are pretty > self-explanatory. I'll leave this one to you, if you

[PATCH] D96950: [clang][CodeComplete] Ensure there are no crashes when completing with ParenListExprs as LHS

2021-02-22 Thread Kadir Cetinkaya via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGf10137399a3c: [clang][CodeComplete] Ensure there are no crashes when completing with… (authored by kadircet). Repository: rG LLVM Github Monorepo

[clang] f101373 - [clang][CodeComplete] Ensure there are no crashes when completing with ParenListExprs as LHS

2021-02-22 Thread Kadir Cetinkaya via cfe-commits
Author: Kadir Cetinkaya Date: 2021-02-22T10:01:22+01:00 New Revision: f10137399a3c9239a6acd1d3df12a40766b64759 URL: https://github.com/llvm/llvm-project/commit/f10137399a3c9239a6acd1d3df12a40766b64759 DIFF:

[PATCH] D97041: [clang][cli] Pass '-Wspir-compat' to cc1 from driver

2021-02-22 Thread Jan Svoboda via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG820e0c49fc48: [clang][cli] Pass -Wspir-compat to cc1 from driver (authored by jansvoboda11). Repository: rG LLVM Github Monorepo CHANGES SINCE

[clang] 820e0c4 - [clang][cli] Pass '-Wspir-compat' to cc1 from driver

2021-02-22 Thread Jan Svoboda via cfe-commits
Author: Jan Svoboda Date: 2021-02-22T09:54:44+01:00 New Revision: 820e0c49fc48024d8b426f4b10b50b5b5659a705 URL: https://github.com/llvm/llvm-project/commit/820e0c49fc48024d8b426f4b10b50b5b5659a705 DIFF: https://github.com/llvm/llvm-project/commit/820e0c49fc48024d8b426f4b10b50b5b5659a705.diff

[PATCH] D97042: [clang][cli] Stop creating '-Wno-stdlibcxx-not-found' in cc1

2021-02-22 Thread Jan Svoboda via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGbf15697e9b66: [clang][cli] Stop creating -Wno-stdlibcxx-not-found in cc1 (authored by jansvoboda11). Repository: rG LLVM Github Monorepo CHANGES

[clang] bf15697 - [clang][cli] Stop creating '-Wno-stdlibcxx-not-found' in cc1

2021-02-22 Thread Jan Svoboda via cfe-commits
Author: Jan Svoboda Date: 2021-02-22T09:53:25+01:00 New Revision: bf15697e9b66b8f7e6f3f7c510a259651810bd29 URL: https://github.com/llvm/llvm-project/commit/bf15697e9b66b8f7e6f3f7c510a259651810bd29 DIFF: https://github.com/llvm/llvm-project/commit/bf15697e9b66b8f7e6f3f7c510a259651810bd29.diff

[PATCH] D97183: [analyzer] Add NoteTag for smart-ptr get()

2021-02-22 Thread Deep Majumder via Phabricator via cfe-commits
RedDocMD added a comment. @NoQ, @vsavchenko could you please review this? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D97183/new/ https://reviews.llvm.org/D97183 ___ cfe-commits mailing list

[PATCH] D97183: [analyzer] Add NoteTag for smart-ptr get()

2021-02-22 Thread Deep Majumder via Phabricator via cfe-commits
RedDocMD created this revision. RedDocMD added reviewers: NoQ, vsavchenko, dcoughlin. Herald added subscribers: steakhal, ASDenysPetrov, martong, Charusso, dkrupp, donat.nagy, Szelethus, mikhail.ramalho, a.sidorin, szepet, baloghadamsoftware, xazax.hun. RedDocMD requested review of this

[PATCH] D94376: [MemCpyOpt] Enable MemorySSA by default

2021-02-22 Thread Mikael Holmén via Phabricator via cfe-commits
uabelho added a comment. I ran into a crash in memcpyopt with this patch. Running opt -S -o - bbi-53212.ll -memcpyopt yields opt: ../include/llvm/Support/Casting.h:104: static bool llvm::isa_impl_cl::doit(const From *) [To = llvm::MemoryUse, From = const llvm::MemoryUseOrDef *]:

[PATCH] D96838: Add GNU attribute 'retain'

2021-02-22 Thread John McCall via Phabricator via cfe-commits
rjmccall added a comment. > I have documented the behaviors in clang/include/clang/Basic/AttrDocs.td. Do > you have suggestions on the wording? Included; please let me know what you think. Comment at: clang/include/clang/Basic/AttrDocs.td:63-76 +The attribute, when attached

<    1   2   3