summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaExceptionSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Delay checking overrides for exception specifications if the overriddenRichard Smith2014-11-221-6/+13
* PR21565 Add an egregious hack to support broken libstdc++ headers that declareRichard Smith2014-11-141-0/+27
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-10/+12
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-11-121-8/+16
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-0/+1
* Add the initial TypoExpr AST node for delayed typo correction.Kaelyn Takata2014-10-271-0/+1
* Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...NAKAMURA Takumi2014-10-171-16/+8
* Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These wereRichard Smith2014-10-161-8/+16
* Revert r217995 and follow-ups:Hans Wennborg2014-09-181-16/+8
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-09-171-8/+16
* [modules] Maintain an AST invariant across module load/save: if any declarationRichard Smith2014-07-311-7/+10
* Factor out exception specification information fromRichard Smith2014-07-311-25/+19
* PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith2014-07-191-3/+3
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-091-0/+1
* Move the logic for testing for namespace std into one location. This check canRichard Trieu2014-05-281-9/+2
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-2/+2
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-031-2/+1
* When the exception specification for a function in an imported PCH or module isRichard Smith2014-03-201-0/+20
* [C++11] Replacing FunctionProtoType iterators exception_begin() and exception...Aaron Ballman2014-03-171-18/+10
* PR16638, DR1552: the exception specification on an implicitly-declaredRichard Smith2014-02-071-3/+6
* Don't mark decls with mismatching exception specs invalid in MS mode (PR18683)Hans Wennborg2014-02-051-7/+15
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-7/+6
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-9/+8
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-1/+0
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-1/+0
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+1
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-201-1/+1
* Fix regression from r184810.Eli Friedman2013-06-251-1/+3
* Fix noexcept for delete expressions.Eli Friedman2013-06-251-6/+5
* Delete a couple dead checks.Eli Friedman2013-06-251-82/+76
* Delete dead code.Eli Friedman2013-06-251-17/+0
* PR12086, PR15117Richard Smith2013-06-121-0/+1
* Use FPT::getArgTypes() instead of manually building ArrayRefsReid Kleckner2013-06-101-10/+4
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-1/+6
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+3
* PR15597: Fix a confusion between the implicit exception specification and theRichard Smith2013-03-271-1/+1
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-081-8/+10
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-2/+2
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-3/+3
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Per C++11 [except.spec]p2, rvalue references are not permitted in exception s...Richard Smith2012-11-281-33/+34
* PR14388: An array or function type in an exception specification should beRichard Smith2012-11-281-12/+23
* Rework implementation of DR1492: Apply the resolution to operator delete too,Richard Smith2012-10-201-18/+37
* DR1492: In a definition of a destructor, the exception specification must beRichard Smith2012-10-161-16/+28
* PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith2012-09-121-0/+1
* Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith2012-08-161-2/+1
* Final piece of core issue 1330: delay computing the exception specification ofRichard Smith2012-07-271-19/+12
* Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()Douglas Gregor2012-05-041-3/+5
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-191-1/+1
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-171-1/+358