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
...
*
Reland "Thread Safety Analysis: fix assert_capability."
Josh Gao
2017-08-08
1
-1
/
+5
*
Restore previous structure ABI behavior for bit-fields with the packed attrib...
Aaron Ballman
2017-08-08
1
-7
/
+21
*
Revert "Thread Safety Analysis: fix assert_capability."
Josh Gao
2017-08-01
1
-5
/
+1
*
Thread Safety Analysis: fix assert_capability.
Josh Gao
2017-08-01
1
-1
/
+5
*
unguarded availability: add a fixit for the "annotate '...'
Alex Lorenz
2017-07-26
1
-2
/
+66
*
[CodeGen][mips] Support `long_call/far/near` attributes
Simon Atanasyan
2017-07-20
1
-0
/
+8
*
Improve SEMA for attribute-target
Erich Keane
2017-07-19
1
-8
/
+29
*
[Sema] NFC: Move all availability checking code to SemaDeclAttr.cpp
Erik Pilkington
2017-07-18
1
-12
/
+97
*
[AArch64] Add support for __builtin_ms_va_list on aarch64
Martin Storsjo
2017-07-17
1
-1
/
+1
*
Use ARC parsing rules for ns_returns_retained in MRC so that code can
John McCall
2017-07-15
1
-0
/
+15
*
[Sema] Don't allow -Wunguarded-availability to be silenced with redecls
Erik Pilkington
2017-07-05
1
-36
/
+79
*
fix trivial typos, NFC
Hiroshi Inoue
2017-06-30
1
-1
/
+1
*
[Sema] Add -Wunguarded-availability-new
Alex Lorenz
2017-06-22
1
-5
/
+55
*
[XRay][clang] Support capturing the implicit `this` argument to C++ class mem...
Dean Michael Berris
2017-06-16
1
-6
/
+8
*
Make helper functions static. NFC.
Benjamin Kramer
2017-05-26
1
-1
/
+1
*
Address follow-up feedback for r303712
Argyrios Kyrtzidis
2017-05-24
1
-1
/
+1
*
Warn about uses of `@available` that can't suppress the
Alex Lorenz
2017-05-24
1
-0
/
+6
*
Enhance the 'diagnose_if' attribute so that we can apply it for ObjC methods ...
Argyrios Kyrtzidis
2017-05-24
1
-4
/
+5
*
[Sema][ObjC] Fix a bug where -Wunguarded-availability was emitted at the wron...
Erik Pilkington
2017-05-22
1
-0
/
+9
*
[mips] Support `micromips` attribute
Simon Atanasyan
2017-05-22
1
-2
/
+8
*
[Sema] Avoid duplicate -Wunguarded-availability warnings in nested functions
Alex Lorenz
2017-05-16
1
-0
/
+9
*
Add support for pretty platform names to `@available`/
Alex Lorenz
2017-05-09
1
-1
/
+3
*
ANSIfy. No behavior change.
Nico Weber
2017-05-05
1
-1
/
+1
*
Warn that the [] spelling of uuid(...) is deprecated.
Nico Weber
2017-05-05
1
-0
/
+9
*
Add a fix-it for -Wunguarded-availability
Alex Lorenz
2017-05-05
1
-3
/
+140
*
[OpenCL] Add intel_reqd_sub_group_size attribute support
Xiuli Pan
2017-05-04
1
-0
/
+28
*
[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
[prev]
[next]