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
*
[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
*
PR42587: diagnose unexpanded uses of a pack parameter of a generic
Richard Smith
2019-08-26
1
-0
/
+7
*
Fixed a typo.
Artem Belevich
2019-08-23
1
-1
/
+1
*
[OPENMP]Generalization of handling of declare target attribute.
Alexey Bataev
2019-08-22
1
-1
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-3
/
+3
*
[clang] Refactor doc comments to Decls attribution
Jan Korous
2019-08-13
1
-14
/
+4
*
gsl::Owner/gsl::Pointer: Add implicit annotations for some std types
Matthias Gehre
2019-08-07
1
-0
/
+5
*
[Fix] Customize warnings for missing built-in types
Johannes Doerfert
2019-07-31
1
-3
/
+20
*
When determining whether a lambda-expression is implicitly constexpr,
Richard Smith
2019-07-29
1
-2
/
+1
*
[Sema] Fix -Wuninitialized for struct assignment from GNU C statement expression
Nathan Huckleberry
2019-07-26
1
-3
/
+6
*
Revert "[Sema] Diagnose default-initialization, destruction, and copying of"
Akira Hatanaka
2019-07-26
1
-300
/
+30
*
Fix cppcheck reduce scope variable warnings. NFCI
Simon Pilgrim
2019-07-20
1
-3
/
+3
*
[OpenCL] Update comments/diagnostics to refer to C++ for OpenCL
Anastasia Stulova
2019-07-18
1
-6
/
+5
*
[OpenCL][PR42033] Fix addr space deduction with template parameters
Anastasia Stulova
2019-07-18
1
-1
/
+4
*
Renamed and changed the wording of warn_cconv_ignored
Sunil Srivastava
2019-07-17
1
-1
/
+1
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
[next]