summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExceptionSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-8/+8
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-0/+1
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-2/+0
* Only print _Bool as 'bool' when 'bool' is defined as an object-likeDouglas Gregor2011-09-271-3/+3
* When 'bool' is not a built-in type but is defined as a macro, printDouglas Gregor2011-09-271-2/+2
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-1/+1
* Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet2011-09-171-3/+3
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-4/+6
* MSVC doesn't do any validation regarding exception specification.Francois Pichet2011-05-241-1/+4
* Fix PR9941 for out-of-line template destructors too.Sebastian Redl2011-05-201-7/+12
* Reapply r121528, fixing PR9941 by delaying the exception specification check ...Sebastian Redl2011-05-191-0/+8
* For consistency, change suffix from war_ to warn_ for some Microsoft warnings...Francois Pichet2011-04-221-2/+2
* Downgrade err_mismatched_exception_spec to a ExtWarning in Microsoft mode. MS...Francois Pichet2011-03-191-11/+10
* More robust check for the special C++0x operator new workaround.Sebastian Redl2011-03-151-5/+5
* Implement a hack to work around the changing exception specification of opera...Sebastian Redl2011-03-151-2/+38
* Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcep...Sebastian Redl2011-03-131-4/+4
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-121-45/+200
* Forgotten part of previous commit.Abramo Bagnara2011-03-121-4/+4
* Reinstate r127112, "Propagate new-style exception spec information to ExtProt...Sebastian Redl2011-03-061-4/+4
* Revert r127112, "Propagate new-style exception spec information to ExtProtoIn...NAKAMURA Takumi2011-03-061-4/+4
* Propagate new-style exception spec information to ExtProtoInfo.Sebastian Redl2011-03-051-4/+4
* Semantic checking for exception specifications should be triggered byJohn McCall2011-03-021-3/+3
* Added missing IgnoreParens().Abramo Bagnara2010-12-141-3/+1
* Restore r121752 without modification.John McCall2010-12-141-18/+17
OpenPOWER on IntegriCloud