summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/qualification-conversion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correctly refer to element CVR qualifications when determining if a type isChandler Carruth2009-12-291-0/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Initial implementation of argument dependent lookup (a.k.a. ADL,Douglas Gregor2009-02-041-4/+4
* Implement implicit conversions for pointers-to-member.Sebastian Redl2009-01-251-0/+12
* Initial step toward supporting qualification conversions (C++ 4.4).Douglas Gregor2008-10-211-0/+11