]> granicus.if.org Git - clang/commitdiff
this is reasonably complete by now.
authorChris Lattner <sabre@nondot.org>
Tue, 2 Feb 2010 05:23:01 +0000 (05:23 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 Feb 2010 05:23:01 +0000 (05:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95069 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Builtins.def

index a1a0469b8e83dd69f5229e7e78da1b30af340f2a..c03f7013cf9094730c272ac3a0df61bfcab308a8 100644 (file)
@@ -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.