Correct comment (see 5e2960275c7e)

This commit is contained in:
Philippe Canal
2013-12-12 15:00:52 -06:00
committed by sftnight
parent 47475c9934
commit 453513639f

View File

@ -551,7 +551,7 @@ namespace utils {
static bool IsCompilerDetails(const TagType *tagTy)
{
// Return true if the TagType is a 'details' of the std implementation.
// (For now it means declared in std and __gnu_cxx
// (For now it means declared in __gnu_cxx or starting with underscore).
const TagDecl *decl = tagTy->getDecl();
assert(decl);