mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
- As with DiagnosticBuilder, it is very important that SemaDiagnosticBuilder be completely inline to ensure that the compiler can rip it apart and sink it to registers. This is good for another 30k reduction in code size. llvm-svn: 152708