r324824 - Fix test clang-diff-json.cpp

2018-02-11 Thread Aaron Smith via cfe-commits
Author: asmith Date: Sat Feb 10 13:28:55 2018 New Revision: 324824 URL: http://llvm.org/viewvc/llvm-project?rev=324824=rev Log: Fix test clang-diff-json.cpp Summary: This test would fail if the python path had spaces. Add a quote around the path to fix this problem and update some test values

r337736 - [CodeGen] Record if a C++ record is a trivial type

2018-07-23 Thread Aaron Smith via cfe-commits
Author: asmith Date: Mon Jul 23 13:49:07 2018 New Revision: 337736 URL: http://llvm.org/viewvc/llvm-project?rev=337736=rev Log: [CodeGen] Record if a C++ record is a trivial type Summary: This has a dependence on D45122 Reviewers: rnk, zturner, llvm-commits, aleksandr.urakov Reviewed By: rnk

[libunwind] r329340 - [cmake] Remove duplicate command line options from build

2018-04-06 Thread Aaron Smith via cfe-commits
Author: asmith Date: Thu Apr 5 13:27:50 2018 New Revision: 329340 URL: http://llvm.org/viewvc/llvm-project?rev=329340=rev Log: [cmake] Remove duplicate command line options from build CMAKE_CXX_FLAGS and CMAKE_C_FLAGS are added twice to the command line. This causes the command line options to

r327775 - [Driver] Fix the descriptions for -Tdata and -Ttext options

2018-03-17 Thread Aaron Smith via cfe-commits
Author: asmith Date: Sat Mar 17 08:24:35 2018 New Revision: 327775 URL: http://llvm.org/viewvc/llvm-project?rev=327775=rev Log: [Driver] Fix the descriptions for -Tdata and -Ttext options Reviewers: llvm-commits Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D44581

r354843 - [CGDebugInfo] Set NonTrivial DIFlag to a c++ record if it's not trivial

2019-02-25 Thread Aaron Smith via cfe-commits
Author: asmith Date: Mon Feb 25 19:49:05 2019 New Revision: 354843 URL: http://llvm.org/viewvc/llvm-project?rev=354843=rev Log: [CGDebugInfo] Set NonTrivial DIFlag to a c++ record if it's not trivial This goes with https://reviews.llvm.org/D44406 Modified:

Re: r354843 - [CGDebugInfo] Set NonTrivial DIFlag to a c++ record if it's not trivial

2019-03-04 Thread Aaron Smith via cfe-commits
lied by the absence of the trivial flag? (or the other way around) - the flags seem redundant with one another. On Mon, Feb 25, 2019 at 8:02 PM Aaron Smith via cfe-commits mailto:cfe-commits@lists.llvm.org>> wrote: Author: asmith Date: Mon Feb 25 19:49:05 2019 New Revision: 354843 URL: http://llvm.

r355890 - [DebugInfo] Add test cases for FlagNonTrivial

2019-03-11 Thread Aaron Smith via cfe-commits
Author: asmith Date: Mon Mar 11 19:00:39 2019 New Revision: 355890 URL: http://llvm.org/viewvc/llvm-project?rev=355890=rev Log: [DebugInfo] Add test cases for FlagNonTrivial Summary: This is a test case to go with D44406 which added FlagNonTrivial to mark that a C++ record is non-trivial to

Re: r354843 - [CGDebugInfo] Set NonTrivial DIFlag to a c++ record if it's not trivial

2019-03-13 Thread Aaron Smith via cfe-commits
be improved.) Thanks, --paulr From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf Of Aaron Smith via cfe-commits Sent: Monday, March 04, 2019 6:22 PM To: David Blaikie; Reid Kleckner; Adrian Prantl; Jonas Devlieghere Cc: cfe-commits@lists.llvm.org Subject: Re: r354843 - [CGDebugInfo

r358219 - [DebugInfo] Combine Trivial and NonTrivial flags

2019-04-11 Thread Aaron Smith via cfe-commits
Author: asmith Date: Thu Apr 11 13:24:54 2019 New Revision: 358219 URL: http://llvm.org/viewvc/llvm-project?rev=358219=rev Log: [DebugInfo] Combine Trivial and NonTrivial flags Summary: These flags are used when emitting debug info and needed to initialize subprogram and member function

[clang] 4eabd00 - [Windows SEH] Fix abnormal-exits in _try

2020-04-30 Thread Aaron Smith via cfe-commits
Author: Aaron Smith Date: 2020-04-30T09:38:19-07:00 New Revision: 4eabd006125424f879a7129eca824998192d89a9 URL: https://github.com/llvm/llvm-project/commit/4eabd006125424f879a7129eca824998192d89a9 DIFF: https://github.com/llvm/llvm-project/commit/4eabd006125424f879a7129eca824998192d89a9.diff

[clang] 292058a - [clang-format] Fix Microsoft style for enums

2020-04-30 Thread Aaron Smith via cfe-commits
Author: Aaron Smith Date: 2020-04-30T09:11:54-07:00 New Revision: 292058a5d6d708ec7d285a452d4350b33ba080dc URL: https://github.com/llvm/llvm-project/commit/292058a5d6d708ec7d285a452d4350b33ba080dc DIFF: https://github.com/llvm/llvm-project/commit/292058a5d6d708ec7d285a452d4350b33ba080dc.diff