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
/
SemaDeclAttr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...
Fangrui Song
2020-01-24
1
-2
/
+2
*
Support function attribute patchable_function_entry
Fangrui Song
2020-01-10
1
-0
/
+23
*
Add support for __declspec(guard(nocf))
Andrew Paverd
2020-01-10
1
-0
/
+22
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-1
/
+2
*
[LifetimeAnalysis] Do not forbid void deref type in gsl::Pointer/gsl::Owner a...
Gabor Horvath
2020-01-07
1
-5
/
+3
*
Allow redeclaration of __declspec(uuid)
Zachary Henkel
2019-12-28
1
-3
/
+5
*
[attributes][analyzer] Add annotations for handles.
Gabor Horvath
2019-12-20
1
-0
/
+37
*
[WebAssembly] Setting export_name implies llvm.used
Sam Clegg
2019-12-16
1
-2
/
+2
*
[WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...
Sam Clegg
2019-12-11
1
-0
/
+25
*
[Attr] Move ParsedTargetAttr out of the TargetAttr class
Craig Topper
2019-12-09
1
-1
/
+1
*
[SYCL] Add sycl_kernel attribute for accelerated code outlining
Mariya Podchishchaeva
2019-12-03
1
-0
/
+42
*
Separate the MS inheritance model enum from the attribute, NFC
Reid Kleckner
2019-11-22
1
-9
/
+8
*
Implement __attribute__((objc_direct)), __attribute__((objc_direct_members))
Pierre Habouzit
2019-11-18
1
-0
/
+30
*
Implement target(branch-protection) attribute for AArch64
Momchil Velikov
2019-11-15
1
-0
/
+13
*
[BPF] Add preserve_access_index attribute for record definition
Yonghong Song
2019-11-13
1
-1
/
+29
*
Revert "[BPF] Add preserve_access_index attribute for record definition"
Yonghong Song
2019-11-09
1
-65
/
+1
*
[BPF] Add preserve_access_index attribute for record definition
Yonghong Song
2019-11-09
1
-1
/
+65
*
isBuiltinFunc() uses StringRef instead of const char*
Guillaume Chatelet
2019-10-29
1
-1
/
+1
*
[clang] Add no_builtin attribute
Guillaume Chatelet
2019-10-29
1
-0
/
+53
*
Revert "[clang] Add no_builtin attribute"
Vlad Tsyrklevich
2019-10-28
1
-53
/
+0
*
[clang] Add no_builtin attribute
Guillaume Chatelet
2019-10-28
1
-0
/
+53
*
[clang,ARM] Initial ACLE intrinsics for MVE.
Simon Tatham
2019-10-24
1
-2
/
+7
*
[clang] New __attribute__((__clang_arm_mve_alias)).
Simon Tatham
2019-10-24
1
-0
/
+29
*
SemaDeclAttr - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-04
1
-4
/
+4
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-1
/
+1
*
[clang] [AST] Treat "inline gnu_inline" the same way as "extern inline gnu_in...
Martin Storsjo
2019-09-27
1
-0
/
+3
*
[CUDA][HIP] Enable kernel function return type deduction.
Michael Liao
2019-09-25
1
-1
/
+3
*
[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.
Erich Keane
2019-09-13
1
-629
/
+352
*
Reland [LifetimeAnalysis] Support more STL idioms (template forward declarati...
Matthias Gehre
2019-09-06
1
-6
/
+10
*
[c++20] P1143R2: Add support for the C++20 'constinit' keyword.
Richard Smith
2019-09-04
1
-2
/
+2
*
Revert "[LifetimeAnalysis] Support more STL idioms (template forward declarat...
Richard Smith
2019-08-22
1
-10
/
+6
*
[LifetimeAnalysis] Support more STL idioms (template forward declaration and ...
Matthias Gehre
2019-08-21
1
-6
/
+10
*
cfi-icall: Allow the jump table to be optionally made non-canonical.
Peter Collingbourne
2019-08-09
1
-0
/
+3
*
Add lifetime categories attributes
Matthias Gehre
2019-07-25
1
-2
/
+66
*
Implement P1771
Erich Keane
2019-07-25
1
-1
/
+2
*
Implement P1301R4, which allows specifying an optional message on the [[nodis...
Aaron Ballman
2019-07-20
1
-6
/
+22
*
Disallow most calling convention attributes on PS4
Sunil Srivastava
2019-07-19
1
-0
/
+5
*
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
-3
/
+3
*
[MS] Treat ignored explicit calling conventions as an explicit __cdecl
Reid Kleckner
2019-07-09
1
-4
/
+18
*
clang-cl: Port cl.exe's C4659 to clang-cl
Nico Weber
2019-07-09
1
-4
/
+9
*
[HIP] Support attribute hip_pinned_shadow
Yaxun Liu
2019-06-26
1
-0
/
+4
*
P0840R2: support for [[no_unique_address]] attribute
Richard Smith
2019-06-20
1
-0
/
+3
*
[C++20] add Basic consteval specifier
Gauthier Harnisch
2019-06-14
1
-6
/
+4
*
Add Attribute NoThrow as an Exception Specifier Type
Erich Keane
2019-05-30
1
-1
/
+2
*
Add the `objc_class_stub` attribute.
John McCall
2019-05-30
1
-0
/
+3
*
Do not use the incorrect attribute spelling list index when translating a no_...
Aaron Ballman
2019-05-21
1
-3
/
+15
*
Revert r359814 "[Sema] Emit warning for visibility attribute on internal-link...
Nico Weber
2019-05-03
1
-8
/
+0
*
[Sema] Emit warning for visibility attribute on internal-linkage declaration
Scott Linder
2019-05-02
1
-0
/
+8
*
[MS] Add frontend support for __declspec(allocator)
Reid Kleckner
2019-03-25
1
-0
/
+18
[next]