search for: trieu

Displaying 15 results from an estimated 15 matches for "trieu".

Did you mean: tried
2018 Sep 25
3
[cfe-dev] New warnings when building trunk with GCC 9
...{} }; A getA() { return A(1); } B run1() { A a = getA(); return std::move(a); } B run2() { A a = getA(); return a; } int main() { std::cout << "with move:\n"; run1(); std::cout << "no move:\n"; run2(); } On Tue, Sep 18, 2018 at 4:07 PM Richard Trieu <rtrieu at google.com> wrote: > I'll look into the pessimizing move warning, then after that, the > deprecated copy warning. > > On Sun, Sep 16, 2018 at 10:41 AM Richard Smith <richard at metafoo.co.uk> > wrote: > >> Yes, we should produce this warning in C+...
2019 Jan 31
2
Hexagon automatically generated code - proposed change
Krzysztof, lib/Target/Hexagon/HexagonDepDecoders.h is marked as generated code and I should consult you, as code owner, before changing. As this file is not a stand-alone header (does not compile alone, no header guards, is included in the middle of other files) it should not have the .h extension. I propose that this file be renamed to have .inc extension to be consistent with the coding
2015 Sep 29
2
Fwd: buildbot failure in LLVM on clang-ppc64-elf-linux2
...Guillaume Papin <guillaume.papin at epitech.eu>, Matt Arsenault < Matthew.Arsenault at amd.com>, Matthias Braun <matze at braunis.de>, Philip Reames <listmail at philipreames.com>, Piotr Padlewski <prazek at google.com>, Reid Kleckner <rnk at google.com>, Richard Trieu <rtrieu at google.com>, Sanjay Patel <spatel at rotateright.com>, Sanjoy Das <sanjoy at playingwithpointers.com>, Sean Silva <chisophugis at gmail.com>, Weiming Zhao <weimingz at codeaurora.org> Cc: gkistanova at gmail.com The Buildbot has detected a new failure on b...
2015 Sep 29
3
Fwd: buildbot failure in LLVM on clang-ppc64-elf-linux2
...>, > > Matt Arsenault < Matthew.Arsenault at amd.com >, Matthias Braun < > > matze at braunis.de >, Philip Reames < listmail at philipreames.com >, > > Piotr Padlewski < prazek at google.com >, Reid Kleckner < > > rnk at google.com >, Richard Trieu < rtrieu at google.com >, Sanjay Patel > > < spatel at rotateright.com >, Sanjoy Das < > > sanjoy at playingwithpointers.com >, Sean Silva < chisophugis at gmail.com > > >, Weiming Zhao < weimingz at codeaurora.org > > > Cc: gkistanova at gmail....
2015 May 27
3
[LLVMdev] LLD improvement plan
I think I found the problem: https://opia.illinois.edu/content/targeted-attack-protection-tuning UIUC is apparently rewriting HTML links in emails to redirect through urldefense.proofpoint.com. This is visible in my version of Rui's email. On Wed, May 27, 2015 at 9:36 AM, Rui Ueyama <ruiu at google.com> wrote: > I sent the mail from Gmail. I checked the source using the Gmail
2018 Sep 16
2
[cfe-dev] New warnings when building trunk with GCC 9
Yes, we should produce this warning in C++11 mode too. (I could be misrecalling, but I think the rationale for the current behaviour is based on historical GCC behaviour.) On Sun, 16 Sep 2018, 10:04 David Blaikie via cfe-dev, < cfe-dev at lists.llvm.org> wrote: > Fair point made on that thread - that this is a DR, so technically the > std::move is pessimizing even in C++11 mode.
2017 Jun 01
5
[SemaCXX] Should we fix test failing due to reverse iteration?
I see that the following test fails if reverse iteration of SmallPtrSet is enabled: /clang/test/SemaCXX/warn-loop-analysis.cpp/ This is because in SemaStmt.cpp we iterate SmallPtrSet and output warnings about the variables not used in the loop. Expected output: /warning: variables 'i', 'j', and 'k' used in loop condition not modified/ Output with reverse iteration:
2019 Feb 25
2
[Sanitizers] Platforms that don't support stack unwinding
Thank you for the explanation, Ben! I realized I didn’t give enough context for my question: As you noted, the slow/fast unwinder can only do its work if there is enough (runtime) information. Otherwise stack printing usually does exactly what you suggested: printing the one frame corresponding to the recent pc. When I asked if “platforms are required to at least support one kind of unwinder” I
2017 Jun 14
3
[cfe-dev] RFC: ODR checker for Clang and LLD
...g on WRT ODR checking & >> how this feature integrates or doesn't with their work? I imagine they >> might be working on something more like a Clang Tooling style approach, but >> I'm not sure. >> > > I'm not aware of any work like that, only of Richard Trieu's efforts for > modules that I'm piggybacking on. > +Djasper - perhaps you could provide some context on other odr detection efforts? > Peter > >> >> - Dave >> >> >>> >>> Peter >>> >>>> >>>> >>&g...
2017 Jun 15
4
[cfe-dev] RFC: ODR checker for Clang and LLD
...this feature integrates or doesn't with their work? I imagine they >>>> might be working on something more like a Clang Tooling style approach, but >>>> I'm not sure. >>>> >>> >>> I'm not aware of any work like that, only of Richard Trieu's efforts for >>> modules that I'm piggybacking on. >>> >> >> +Djasper - perhaps you could provide some context on other odr detection >> efforts? >> >> >>> Peter >>> >>>> >>>> - Dave >>>>...
2017 Jun 15
2
[cfe-dev] RFC: ODR checker for Clang and LLD
...this feature integrates or doesn't with their work? I imagine they >>>> might be working on something more like a Clang Tooling style approach, but >>>> I'm not sure. >>>> >>> >>> I'm not aware of any work like that, only of Richard Trieu's efforts for >>> modules that I'm piggybacking on. >>> >> >> +Djasper - perhaps you could provide some context on other odr detection >> efforts? >> >> >>> Peter >>> >>>> >>>> - Dave >>>>...
2017 Jun 15
2
[cfe-dev] RFC: ODR checker for Clang and LLD
...with their work? I imagine they >>>>>> might be working on something more like a Clang Tooling style approach, but >>>>>> I'm not sure. >>>>>> >>>>> >>>>> I'm not aware of any work like that, only of Richard Trieu's efforts >>>>> for modules that I'm piggybacking on. >>>>> >>>> >>>> +Djasper - perhaps you could provide some context on other odr >>>> detection efforts? >>>> >>>> >>>>> Peter >&gt...
2017 Jun 15
2
[cfe-dev] RFC: ODR checker for Clang and LLD
...gt;>> imagine they might be working on something more like a Clang Tooling style >>>>>>>> approach, but I'm not sure. >>>>>>>> >>>>>>> >>>>>>> I'm not aware of any work like that, only of Richard Trieu's efforts >>>>>>> for modules that I'm piggybacking on. >>>>>>> >>>>>> >>>>>> +Djasper - perhaps you could provide some context on other odr >>>>>> detection efforts? >>>>>> &gt...
2017 Jun 14
2
[cfe-dev] RFC: ODR checker for Clang and LLD
On Tue, Jun 13, 2017 at 10:05 PM Peter Collingbourne <peter at pcc.me.uk> wrote: > On Tue, Jun 13, 2017 at 8:48 PM, David Blaikie <dblaikie at gmail.com> wrote: > >> >> >> On Tue, Jun 13, 2017 at 8:43 PM Peter Collingbourne <peter at pcc.me.uk> >> wrote: >> >>> On Tue, Jun 13, 2017 at 7:54 PM, David Blaikie <dblaikie at
2017 Jun 07
8
RFC: ODR checker for Clang and LLD
Hi all, I'd like to propose an ODR checker feature for Clang and LLD. The feature would be similar to gold's --detect-odr-violations feature, but better: we can rely on integration with clang to avoid relying on debug info and to perform more precise matching. The basic idea is that we use clang's ability to create ODR hashes for declarations. ODR hashes are computed using all