Go to file
Douglas Gregor 5fcb51c09c When determining whether a DeclRefExpr is value-dependent when it
references a const variable of integral type, the initializer may be
in a different declaration than the one that name-lookup saw. Find the
initializer anyway. Fixes PR6045.

llvm-svn: 93514
2010-01-15 16:21:02 +00:00
clang When determining whether a DeclRefExpr is value-dependent when it 2010-01-15 16:21:02 +00:00
compiler-rt Tidy up comments, remove whitespace, and rename 'print-%' make debugging target 2010-01-13 16:13:01 +00:00
llvm Test case for http://llvm.org/PR6028. 2010-01-15 11:29:26 +00:00