diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-02 05:23:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-02 05:23:01 +0000 |
commit | 88aad88df1d47d756e5e76fbef6c0bcdaab51b42 (patch) | |
tree | 17828d95deaf31a020d76d7f7c4117923620e479 | |
parent | 96a86600b40c7e92f1da2fdec5433cfd2a62a7ef (diff) |
this is reasonably complete by now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95069 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Basic/Builtins.def | 3 |
1 files changed, 0 insertions, 3 deletions
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. |