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
...
*
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
*
[Sema] Correct nothrow inherited by noexcept
Erich Keane
2017-09-28
1
-0
/
+3
*
Consolidate std::move() detection code. No behavior change.
Nico Weber
2017-09-28
1
-8
/
+3
*
Give external linkage and mangling to lambdas inside inline variables and var...
Richard Smith
2017-09-22
1
-13
/
+13
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-22
1
-2
/
+15
*
Revert "Give external linkage and mangling to lambdas inside inline variables...
Vitaly Buka
2017-09-21
1
-13
/
+13
*
[MS Compat]Allow __interfaces to have properties.
Erich Keane
2017-09-20
1
-247
/
+250
*
Give external linkage and mangling to lambdas inside inline variables and var...
Richard Smith
2017-09-20
1
-13
/
+13
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-15
/
+2
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-2
/
+15
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-15
/
+2
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-2
/
+15
*
[Sema] Fix a pair of crashes when generating exception specifiers with an
Erich Keane
2017-09-18
1
-1
/
+2
*
Fix the __interface inheritence rules to work better with IUnknown and IDispatch
Erich Keane
2017-09-15
1
-1
/
+1
*
Diagnostic specific failed condition in a static_assert.
Douglas Gregor
2017-09-14
1
-2
/
+14
*
PR19668, PR23034: Fix handling of move constructors and deleted copy
Richard Smith
2017-08-16
1
-3
/
+53
*
Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...
Diana Picus
2017-08-09
1
-53
/
+3
*
PR19668, PR23034: Fix handling of move constructors and deleted copy
Richard Smith
2017-08-08
1
-3
/
+53
*
Recommit r306103: PR26195: Set correct NestedNameSpecifierLoc for the
Alex Lorenz
2017-06-27
1
-0
/
+9
*
[Sema] Fix a crash-on-invalid when a template parameter list has a class
Akira Hatanaka
2017-06-26
1
-1
/
+2
*
Revert r306103: "PR26195: Set correct NestedNameSpecifierLoc for the
Alex Lorenz
2017-06-23
1
-9
/
+0
*
PR26195: Set correct NestedNameSpecifierLoc for the dependent initializer
Alex Lorenz
2017-06-23
1
-0
/
+9
*
Function with unparsed body is a definition
Serge Pavlov
2017-06-21
1
-0
/
+3
*
Reverted 305379 (Function with unparsed body is a definition)
Serge Pavlov
2017-06-14
1
-3
/
+0
*
Function with unparsed body is a definition
Serge Pavlov
2017-06-14
1
-0
/
+3
*
Do not inherit default arguments for friend function in class template.
Serge Pavlov
2017-06-08
1
-11
/
+17
*
Improve diagnostics if friend function redefines file-level function.
Serge Pavlov
2017-06-08
1
-1
/
+6
*
PR33318: Add missing full-expression checking to static_assert expression.
Richard Smith
2017-06-06
1
-0
/
+8
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
Switch from using a DiagnosticTrap and a note for "while defining a special
Richard Smith
2017-05-25
1
-142
/
+113
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-0
/
+2
*
Revert r300539 - Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-2
/
+0
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-0
/
+2
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-3
/
+6
*
Spelling mistakes in comments. NFCI. (PR27635)
Simon Pilgrim
2017-03-30
1
-2
/
+2
*
[Objective-C] Miscellaneous -fobjc-weak Fixes
Brian Kelley
2017-03-29
1
-2
/
+1
*
[Objective-C] C++ Classes with __weak Members non-POD Types when using -fobjc...
Brian Kelley
2017-03-29
1
-5
/
+2
[prev]
[next]