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
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-0
/
+1
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-1
/
+0
*
[SemaTemplate] Detect instantiation of unparsed exceptions.
Davide Italiano
2015-07-25
1
-1
/
+7
*
Fix alignment issues in Clang.
James Y Knight
2015-07-17
1
-2
/
+3
*
Fix a couple of typos: specifc->specific.
Eric Christopher
2015-07-10
1
-1
/
+1
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-4
/
+6
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
1
-0
/
+2
*
[modules] Remove redundant import of lexical decls when building a lookup table
Richard Smith
2015-03-23
1
-3
/
+3
*
Reverting 232853 and 232870 because they depend on 232793,
Vince Harron
2015-03-22
1
-3
/
+3
*
[modules] When either redecl chain merging or an update record causes us to
Richard Smith
2015-03-21
1
-3
/
+3
*
Mark DR1948 as implemented
David Majnemer
2015-02-19
1
-3
/
+3
*
Delay checking overrides for exception specifications if the overridden
Richard Smith
2014-11-22
1
-6
/
+13
*
PR21565 Add an egregious hack to support broken libstdc++ headers that declare
Richard Smith
2014-11-14
1
-0
/
+27
*
PR21437, final part of DR1330: delay-parsing of exception-specifications. This
Richard Smith
2014-11-13
1
-10
/
+12
*
Instantiate exception specifications when instantiating function types (other
Richard Smith
2014-11-12
1
-8
/
+16
*
[c++1z] N4295: fold-expressions.
Richard Smith
2014-11-08
1
-0
/
+1
*
Add the initial TypoExpr AST node for delayed typo correction.
Kaelyn Takata
2014-10-27
1
-0
/
+1
*
Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...
NAKAMURA Takumi
2014-10-17
1
-16
/
+8
*
Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These were
Richard Smith
2014-10-16
1
-8
/
+16
*
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
[next]