index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaDeclAttr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[Sema] Warn on attribute nothrow conflicting with language specifiers"
Reid Kleckner
2017-10-02
1
-20
/
+1
*
[Sema] Warn on attribute nothrow conflicting with language specifiers
Erich Keane
2017-09-28
1
-1
/
+20
*
Fix capitalization of a bunch of parameters in SemaDeclAttr [NFC]
Erich Keane
2017-09-27
1
-44
/
+44
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-22
1
-0
/
+19
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-19
/
+0
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-0
/
+19
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-19
/
+0
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-0
/
+19
*
[Sema] Don't emit -Wunguarded-availability for switch cases
Erik Pilkington
2017-08-18
1
-0
/
+4
*
Unguarded availability diagnoser should use TraverseStmt instead of
Alex Lorenz
2017-08-17
1
-2
/
+1
*
[Sema] Improve some -Wunguarded-availability diagnostics
Erik Pilkington
2017-08-14
1
-75
/
+78
*
Rename cxx1z -> cxx17 across all diagnostic IDs.
Richard Smith
2017-08-13
1
-2
/
+2
*
Revert "Thread Safety Analysis: warn on nonsensical attributes."
Josh Gao
2017-08-11
1
-46
/
+11
*
Thread Safety Analysis: warn on nonsensical attributes.
Josh Gao
2017-08-08
1
-11
/
+46
*
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
[next]