summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExceptionSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType callRichard Smith2015-12-181-1/+1
* [MSVC] 'property' with an empty array in array subscript expression.Alexey Bataev2015-11-251-0/+1
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-0/+2
* [-fms-extensions] Allow missing exception specifications in redeclarations a...David Majnemer2015-10-201-4/+8
* SourceRanges are small and trivially copyable, don't them by reference.Craig Topper2015-10-041-1/+1
* Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren2015-10-031-2/+2
* Promote a warning on ill-formed code (redeclaration missing an exceptionRichard Smith2015-09-301-15/+31
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-0/+1
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-1/+0
* [SemaTemplate] Detect instantiation of unparsed exceptions.Davide Italiano2015-07-251-1/+7
* Fix alignment issues in Clang.James Y Knight2015-07-171-2/+3
* Fix a couple of typos: specifc->specific.Eric Christopher2015-07-101-1/+1
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-4/+6
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-0/+2
* [modules] Remove redundant import of lexical decls when building a lookup tableRichard Smith2015-03-231-3/+3
* Reverting 232853 and 232870 because they depend on 232793,Vince Harron2015-03-221-3/+3
* [modules] When either redecl chain merging or an update record causes us toRichard Smith2015-03-211-3/+3
* Mark DR1948 as implementedDavid Majnemer2015-02-191-3/+3
* 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
OpenPOWER on IntegriCloud