[all-commits] [llvm/llvm-project] d1ed67: [GNU ObjC] Fix a regression listing methods twice.
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Tue Dec 1 01:57:13 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: d1ed67037de6f3f44dc446784f74f0e02adec9b5
https://github.com/llvm/llvm-project/commit/d1ed67037de6f3f44dc446784f74f0e02adec9b5
Author: David Chisnall <github at theravensnest.org>
Date: 2020-12-01 (Tue, 01 Dec 2020)
Changed paths:
M clang/lib/CodeGen/CGObjCGNU.cpp
A clang/test/CodeGenObjC/gnu-method-only-once.m
Log Message:
-----------
[GNU ObjC] Fix a regression listing methods twice.
Methods synthesized from declared properties were being added to the
method lists twice. This came from the change to list them in the
class's method list, which missed removing the place in CGObjCGNU that
added them again.
Reviewed By: lanza
Differential Revision: https://reviews.llvm.org/D91874
Commit: ade2fbbfb09c03ed665271247542774ecd540344
https://github.com/llvm/llvm-project/commit/ade2fbbfb09c03ed665271247542774ecd540344
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-12-01 (Tue, 01 Dec 2020)
Changed paths:
A llvm/test/tools/llvm-readobj/ELF/RISCV/attributes-invalid.test
R llvm/test/tools/llvm-readobj/ELF/RISCV/invalid-attr-section-size.test
R llvm/test/tools/llvm-readobj/ELF/RISCV/invalid-attr-version.test
Log Message:
-----------
[llvm-readobj][test] - Merge 2 test cases together.
This merges `invalid-attr-section-size.test` and `invalid-attr-version.test`
into `invalid-attributes-sec.test`.
This allows to have a single place where other related test cases can be added.
Differential revision: https://reviews.llvm.org/D92316
Commit: 398b729243b12bdfbc7a75b46d39b547545cbd2d
https://github.com/llvm/llvm-project/commit/398b729243b12bdfbc7a75b46d39b547545cbd2d
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2020-12-01 (Tue, 01 Dec 2020)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Frontend/CompilerInvocation.cpp
Log Message:
-----------
[clang][cli] Port HeaderSearch option flags to new option parsing system
Depends on D83697.
Reviewed By: dexonsmith
Original patch by Daniel Grumberg.
Differential Revision: https://reviews.llvm.org/D83940
Compare: https://github.com/llvm/llvm-project/compare/82d9fb0ac19e...398b729243b1
More information about the All-commits
mailing list