]> granicus.if.org Git - clang/commit
Draw a brighter line between "unresolved" expressions, where we have done the
authorJohn McCall <rjmccall@apple.com>
Thu, 19 Nov 2009 22:55:06 +0000 (22:55 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 19 Nov 2009 22:55:06 +0000 (22:55 +0000)
commit865d447ac6a4721ab58e898d014a21f2eff74b06
tree0de918aa66c08132f1dca0adafa76b7bc96ec52e
parenta7cf23a72b0846fc5aacf3f38bb8c8f9e76784cf
Draw a brighter line between "unresolved" expressions, where we have done the
appropriate lookup and simply can't resolve the referrent yet, and
"dependent scope" expressions, where we can't do the lookup yet because the
entity we need to look into is a dependent type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89402 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
include/clang/AST/StmtNodes.def
lib/AST/Expr.cpp
lib/AST/ExprCXX.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/CodeGen/Mangle.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/TreeTransform.h