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
/
SemaDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert [Sema] Resolve placeholder types before type deduction to silence spur...
Reid Kleckner
2019-07-08
1
-22
/
+12
*
[Sema] Resolve placeholder types before type deduction to silence
Akira Hatanaka
2019-07-08
1
-12
/
+22
*
Suggestions to fix -Wmissing-{prototypes,variable-declarations}
Aaron Puchert
2019-06-18
1
-1
/
+11
*
Show note for -Wmissing-prototypes for functions with parameters
Aaron Puchert
2019-06-18
1
-16
/
+15
*
PR42071: Reject weird names for non-type template parameters.
Richard Smith
2019-06-14
1
-24
/
+42
*
[C++20] add Basic consteval specifier
Gauthier Harnisch
2019-06-14
1
-24
/
+36
*
For DR712: store on a DeclRefExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-1
/
+1
*
Defer building 'this' captures until we have left the capturing region
Richard Smith
2019-05-31
1
-1
/
+1
*
Defer capture initialization for captured regions until after we've left
Richard Smith
2019-05-31
1
-1
/
+1
*
Defer creating fields for captures until we finish building the
Richard Smith
2019-05-28
1
-4
/
+4
*
If capturing a variable fails, add a capture anyway (and mark it
Richard Smith
2019-05-28
1
-1
/
+1
*
[OpenCL] Support pipe keyword in C++ mode
Sven van Haastregt
2019-05-22
1
-1
/
+1
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-9
/
+9
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-34
/
+54
*
Allow 'static' storage specifier on an out-of-line class member template decl...
Aaron Ballman
2019-05-08
1
-2
/
+5
*
[OpenCL] Prevent mangling kernel functions.
Anastasia Stulova
2019-05-07
1
-10
/
+24
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-9
/
+9
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
1
-9
/
+9
*
[Sema][ObjC] Disable -Wunused-parameter for ObjC methods
Akira Hatanaka
2019-05-03
1
-2
/
+0
*
Diagnose non-dependent qualified friend function template declarations
Richard Smith
2019-05-02
1
-2
/
+1
*
Revert r350917 "[Sema] If CheckPlaceholderExpr rewrites the initializer
Richard Smith
2019-04-24
1
-6
/
+4
*
Add missing diagnostic for anonymous struct/union definitions that don't
Richard Smith
2019-04-24
1
-0
/
+12
*
[Sema][MSVC] Fix bogus microsoft-pure-definition warning on member function o...
Bruno Ricci
2019-04-21
1
-1
/
+1
*
[c++2a] Add semantic support for private module fragments.
Richard Smith
2019-04-18
1
-3
/
+8
*
[Sema] Delete unused parameters/variables
Fangrui Song
2019-04-18
1
-6
/
+2
*
Split out modules-specific declaration handling from SemaDecl.cpp into a
Richard Smith
2019-04-18
1
-465
/
+0
*
[Sema][ObjC] Don't warn about an implicitly retained self if the
Akira Hatanaka
2019-04-17
1
-0
/
+31
*
[NFC] Remove unused function (Sema::pushExternalDeclIntoScope)
Leonard Chan
2019-04-16
1
-5
/
+0
*
[c++20] Parsing support for module-declarations, import-declarations,
Richard Smith
2019-04-14
1
-20
/
+101
*
[PR41157][OpenCL] Prevent implicit init of local addr space var in C++ mode.
Anastasia Stulova
2019-04-04
1
-1
/
+5
*
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
Fangrui Song
2019-03-31
1
-2
/
+1
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-28
/
+34
*
Permit redeclarations of a builtin to specify calling convention.
Erich Keane
2019-03-21
1
-0
/
+9
*
Add a spelling of pass_object_size that uses __builtin_dynamic_object_size
Erik Pilkington
2019-03-19
1
-1
/
+2
*
Ensure that const variables declared at namespace scope correctly have extern...
Aaron Ballman
2019-03-19
1
-2
/
+24
*
Avoid needlessly copying a block to the heap when a block literal
Akira Hatanaka
2019-02-27
1
-0
/
+5
*
Enable coroutines under -std=c++2a.
Richard Smith
2019-02-23
1
-1
/
+1
*
Fix implementation of [temp.local]p4.
Richard Smith
2019-02-15
1
-7
/
+11
*
Revert "Fix implementation of [temp.local]p4."
Francis Visoiu Mistrih
2019-02-15
1
-11
/
+7
*
Fix implementation of [temp.local]p4.
Richard Smith
2019-02-15
1
-7
/
+11
*
[Sema][ObjC] Disallow non-trivial C struct fields in unions.
Akira Hatanaka
2019-02-07
1
-0
/
+4
*
[Sema][ObjC] Allow declaring ObjC pointer members with non-trivial
Akira Hatanaka
2019-02-02
1
-1
/
+2
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-2
/
+3
*
[SemaCXX] Param diagnostic matches overload logic
Brian Gesiak
2019-02-01
1
-1
/
+1
*
[CUDA] add support for the new kernel launch API in CUDA-9.2+.
Artem Belevich
2019-01-31
1
-4
/
+3
*
Rename getTypeQualifiers to getMethodQualifiers.
Anastasia Stulova
2019-01-28
1
-1
/
+1
*
Allow 'static' storage specifier on an out-of-line member function template
Erich Keane
2019-01-25
1
-1
/
+5
*
Add a priority field to availability attributes to prioritize explicit
Alex Lorenz
2019-01-24
1
-7
/
+5
*
[Sema][ObjC] Check whether a DelayedDiagnosticPool has been pushed
Akira Hatanaka
2019-01-23
1
-3
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
[next]