]> granicus.if.org Git - clang/commit
move the Diag method for Sema to be inline. This shrinks the release-asserts
authorChris Lattner <sabre@nondot.org>
Sat, 22 Nov 2008 08:28:49 +0000 (08:28 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 22 Nov 2008 08:28:49 +0000 (08:28 +0000)
commit3cfa928f9c9bdc5a12f4c4902cd932babc9c7bc1
treeac0b86e0bc2849537ff7f490ce485ee439b2547b
parent6afbf3f2198fb1903635386a0695a3c7b7ad5385
move the Diag method for Sema to be inline.  This shrinks the release-asserts
clang executable (when built with gcc 4.2 on the mac) from 14519740 to
14495028 bytes.  This shrinks individual object files as well: SemaChecking
from 23580->22248, SemaDeclObjc from 61368->57376, SemaExpr from
115628->110516, as well as several others.

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