diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-08-22 20:32:44 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-08-22 20:32:44 +0000 |
commit | c47285c44fdffa6b2dbdeb3ee825e6e856e31e5f (patch) | |
tree | 59665d57eb76e7bec123fd9cdc02cff3ea802bb0 | |
parent | 92eaacbccfa27837de0ee4749062cf91b8364508 (diff) |
Removed couple of FIXME comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79757 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Basic/DiagnosticGroups.td | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/clang/Basic/DiagnosticGroups.td b/include/clang/Basic/DiagnosticGroups.td index 5a701078a0..34bea5b1ac 100644 --- a/include/clang/Basic/DiagnosticGroups.td +++ b/include/clang/Basic/DiagnosticGroups.td @@ -138,11 +138,7 @@ def Most : DiagGroup<"most", [ UnusedVariable, VectorConversions, VolatileRegisterVar, - // FIXME. Too many errors (-Werror) in a key project. - // ReadOnlySetterAttrs, Reorder - // FIXME. Too many errors (-Werror) in a key project. - // UndeclaredSelector ]>; // -Wall is -Wmost -Wparentheses |