K 10 svn:author V 3 dim K 8 svn:date V 27 2011-12-30T22:17:10.785296Z K 7 svn:log V 366 MFC r227735: Pull in r144110 from upstream clang trunk: Mark the overloaded atomic builtins as having custom type checking, which they do. This avoids all of the default argument promotions that we (1) don't want, and (2) undo during that custom type checking, and makes sure that we don't run into trouble during template instantiation. Fixes llvm/clang PR11320. END