diff options
| author | Douglas Gregor <dgregor@apple.com> | 2010-04-12 23:52:24 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2010-04-12 23:52:24 +0000 |
| commit | b3cdaee19031b07aa8f066fb700e799d6262629e (patch) | |
| tree | 8cdd295d436eb65bb95e9b59f7a24bb83be27823 | |
| parent | 2c326bce387c87b58e578d729b5942e3a50cf365 (diff) | |
| download | bcm5719-llvm-b3cdaee19031b07aa8f066fb700e799d6262629e.tar.gz bcm5719-llvm-b3cdaee19031b07aa8f066fb700e799d6262629e.zip | |
Remove some dead FIXMEs
llvm-svn: 101092
| -rw-r--r-- | clang/lib/Sema/SemaType.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/Sema/SemaType.cpp b/clang/lib/Sema/SemaType.cpp index 005bc4ad99c..dc0d39a5f4c 100644 --- a/clang/lib/Sema/SemaType.cpp +++ b/clang/lib/Sema/SemaType.cpp @@ -950,8 +950,6 @@ QualType Sema::GetTypeForDeclarator(Declarator &D, Scope *S, // "void" instead. T = Context.VoidTy; - // FIXME: Keep track of source location information within the constructor - // or destructor name. if (TInfo) ReturnTypeInfo = Context.getTrivialTypeSourceInfo(T, D.getName().StartLocation); @@ -960,7 +958,6 @@ QualType Sema::GetTypeForDeclarator(Declarator &D, Scope *S, case UnqualifiedId::IK_ConversionFunctionId: // The result type of a conversion function is the type that it // converts to. - // FIXME: Keep track of the location of the 'operator' keyword? T = GetTypeFromParser(D.getName().ConversionFunctionId, TInfo? &ReturnTypeInfo : 0); break; |

