summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-08-19 01:28:17 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-08-19 01:28:17 +0000
commite918926d314f0c1dc2ee8c557ea7a8d4b4193220 (patch)
treecaee91004610a629844b264755bd0c8c2a141a99 /clang/lib/CodeGen/CGDebugInfo.cpp
parentfc8b02281020fa97d34fa98326080052ca0bb565 (diff)
downloadbcm5719-llvm-e918926d314f0c1dc2ee8c557ea7a8d4b4193220.tar.gz
bcm5719-llvm-e918926d314f0c1dc2ee8c557ea7a8d4b4193220.zip
Introduce LocInfoType which is a Sema-specific implementation detail.
This is a Type subclass that can hold a DeclaratorInfo* when we have type source info coming out of a declarator that we want to preserve. This is used only at the "border" of Parser/Sema for passing/getting QualTypes, it does not participate in the type system semantics in any way. llvm-svn: 79394
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index 65474348834..f39055fd873 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/lib/CodeGen/CGDebugInfo.cpp
@@ -764,7 +764,7 @@ llvm::DIType CGDebugInfo::getOrCreateType(QualType Ty,
#define DEPENDENT_TYPE(Class, Base) case Type::Class:
#include "clang/AST/TypeNodes.def"
assert(false && "Dependent types cannot show up in debug information");
-
+
case Type::LValueReference:
case Type::RValueReference:
case Type::Vector:
OpenPOWER on IntegriCloud