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
/
SemaDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't propagate dllimport to base class template static data members
Reid Kleckner
2018-05-11
1
-0
/
+17
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-39
/
+39
*
[C++2a] operator<=>: Fix incorrect use of Twine.
Eric Fiselier
2018-05-08
1
-3
/
+3
*
[C++2a] Implement operator<=>: Address bugs and post-commit review comments a...
Eric Fiselier
2018-05-08
1
-2
/
+4
*
[C++2a] Implement operator<=> CodeGen and ExprConstant
Eric Fiselier
2018-05-07
1
-0
/
+129
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-46
/
+31
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-2
/
+5
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
1
-1
/
+1
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
1
-1
/
+1
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
1
-1
/
+1
*
Clean carriage returns from lib/ and include/. NFC.
Malcolm Parsons
2018-04-16
1
-12
/
+12
*
Correctly diagnose when a conversion function is declared with a type qualifi...
Aaron Ballman
2018-04-12
1
-8
/
+18
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-15
/
+15
*
Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"
Akira Hatanaka
2018-04-09
1
-15
/
+15
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-15
/
+15
*
Add helper to determine if a field is a zero-length bitfield.
Richard Smith
2018-04-02
1
-3
/
+3
*
[ObjC++] Make parameter passing and function return compatible with ObjC
Akira Hatanaka
2018-03-28
1
-4
/
+94
*
Fix some handling of AST nodes with diagnostics.
Richard Trieu
2018-03-28
1
-3
/
+3
*
Implement C++ DR727, which permits explicit specializations at class scope.
Richard Smith
2018-03-16
1
-1
/
+3
*
Propagate DLLAttr to friend re-declarations of member functions
Stephan Bergmann
2018-03-08
1
-0
/
+15
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-3
/
+3
*
Re-commit r324991 "Fix for PR32992. Static const classes not exported."
Hans Wennborg
2018-02-26
1
-3
/
+11
*
Revert r324991 "Fix for PR32992. Static const classes not exported."
Hans Wennborg
2018-02-14
1
-13
/
+3
*
Fix for PR32992. Static const classes not exported.
Hans Wennborg
2018-02-13
1
-3
/
+13
*
Add support for attribute 'trivial_abi'.
Akira Hatanaka
2018-02-05
1
-25
/
+125
*
[Parse] Forward brace locations to TypeConstructExpr
Vedant Kumar
2018-01-17
1
-12
/
+17
*
[Sema] Fix crash for type-dependent base classes
Jan Korous
2018-01-13
1
-0
/
+7
*
Track in the AST whether the operand to a UnaryOperator can overflow and then...
Aaron Ballman
2018-01-09
1
-12
/
+14
*
Fix and simplify handling of return type for (generic) lambda conversion func...
Richard Smith
2018-01-02
1
-44
/
+26
*
Again reverting an attempt to convert the DeclSpec enums into scoped enums.
Faisal Vali
2018-01-01
1
-5
/
+6
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-6
/
+5
*
Revert r321614 and r321615
Faisal Vali
2018-01-01
1
-5
/
+6
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-6
/
+5
*
[NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...
Faisal Vali
2017-12-30
1
-22
/
+23
*
[NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.
Faisal Vali
2017-12-29
1
-2
/
+2
*
[AST] Inline CompoundStmt contents into the parent allocation.
Benjamin Kramer
2017-12-24
1
-8
/
+6
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-2
/
+2
*
Refactor overridden methods iteration to avoid double lookups.
Benjamin Kramer
2017-12-17
1
-18
/
+10
*
Don't trigger -Wuser-defined-literals for system headers
Dimitry Andric
2017-12-14
1
-1
/
+2
*
Allow conditions to be decomposed with structured bindings
Zhihao Yuan
2017-12-07
1
-5
/
+9
*
Remove old concepts parsing code
Hubert Tong
2017-12-07
1
-4
/
+1
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-2
/
+2
*
Change assertion to quick exit from checking function.
Richard Trieu
2017-11-01
1
-3
/
+2
*
[MS] Allow access to ambiguous, inaccessible direct bases
Reid Kleckner
2017-10-27
1
-17
/
+38
*
Support for destroying operator delete, per C++2a proposal P0722.
Richard Smith
2017-10-13
1
-7
/
+53
*
[Sema][Crash] Correctly handle an non-dependent noexcept expr in function tem...
Erich Keane
2017-10-12
1
-4
/
+10
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-10
1
-11
/
+19
*
Revert "[Modules TS] Module ownership semantics for redeclarations."
Eric Liu
2017-10-10
1
-20
/
+11
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-09
1
-11
/
+20
*
PR33839: Fix -Wunused handling for structured binding declarations.
Richard Smith
2017-10-02
1
-1
/
+4
[next]