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
...
*
Add support for __builtin_os_log_format[_buffer_size]
Mehdi Amini
2016-10-24
1
-14
/
+15
*
Revert r284265 "[Sema] Refactor context checking for availability diagnostics"
Erik Pilkington
2016-10-18
1
-66
/
+59
*
Implement no_sanitize_address for global vars
Douglas Katzman
2016-10-14
1
-10
/
+20
*
[Sema] Refactor context checking for availability diagnostics
Erik Pilkington
2016-10-14
1
-59
/
+66
*
[CUDA] Disallow __shared__ variables in host functions.
Justin Lebar
2016-10-13
1
-0
/
+4
*
[Sema] Fix PR30520: Handle incomplete field types in transparent_union unions
Alex Lorenz
2016-10-06
1
-0
/
+4
*
[CUDA] Allow extern __shared__ on empty-length arrays.
Justin Lebar
2016-10-02
1
-1
/
+3
*
[CUDA] Disallow __constant__ local variables.
Justin Lebar
2016-09-30
1
-2
/
+14
*
[CUDA] Disallow 'extern __shared__' variables.
Justin Lebar
2016-09-30
1
-2
/
+14
*
[AMDGPU] Expose flat work group size, register and wave control attributes
Konstantin Zhuravlyov
2016-09-26
1
-15
/
+85
*
Follow-up to r281367: Compare uuids case-insensitively.
Nico Weber
2016-09-14
1
-1
/
+1
*
[clang-cl] Diagnose duplicate uuids.
Nico Weber
2016-09-13
1
-2
/
+17
*
Implement __attribute__((require_constant_initialization)) for safe static in...
Eric Fiselier
2016-09-02
1
-0
/
+3
*
Revert r280516 since it contained accidental changes.
Eric Fiselier
2016-09-02
1
-3
/
+0
*
Implement __attribute__((require_constant_initialization)) for safe static in...
Eric Fiselier
2016-09-02
1
-0
/
+3
*
[ObjC] Warn on unguarded use of partial declaration
Erik Pilkington
2016-08-16
1
-0
/
+147
*
Revert "[Attr] Add support for the `ms_hook_prologue` attribute."
Charles Davis
2016-08-08
1
-8
/
+11
*
[Attr] Add support for the `ms_hook_prologue` attribute.
Charles Davis
2016-08-08
1
-11
/
+8
*
[NFC][ObjC Availability] Refactor DiagnoseAvailabilityOfDecl
Erik Pilkington
2016-08-05
1
-14
/
+18
*
[ObjC Availability] Fix partial-availability false positive introduced in r27...
Erik Pilkington
2016-08-01
1
-1
/
+1
*
Reapply r277058: "[ObjC] Consider availability of context when emitting avail...
Erik Pilkington
2016-07-29
1
-0
/
+23
*
Revert "[ObjC] Consider availability of context when emitting availability wa...
Erik Pilkington
2016-07-28
1
-23
/
+0
*
[ObjC] Consider availability of context when emitting availability warnings
Erik Pilkington
2016-07-28
1
-0
/
+23
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-2
/
+2
*
Add XRay flags to Clang. We implement two flags to control the XRay behaviour:
Aaron Ballman
2016-07-13
1
-1
/
+4
*
[GCC] PR23529 Mangler part of attrbute abi_tag support
Dmitry Polukhin
2016-06-30
1
-4
/
+0
*
Revise RenderScript attribute declaration
Pirama Arumuga Nainar
2016-06-10
1
-13
/
+2
*
Remove a few gendered pronouns.
Nico Weber
2016-06-10
1
-4
/
+3
*
RenderScript support in the Frontend
Pirama Arumuga Nainar
2016-06-09
1
-0
/
+15
*
[CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.
Artem Belevich
2016-06-06
1
-14
/
+27
*
[MS ABI] Implement __declspec(empty_bases) and __declspec(layout_version)
David Majnemer
2016-05-23
1
-0
/
+25
*
Support for MSVS default calling convention options (/Gd, /Gz, /Gv,
Alexey Bataev
2016-05-18
1
-5
/
+6
*
Availability: set location when creating attribute for tvos, watchos.
Manman Ren
2016-05-06
1
-5
/
+11
*
Availability: attach the note to the declaration with the attributes.
Manman Ren
2016-05-06
1
-3
/
+50
*
Add a Subjects line to NoDebugAttr [NFC].
Paul Robinson
2016-04-29
1
-12
/
+0
*
Re-apply r267784, r267824 and r267830.
Peter Collingbourne
2016-04-28
1
-0
/
+3
*
Revert r267784, r267824 and r267830.
Benjamin Kramer
2016-04-28
1
-3
/
+0
*
Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne
2016-04-27
1
-0
/
+3
*
[GCC] Attribute ifunc support in clang
Dmitry Polukhin
2016-04-11
1
-2
/
+27
*
[Objective-C] Introduce objc_runtime_visible attribute.
Douglas Gregor
2016-04-01
1
-0
/
+3
*
[OpenCL] Moved nosvm attribute handling in Sema to other OpenCL attrs
Anastasia Stulova
2016-04-01
1
-3
/
+3
*
[OpenCL] Added nosvm attribute for OpenCL v2.0.
Anastasia Stulova
2016-03-31
1
-0
/
+12
*
Add replacement = "xxx" to AvailabilityAttr.
Manman Ren
2016-03-21
1
-2
/
+12
*
Revert r263687 for ubsan bot failure.
Manman Ren
2016-03-17
1
-12
/
+2
*
Add an optional named argument (replacement = "xxx") to AvailabilityAttr.
Manman Ren
2016-03-17
1
-2
/
+12
*
Add an optional string argument to DeprecatedAttr for Fix-It.
Manman Ren
2016-03-16
1
-4
/
+36
*
Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...
Roman Levenstein
2016-03-16
1
-1
/
+12
*
Implement support for [[maybe_unused]] in C++1z that is based off existing su...
Aaron Ballman
2016-03-09
1
-1
/
+23
*
[GCC] PR23529 Sema part of attrbute abi_tag support
Dmitry Polukhin
2016-03-09
1
-0
/
+39
*
P0188R1: add support for standard [[fallthrough]] attribute. This is almost
Richard Smith
2016-03-08
1
-4
/
+9
[prev]
[next]