llvm-project/clang/lib/Parse
Richard Smith 6403e937d6 PR21565 Add an egregious hack to support broken libstdc++ headers that declare
a member named 'swap' and then expect unqualified lookup for the name 'swap' in
its exception specification to find anything else.

Without delay-parsed exception specifications, this was ill-formed (NDR) by
[basic.scope.class]p1, rule 2. With delay-parsed exception specifications, the
call to 'swap' unambiguously finds the function being declared, which then
fails because the arguments don't work for that function.

llvm-svn: 221955
2014-11-14 00:37:55 +00:00
..
CMakeLists.txt [CMake] Reorder libdeps by alphabetical order. 2014-07-14 04:59:27 +00:00
Makefile
ParseAST.cpp [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-12 05:09:18 +00:00
ParseCXXInlineMethods.cpp PR21437, final part of DR1330: delay-parsing of exception-specifications. This 2014-11-13 20:01:57 +00:00
ParseDecl.cpp PR21565 Add an egregious hack to support broken libstdc++ headers that declare 2014-11-14 00:37:55 +00:00
ParseDeclCXX.cpp PR21437, final part of DR1330: delay-parsing of exception-specifications. This 2014-11-13 20:01:57 +00:00
ParseExpr.cpp PR21437, final part of DR1330: delay-parsing of exception-specifications. This 2014-11-13 20:01:57 +00:00
ParseExprCXX.cpp PR21437, final part of DR1330: delay-parsing of exception-specifications. This 2014-11-13 20:01:57 +00:00
ParseInit.cpp Refactoring. Remove release and take methods from ActionResult. Rename takeAs to getAs. 2014-05-29 10:55:11 +00:00
ParseObjc.cpp Remove the last couple uses of the ExprArg(just Expr*) typedef in Parser. 2014-10-30 05:30:05 +00:00
ParseOpenMP.cpp [OPENMP] 'omp teams' directive basic support. 2014-10-09 04:18:56 +00:00
ParsePragma.cpp Parse: Ignore "long" and "short" in #pragma section 2014-10-22 21:08:43 +00:00
ParseStmt.cpp Pass around CorrectionCandidateCallbacks as unique_ptrs so 2014-10-27 18:07:29 +00:00
ParseStmtAsm.cpp Initialize MCObjectFileInfo when parsing ms-style asm. 2014-10-03 21:48:23 +00:00
ParseTemplate.cpp C++1y is now C++14! 2014-08-19 15:55:55 +00:00
ParseTentative.cpp [c++1z] Support for u8 character literals. 2014-11-08 06:08:42 +00:00
Parser.cpp [OPENMP] Codegen for threadprivate variables 2014-11-11 04:05:39 +00:00
RAIIObjectsForParser.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00