search for: l948

Displaying 3 results from an estimated 3 matches for "l948".

Did you mean: 948
2008 May 09
1
archive file attribute
I am trying to use cabarc to create a cabinet file, but it is very important that the files added to the cabinet not have the archive attribute set. It seems that all files appear to have the archive flag set in wine, is it possible to turn off the archive flag? -- Daniel
2019 Dec 26
2
RFC: Refactor SubclassData
I've tested it on MSVC, gcc, clang and icc. The solution in clang (in Decl.h) is not ideal (as you have said yourself). The solution I offer, is using a union of fields of class BitField (this is a new class that implements a bitfield of a specific type requested). With this, the definition, of the required bitfields in the subclass data, remains in the hands of the actual class needing them.
2019 Dec 27
2
RFC: Refactor SubclassData
...fsets are > relative adding a bit means only adding one to an enum value a few lines > below > (a static_assert then checks that the union is not too large). > > [1] > https://github.com/llvm/llvm-project/blob/f20fc65887e2085332d111ee0b05736794423c72/clang/include/clang/AST/Stmt.h#L948 > > Bruno Ricci > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: &...