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
*
Don't warn about missing declarations for partial template specializations
Aaron Puchert
2020-02-05
1
-0
/
+1
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
1
-11
/
+28
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-0
/
+2
*
Fix "pointer is null" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-11
1
-2
/
+1
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-9
/
+30
*
Allow redeclaration of __declspec(uuid)
Zachary Henkel
2019-12-28
1
-0
/
+4
*
[OpenCL] Pretty print __private addr space
Anastasia Stulova
2019-12-27
1
-1
/
+1
*
reland "[DebugInfo] Support to emit debugInfo for extern variables"
Yonghong Song
2019-12-22
1
-0
/
+4
*
Revert "[DebugInfo] Support to emit debugInfo for extern variables"
Reid Kleckner
2019-12-22
1
-4
/
+0
*
Apply the alignment specifier attribute to anonymous unions and structs.
Kamlesh Kumar
2019-12-20
1
-0
/
+3
*
Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr.
Amy Huang
2019-12-18
1
-0
/
+5
*
[OPENMP50]Improve checks for declare variant functions compatibility.
Alexey Bataev
2019-12-12
1
-2
/
+4
*
Suppress -Wwarn-unused-variables when we don't know the constructor
Erich Keane
2019-12-12
1
-0
/
+7
*
Fix mishandling of invalid-but-non-empty nested name specifiers in name
Richard Smith
2019-12-10
1
-5
/
+8
*
[DebugInfo] Support to emit debugInfo for extern variables
Yonghong Song
2019-12-10
1
-0
/
+4
*
[Attr] Move ParsedTargetAttr out of the TargetAttr class
Craig Topper
2019-12-09
1
-7
/
+5
*
Add `QualType::hasAddressSpace`. NFC.
Michael Liao
2019-12-06
1
-3
/
+3
*
[opencl] Fix address space deduction on array variables.
Michael Liao
2019-12-04
1
-0
/
+19
*
Revert "[ARM] Allocatable Global Register Variables for ARM"
Carey Williams
2019-11-29
1
-2
/
+0
*
[OpenCL] Move addr space deduction to Sema.
Anastasia Stulova
2019-11-27
1
-89
/
+129
*
Separate the MS inheritance model enum from the attribute, NFC
Reid Kleckner
2019-11-22
1
-2
/
+2
*
Don't report "main" as missing a prototype in freestanding mode
Bill Wendling
2019-11-22
1
-2
/
+4
*
[Attr] Fix `-ast-print` for `asm` attribute
Joel E. Denny
2019-11-18
1
-5
/
+6
*
[ARM] Allocatable Global Register Variables for ARM
Anna Welker
2019-11-18
1
-0
/
+2
*
[clang] Add no_builtin attribute
Guillaume Chatelet
2019-10-29
1
-0
/
+23
*
Revert "[clang] Add no_builtin attribute"
Vlad Tsyrklevich
2019-10-28
1
-23
/
+0
*
[clang] Add no_builtin attribute
Guillaume Chatelet
2019-10-28
1
-0
/
+23
*
[c++2a] Allow comparison functions to be explicitly defaulted.
Richard Smith
2019-10-22
1
-22
/
+0
*
Revert Tag CFI-generated data structures with "#pragma clang section" attribu...
Dmitry Mikulin
2019-10-17
1
-19
/
+0
*
Tag CFI-generated data structures with "#pragma clang section" attributes.
Dmitry Mikulin
2019-10-16
1
-0
/
+19
*
Added support for "#pragma clang section relro=<name>"
Dmitry Mikulin
2019-10-15
1
-0
/
+5
*
PR43080: Do not build context-sensitive expressions during name classification.
Richard Smith
2019-10-14
1
-26
/
+78
*
[sema] Revise `getCurrentMangleNumberContext` interface. NFC.
Michael Liao
2019-10-10
1
-6
/
+12
*
[CUDA][HIP] Fix host/device check with -fopenmp
Yaxun Liu
2019-10-09
1
-0
/
+84
*
[OPENMP50]Allow functions in declare variant directive to have different
Alexey Bataev
2019-10-08
1
-3
/
+4
*
Sema - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-07
1
-2
/
+2
*
[Sema] Avoids an assertion failure when an invalid conversion declaration is ...
Richard Smith
2019-10-06
1
-0
/
+3
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-2
/
+2
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-2
/
+2
*
[Mangle] Add flag to asm labels to disable '\01' prefixing
Vedant Kumar
2019-09-25
1
-7
/
+8
*
For P0784R7: add support for constexpr destructors, and call them as
Richard Smith
2019-09-23
1
-6
/
+6
*
Ignore exception specifier mismatch when merging redeclarations
Reid Kleckner
2019-09-17
1
-1
/
+6
*
[OPENMP5.0]Add basic support for declare variant directive.
Alexey Bataev
2019-09-13
1
-75
/
+85
*
[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.
Erich Keane
2019-09-13
1
-82
/
+71
*
Don't warn about selectany on implicitly inline variables
Reid Kleckner
2019-09-12
1
-0
/
+9
*
[MS] Consder constexpr globals to be inline, as in C++17
Reid Kleckner
2019-09-11
1
-2
/
+5
*
Emit -Wmicrosoft-enum-value warning instead of error in MS ABI
Reid Kleckner
2019-09-11
1
-10
/
+13
*
[Sema][ObjC] Mark C union fields that have non-trivial ObjC ownership
Akira Hatanaka
2019-09-07
1
-4
/
+32
*
[Sema] Diagnose default-initialization, destruction, and copying of
Akira Hatanaka
2019-09-07
1
-30
/
+300
*
[c++20] P1143R2: Add support for the C++20 'constinit' keyword.
Richard Smith
2019-09-04
1
-28
/
+144
[next]