simon_tatham added a comment.

This patch doesn't seem to have attracted much review attention in the last 
couple of weeks. On the theory that perhaps it's just too big and monolithic to 
review in one go, I've started to break it up into smaller pieces.

So far I've only covered the preparation stages, so I //hope// the following 
patches won't be too controversial:
D105490 <https://reviews.llvm.org/D105490>: Remove unused parameter from 
parseMSInlineAsm.
D105491 <https://reviews.llvm.org/D105491>: [clang] Use i64 for the !srcloc 
metadata on asm IR nodes.
D105492 <https://reviews.llvm.org/D105492>: [clang] Introduce 
SourceLocation::[U]IntType typedefs.
D105493 <https://reviews.llvm.org/D105493>: [clang] Change set type used for 
SourceLocation.
D105494 <https://reviews.llvm.org/D105494>: [clang] Introduce a union inside 
ProgramPoint.
D105495 <https://reviews.llvm.org/D105495>: [clang] Make negative 
getLocWithOffset widening-safe.
D105497 <https://reviews.llvm.org/D105497>: [clang] Serialize source locations 
as 64-bit in PCH.
D105498 <https://reviews.llvm.org/D105498>: [clang] Remove assumption about 
SourceLocation alignment.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97204/new/

https://reviews.llvm.org/D97204

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to