llvm-project/clang/lib/Parse
Douglas Gregor a52713096d Improve the extension warning for the use of ref-qualifiers, to
distinguish them from rvalue references. Using the rvalue-references
warning was weird when the ref-qualifier was '&'.

llvm-svn: 124316
2011-01-26 20:35:32 +00:00
..
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
ParseAST.cpp Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
ParseCXXInlineMethods.cpp Pass the VirtSpecifiers along to Sema::ActOnCXXMemberDeclarator. 2011-01-20 03:57:25 +00:00
ParseDecl.cpp Improve the extension warning for the use of ref-qualifiers, to 2011-01-26 20:35:32 +00:00
ParseDeclCXX.cpp Get rid of [[hiding]], [[override]] and [[base_check]]. 2011-01-23 21:33:18 +00:00
ParseExpr.cpp Rvalue references for *this: parse ref-qualifiers. 2011-01-26 03:43:54 +00:00
ParseExprCXX.cpp Implement support for non-type template parameter packs whose type is 2011-01-19 20:10:05 +00:00
ParseInit.cpp Implement support for pack expansions in initializer lists and 2011-01-03 19:31:53 +00:00
ParseObjc.cpp Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and 2011-01-18 02:00:16 +00:00
ParsePragma.cpp Convert "#pragma unused(...)" into tokens for the parser. 2011-01-17 18:58:44 +00:00
ParsePragma.h When we parse a pragma, keep track of how that pragma was originally 2010-09-09 22:45:38 +00:00
ParseStmt.cpp Improve our parse recovery on 'case blah;' and 'default;'. 2011-01-22 09:28:32 +00:00
ParseTemplate.cpp Downgrade the "variadic templates are a C++0x feature" error to an 2011-01-19 21:59:15 +00:00
ParseTentative.cpp Rvalue references for *this: tentative parsing and template argument deduction. 2011-01-26 16:50:54 +00:00
Parser.cpp Lazily initialize the 'final' and 'override' contextual keywords as suggested by Doug. 2011-01-20 03:47:08 +00:00
RAIIObjectsForParser.h Implement bracket insertion for Objective-C instance message sends as 2010-09-15 14:51:05 +00:00