[llvm-branch-commits] [clang] 267dc10 - Implement #pragma clang final extension

2021-07-29 Thread Chris Bieneman via llvm-branch-commits
Author: Chris Bieneman Date: 2021-07-29T11:19:25-05:00 New Revision: 267dc10d53f124dceeccee042f61e6e6624f6d4c URL: https://github.com/llvm/llvm-project/commit/267dc10d53f124dceeccee042f61e6e6624f6d4c DIFF: https://github.com/llvm/llvm-project/commit/267dc10d53f124dceeccee042f61e6e6624f6d4c.diff

[llvm-branch-commits] [clang] 997d922 - This patch adds `#pragma clang header_unsafe` to enable flagging macros

2021-07-29 Thread Chris Bieneman via llvm-branch-commits
Author: Chris Bieneman Date: 2021-07-29T10:10:51-05:00 New Revision: 997d9222f2ffa08c646076f2154993484e1ade98 URL: https://github.com/llvm/llvm-project/commit/997d9222f2ffa08c646076f2154993484e1ade98 DIFF: https://github.com/llvm/llvm-project/commit/997d9222f2ffa08c646076f2154993484e1ade98.diff

[llvm-branch-commits] [clang] 393e6e4 - Support macro deprecation #pragma clang deprecated

2021-07-29 Thread Chris Bieneman via llvm-branch-commits
Author: Chris Bieneman Date: 2021-07-29T09:11:14-05:00 New Revision: 393e6e4cbc05f589c4dd75dbfae79ee44eb1a5f5 URL: https://github.com/llvm/llvm-project/commit/393e6e4cbc05f589c4dd75dbfae79ee44eb1a5f5 DIFF: https://github.com/llvm/llvm-project/commit/393e6e4cbc05f589c4dd75dbfae79ee44eb1a5f5.diff

[llvm-branch-commits] [cfe-branch] r369017 - Correcting clang-cpp release not to spcify supported targets.

2019-08-20 Thread Chris Bieneman via llvm-branch-commits
Author: cbieneman Date: Thu Aug 15 09:54:13 2019 New Revision: 369017 URL: http://llvm.org/viewvc/llvm-project?rev=369017&view=rev Log: Correcting clang-cpp release not to spcify supported targets. Modified: cfe/branches/release_90/docs/ReleaseNotes.rst Modified: cfe/branches/release_90/docs

[llvm-branch-commits] [cfe-branch] r368894 - Merging release note update in r368874

2019-08-20 Thread Chris Bieneman via llvm-branch-commits
Author: cbieneman Date: Wed Aug 14 11:11:11 2019 New Revision: 368894 URL: http://llvm.org/viewvc/llvm-project?rev=368894&view=rev Log: Merging release note update in r368874 Modified: cfe/branches/release_90/ (props changed) cfe/branches/release_90/docs/ReleaseNotes.rst Propchange: cf

[llvm-branch-commits] [llvm-branch] r277617 - [docs] Release Notes: autoconf has been removed

2016-08-11 Thread Chris Bieneman via llvm-branch-commits
Author: cbieneman Date: Wed Aug 3 13:08:14 2016 New Revision: 277617 URL: http://llvm.org/viewvc/llvm-project?rev=277617&view=rev Log: [docs] Release Notes: autoconf has been removed Fleshing out the note about the autoconf build system being removed and pointing to CMake documentation. Modifi