[cfe-commits] r95069 - /cfe/trunk/include/clang/Basic/Builtins.def

Chris Lattner sabre at nondot.org
Mon Feb 1 21:23:09 PST 2010


Author: lattner
Date: Mon Feb  1 23:23:01 2010
New Revision: 95069

URL: http://llvm.org/viewvc/llvm-project?rev=95069&view=rev
Log:
this is reasonably complete by now.

Modified:
    cfe/trunk/include/clang/Basic/Builtins.def

Modified: cfe/trunk/include/clang/Basic/Builtins.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/Builtins.def?rev=95069&r1=95068&r2=95069&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/Builtins.def (original)
+++ cfe/trunk/include/clang/Basic/Builtins.def Mon Feb  1 23:23:01 2010
@@ -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.
 





More information about the cfe-commits mailing list