From: Chris Lattner Date: Tue, 2 Feb 2010 05:23:01 +0000 (+0000) Subject: this is reasonably complete by now. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88aad88df1d47d756e5e76fbef6c0bcdaab51b42;p=clang this is reasonably complete by now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95069 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/Builtins.def b/include/clang/Basic/Builtins.def index a1a0469b8e..c03f7013cf 100644 --- a/include/clang/Basic/Builtins.def +++ b/include/clang/Basic/Builtins.def @@ -12,9 +12,6 @@ // //===----------------------------------------------------------------------===// -// FIXME: this needs to be the full list supported by GCC. Right now, I'm just -// adding stuff on demand. -// // FIXME: This should really be a .td file, but that requires modifying tblgen. // Perhaps tblgen should have plugins.