[cfe-commits] r81024 - /cfe/trunk/include/clang/AST/DeclTemplate.h
Mike Stump
mrs at apple.com
Fri Sep 4 11:54:10 PDT 2009
Author: mrs
Date: Fri Sep 4 13:54:10 2009
New Revision: 81024
URL: http://llvm.org/viewvc/llvm-project?rev=81024&view=rev
Log:
Cleanup.
Modified:
cfe/trunk/include/clang/AST/DeclTemplate.h
Modified: cfe/trunk/include/clang/AST/DeclTemplate.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclTemplate.h?rev=81024&r1=81023&r2=81024&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclTemplate.h (original)
+++ cfe/trunk/include/clang/AST/DeclTemplate.h Fri Sep 4 13:54:10 2009
@@ -240,8 +240,7 @@
if (Kind != Type)
return QualType();
- return QualType::getFromOpaquePtr(
- reinterpret_cast<void*>(TypeOrValue));
+ return QualType::getFromOpaquePtr(reinterpret_cast<void*>(TypeOrValue));
}
/// \brief Retrieve the template argument as a declaration.
More information about the cfe-commits
mailing list