aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/qualified-id-lookup.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-19Be smarter about deciding to add a leading '::' to aKaelyn Uhrain1-2/+2
2013-05-29Disallow extern decls of type void in C++ modeDavid Majnemer1-1/+1
2012-06-06Allow CorrectTypo to add/modify nested name qualifiers to typos thatKaelyn Uhrain1-2/+3
2012-04-03Remove more redundant lookups. Add a new "all_lookups_iterator" which providesNick Lewycky1-0/+5
2010-09-08Use the new-initialization code for initializing scalars with aDouglas Gregor1-1/+1
2010-04-23When parsing a cast-expression that starts with a scope annotation,Douglas Gregor1-0/+22
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall1-2/+2
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-02Recognize that EnumConstantDecls can be found by lookup and are not instanceJohn McCall1-0/+15
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2009-02-06Diagnose attempts to define a namespace member out-of-line when noDouglas Gregor1-1/+0
2009-01-19Centralize error reporting of improper uses of incomplete types in theDouglas Gregor1-1/+1
2009-01-17Teach DeclContext how to find the primary declaration for any TagDeclDouglas Gregor1-1/+17
2009-01-14Refactor name lookup.Douglas Gregor1-1/+1
2009-01-13Fix argument-passing bugs in a call to objectDouglas Gregor1-1/+10
2009-01-07Fix PR clang/3291Douglas Gregor1-1/+13
2009-01-06Add QualifiedDeclRefExpr, which retains additional source-locationDouglas Gregor1-0/+1
2009-01-05Introduce support for "transparent" DeclContexts, which areDouglas Gregor1-0/+8
2009-01-05Fix a bug where we'd try to look beyond the current cached tokens whenChris Lattner1-0/+11
2009-01-05add a testcaseChris Lattner1-0/+2
2008-12-11Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor1-0/+53