summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx-using-declaration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-071-1/+1
| | | | llvm-svn: 203302
* Imrpove the note text for when a non-type decl hides a tag typeKaelyn Uhrain2012-04-271-1/+1
| | | | llvm-svn: 155723
* Add note to help explain why a tag such as 'struct' is needed to referKaelyn Uhrain2012-04-261-0/+16
| | | | | | | to a given type, when the reason is that there is a non-type decl with the same name. llvm-svn: 155677
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Honor using declarations in overload resolution. Most of the code forJohn McCall2009-12-031-1/+0
| | | | | | | | | | | overloaded-operator resolution is wildly untested, but the parallel code for methods seems to satisfy some trivial tests. Also change some overload-resolution APIs to take a type instead of an expression, which lets us avoid creating a spurious CXXThisExpr when resolving implicit member accesses. llvm-svn: 90410
* Tweak expected error to match what should happen, once using declarations workDouglas Gregor2009-11-251-3/+2
| | | | llvm-svn: 89876
* Remove RUN: true lines.Daniel Dunbar2009-11-081-2/+2
| | | | llvm-svn: 86432
* test commitJohn Thompson2009-10-131-48/+47
| | | | llvm-svn: 83945
* Disable this test: cxx-using-declaration.cppDaniel Dunbar2009-07-251-1/+4
| | | | | | | | | | Something strange is going on here; this test randomly started failing after unrelated changes to TestRunner.py (even though it runs the same script). Argiris or Doug, can one of you investigate? llvm-svn: 77063
* Parsing and AST support for using declarations, from John Thompson!Douglas Gregor2009-06-201-0/+45
llvm-svn: 73812
OpenPOWER on IntegriCloud