]> granicus.if.org Git - clang/commit
[Sema] Fix SemaDiagnosticBuilder to be inline.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 14 Mar 2012 09:49:32 +0000 (09:49 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 14 Mar 2012 09:49:32 +0000 (09:49 +0000)
commit393eed7fb901e49085c8583ff0439d1273b6f2fe
tree662adc6f1726ded5fdbe3b4b291e9eb203db97dd
parent4ccf7377fc44127b522b3b830b4ae371a35be2d4
[Sema] Fix SemaDiagnosticBuilder to be inline.
 - 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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152708 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Diagnostic.h
include/clang/Sema/Sema.h
lib/Sema/Sema.cpp