index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaExceptionSpec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r217995 and follow-ups:
Hans Wennborg
2014-09-18
1
-16
/
+8
*
Instantiate exception specifications when instantiating function types (other
Richard Smith
2014-09-17
1
-8
/
+16
*
[modules] Maintain an AST invariant across module load/save: if any declaration
Richard Smith
2014-07-31
1
-7
/
+10
*
Factor out exception specification information from
Richard Smith
2014-07-31
1
-25
/
+19
*
PR20356: Fix all Sema warnings with mismatched ext_/warn_ versus
Richard Smith
2014-07-19
1
-3
/
+3
*
Removing an "if (this == nullptr)" check from two print methods. The condition
Richard Trieu
2014-06-09
1
-0
/
+1
*
Move the logic for testing for namespace std into one location. This check can
Richard Trieu
2014-05-28
1
-9
/
+2
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-2
/
+2
*
Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
2014-05-03
1
-2
/
+1
*
When the exception specification for a function in an imported PCH or module is
Richard Smith
2014-03-20
1
-0
/
+20
*
[C++11] Replacing FunctionProtoType iterators exception_begin() and exception...
Aaron Ballman
2014-03-17
1
-18
/
+10
*
PR16638, DR1552: the exception specification on an implicitly-declared
Richard Smith
2014-02-07
1
-3
/
+6
*
Don't mark decls with mismatching exception specs invalid in MS mode (PR18683)
Hans Wennborg
2014-02-05
1
-7
/
+15
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-7
/
+6
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-9
/
+8
*
Eliminate UnaryTypeTraitExpr
Alp Toker
2014-01-01
1
-1
/
+0
*
Eliminate BinaryTypeTraitExpr
Alp Toker
2013-12-13
1
-1
/
+0
*
Add the intrinsic __builtin_convertvector
Hal Finkel
2013-09-18
1
-0
/
+1
*
Make IgnoreParens() look through ChooseExprs.
Eli Friedman
2013-07-20
1
-1
/
+1
*
Fix regression from r184810.
Eli Friedman
2013-06-25
1
-1
/
+3
*
Fix noexcept for delete expressions.
Eli Friedman
2013-06-25
1
-6
/
+5
*
Delete a couple dead checks.
Eli Friedman
2013-06-25
1
-82
/
+76
*
Delete dead code.
Eli Friedman
2013-06-25
1
-17
/
+0
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-0
/
+1
*
Use FPT::getArgTypes() instead of manually building ArrayRefs
Reid Kleckner
2013-06-10
1
-10
/
+4
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-1
/
+6
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-0
/
+3
*
PR15597: Fix a confusion between the implicit exception specification and the
Richard Smith
2013-03-27
1
-1
/
+1
*
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
1
-8
/
+10
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-2
/
+2
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-3
/
+3
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Per C++11 [except.spec]p2, rvalue references are not permitted in exception s...
Richard Smith
2012-11-28
1
-33
/
+34
*
PR14388: An array or function type in an exception specification should be
Richard Smith
2012-11-28
1
-12
/
+23
*
Rework implementation of DR1492: Apply the resolution to operator delete too,
Richard Smith
2012-10-20
1
-18
/
+37
*
DR1492: In a definition of a destructor, the exception specification must be
Richard Smith
2012-10-16
1
-16
/
+28
*
PR13811: Add a FunctionParmPackExpr node to handle references to function
Richard Smith
2012-09-12
1
-0
/
+1
*
Store SourceManager pointer on PrintingPolicy in the case where we're dumping,
Richard Smith
2012-08-16
1
-2
/
+1
*
Final piece of core issue 1330: delay computing the exception specification of
Richard Smith
2012-07-27
1
-19
/
+12
*
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-05-04
1
-3
/
+5
*
Implements boxed expressions for Objective-C. <rdar://problem/10194391>
Patrick Beard
2012-04-19
1
-1
/
+1
*
Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.
Richard Smith
2012-04-17
1
-1
/
+358
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-8
/
+8
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2012-01-17
1
-2
/
+0
*
Only print _Bool as 'bool' when 'bool' is defined as an object-like
Douglas Gregor
2011-09-27
1
-3
/
+3
*
When 'bool' is not a built-in type but is defined as a macro, print
Douglas Gregor
2011-09-27
1
-2
/
+2
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-17
1
-3
/
+3
[next]