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
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-1
/
+1
*
Adding nocf_check attribute for cf-protection fine tuning
Oren Ben Simhon
2018-03-17
1
-18
/
+14
*
Reland "[Attr] Fix parameter indexing for several attributes"
Joel E. Denny
2018-03-13
1
-85
/
+66
*
Avoid including ScopeInfo.h from Sema.h
Reid Kleckner
2018-03-07
1
-0
/
+1
*
Revert r326602, it caused PR36620.
Nico Weber
2018-03-07
1
-66
/
+83
*
Replace the custom handling for several attributes; NFC.
Aaron Ballman
2018-03-04
1
-64
/
+10
*
Create a subject list for the `used` attribute rather than use custom checkin...
Aaron Ballman
2018-03-03
1
-18
/
+1
*
[Attr] Fix parameter indexing for several attributes
Joel E. Denny
2018-03-02
1
-83
/
+66
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-1
/
+1
*
When diagnosing the arguments to alloc_size, report the failing argument usin...
Aaron Ballman
2018-02-25
1
-23
/
+9
*
Fix a failing assertion with the pointer_with_type_tag attribute when the fun...
Aaron Ballman
2018-02-25
1
-4
/
+3
*
Add a C++11 and C2x spelling for the type safety attribute (argument_with_typ...
Aaron Ballman
2018-02-25
1
-16
/
+4
*
Clean up 'target' attribute diagnostics
Erich Keane
2018-02-16
1
-2
/
+3
*
Amend r325256. This change was not properly merged locally before the commit ...
Aaron Ballman
2018-02-15
1
-1
/
+1
*
NFC; clean up this file based on our coding standards. The impetus was consid...
Aaron Ballman
2018-02-15
1
-1500
/
+1467
*
[CUDA] Allow external variables in separate compilation
Jonas Hahnfeld
2018-02-14
1
-1
/
+2
*
Implement function attribute artificial
Erich Keane
2018-02-14
1
-0
/
+3
*
Add support for attribute 'trivial_abi'.
Akira Hatanaka
2018-02-05
1
-0
/
+3
*
[Refactor] Use enum instead of magic number in handleX86ForceAlignArgPointerA...
Hongbin Zheng
2018-01-19
1
-1
/
+1
*
Add support for ObjectFormat to TargetSpecificAttr
Erich Keane
2017-12-20
1
-6
/
+0
*
[ThreadSafetyAnalysis] Fix isCapabilityExpr
Yi Kong
2017-12-14
1
-5
/
+4
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-7
/
+7
*
Disallow a cleanup attribute from appertaining to a parameter (the attribute ...
Aaron Ballman
2017-12-01
1
-7
/
+1
*
Convert clang::LangAS to a strongly typed enum
Alexander Richardson
2017-10-15
1
-2
/
+2
*
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
[next]