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
...
*
[X86] Support of no_caller_saved_registers attribute
Oren Ben Simhon
2017-04-27
1
-5
/
+33
*
-Wunguarded-availability should support if (@available) checks in top-level
Alex Lorenz
2017-04-26
1
-0
/
+2
*
Add #pragma clang attribute support to the availability attribute
Alex Lorenz
2017-04-20
1
-3
/
+1
*
Add #pragma clang attribute support to the external_source_symbol attribute
Alex Lorenz
2017-04-19
1
-14
/
+7
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-0
/
+3
*
Revert r300539 - Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-3
/
+0
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-0
/
+3
*
Sema: prevent __declspec(naked) use on x64
Saleem Abdulrasool
2017-04-07
1
-0
/
+11
*
Clang changes for alloc_align attribute
Erich Keane
2017-03-30
1
-30
/
+117
*
Add [[clang::suppress(rule, ...)]] attribute
Matthias Gehre
2017-03-27
1
-0
/
+23
*
Correct class-template deprecation behavior-REDUX
Erich Keane
2017-03-23
1
-1
/
+4
*
Revert "Correct class-template deprecation behavior"
Martin Bohme
2017-03-22
1
-4
/
+1
*
Correct class-template deprecation behavior
Erich Keane
2017-03-21
1
-1
/
+4
*
Add support for attribute enum_extensibility.
Akira Hatanaka
2017-03-21
1
-0
/
+25
*
[XRay] [clang] Allow logging the first argument of a function call.
Dean Michael Berris
2017-03-06
1
-0
/
+16
*
Introduce an 'external_source_symbol' attribute that describes the origin
Alex Lorenz
2017-03-01
1
-0
/
+29
*
Allow attributes before union definition
Erich Keane
2017-02-28
1
-2
/
+12
*
Factor out function to determine whether we're performing a template
Richard Smith
2017-02-21
1
-1
/
+1
*
Fix spelling mistake - paramater -> parameter. NFCI.
Simon Pilgrim
2017-02-15
1
-2
/
+2
*
[AVR] Add support for the 'interrupt' and 'naked' attributes
Dylan McKay
2017-02-08
1
-0
/
+32
*
Add the diagnose_if attribute to clang.
George Burgess IV
2017-01-09
1
-11
/
+98
*
Fix warning introduced by r290297.
George Burgess IV
2016-12-22
1
-1
/
+1
*
Add the alloc_size attribute to clang, attempt 2.
George Burgess IV
2016-12-22
1
-0
/
+88
*
Revert r290149: Add the alloc_size attribute to clang.
Chandler Carruth
2016-12-20
1
-88
/
+0
*
Add the alloc_size attribute to clang.
George Burgess IV
2016-12-20
1
-0
/
+88
*
__uuidof() and declspec(uuid("...")) should be allowed on enumeration types
Reid Kleckner
2016-12-13
1
-6
/
+0
*
[Sema] Range-ify for loop, add period to comment. NFC.
George Burgess IV
2016-11-10
1
-2
/
+2
*
regcall: Implement regcall Calling Conv in clang
Erich Keane
2016-11-02
1
-0
/
+6
*
[OpenCL] Mark group functions as convergent in opencl-c.h
Yaxun Liu
2016-11-01
1
-0
/
+3
*
[Sema] Delay partial availability diagnostics, just like deprecated
Erik Pilkington
2016-10-28
1
-14
/
+8
*
[Objective-C] Add objc_subclassing_restricted attribute
Alex Lorenz
2016-10-28
1
-0
/
+3
*
Reapply r284265: "[Sema] Refactor context checking for availability diagnostics"
Erik Pilkington
2016-10-25
1
-59
/
+88
*
Add support for __builtin_os_log_format[_buffer_size]
Mehdi Amini
2016-10-24
1
-14
/
+15
*
Revert "Add support for __builtin_os_log_format[_buffer_size]"
Mehdi Amini
2016-10-24
1
-15
/
+14
*
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
[prev]
[next]