summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaExceptionSpec.cpp
Commit message (Expand)AuthorAge
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-09
* Move the logic for testing for namespace std into one location. This check canRichard Trieu2014-05-28
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-03
* When the exception specification for a function in an imported PCH or module isRichard Smith2014-03-20
* [C++11] Replacing FunctionProtoType iterators exception_begin() and exception...Aaron Ballman2014-03-17
* PR16638, DR1552: the exception specification on an implicitly-declaredRichard Smith2014-02-07
* Don't mark decls with mismatching exception specs invalid in MS mode (PR18683)Hans Wennborg2014-02-05
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-20
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-01
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-13
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-18
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-20
* Fix regression from r184810.Eli Friedman2013-06-25
* Fix noexcept for delete expressions.Eli Friedman2013-06-25
* Delete a couple dead checks.Eli Friedman2013-06-25
* Delete dead code.Eli Friedman2013-06-25
* PR12086, PR15117Richard Smith2013-06-12
* Use FPT::getArgTypes() instead of manually building ArrayRefsReid Kleckner2013-06-10
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-20
* Basic support for Microsoft property declarations andJohn McCall2013-04-16
* PR15597: Fix a confusion between the implicit exception specification and theRichard Smith2013-03-27
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-08
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-18
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-02
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Per C++11 [except.spec]p2, rvalue references are not permitted in exception s...Richard Smith2012-11-28
* PR14388: An array or function type in an exception specification should beRichard Smith2012-11-28
* Rework implementation of DR1492: Apply the resolution to operator delete too,Richard Smith2012-10-20
* DR1492: In a definition of a destructor, the exception specification must beRichard Smith2012-10-16
* PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith2012-09-12
* Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith2012-08-16
* Final piece of core issue 1330: delay computing the exception specification ofRichard Smith2012-07-27
* Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()Douglas Gregor2012-05-04
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-19
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-17
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-11
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-05
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-04
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-17
* Only print _Bool as 'bool' when 'bool' is defined as an object-likeDouglas Gregor2011-09-27
* When 'bool' is not a built-in type but is defined as a macro, printDouglas Gregor2011-09-27
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-23
* Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet2011-09-17
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-11
* MSVC doesn't do any validation regarding exception specification.Francois Pichet2011-05-24
* Fix PR9941 for out-of-line template destructors too.Sebastian Redl2011-05-20
* Reapply r121528, fixing PR9941 by delaying the exception specification check ...Sebastian Redl2011-05-19
* For consistency, change suffix from war_ to warn_ for some Microsoft warnings...Francois Pichet2011-04-22