search for: l849

Displaying 2 results from an estimated 2 matches for "l849".

Did you mean: 849
2019 Dec 30
2
RFC: Refactor SubclassData
...rrent implementation. > Cheers! [1] https://github.com/llvm/llvm-project/blob/master/clang/include/clang/AST/Stmt.h#L1088 [2] https://github.com/llvm/llvm-project/blob/master/clang/include/clang/AST/Stmt.h#L471 [3] https://github.com/llvm/llvm-project/blob/master/clang/include/clang/AST/Stmt.h#L849 [4] https://github.com/llvm/llvm-project/blob/master/clang/include/clang/AST/Stmt.h#L804 Bruno Ricci
2019 Dec 27
2
RFC: Refactor SubclassData
Ehud, can you elaborate on which classes you're trying to change. I know some of the classes already use methods like getSubclassDataFromInstruction() to hide bits from the subclasses. They could probably shift the data too. ~Craig On Fri, Dec 27, 2019 at 9:35 AM Bruno Ricci via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi, > > On 26/12/2019 20:53, Ehud Katz via