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
*
[P0936R0] add [[clang::lifetimebound]] attribute
Richard Smith
2018-08-01
1
-0
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-37
/
+37
*
[RISCV] Add support for interrupt attribute
Ana Pazos
2018-07-26
1
-0
/
+62
*
Implement cpu_dispatch/cpu_specific Multiversioning
Erich Keane
2018-07-20
1
-0
/
+48
*
Change \t to spaces
Fangrui Song
2018-07-20
1
-1
/
+1
*
Add support for __declspec(code_seg("segname"))
Erich Keane
2018-07-18
1
-2
/
+67
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
1
-507
/
+482
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-42
/
+45
*
[Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...
Craig Topper
2018-07-09
1
-0
/
+22
*
When a dependent alignas is applied to a non-dependent typedef,
Richard Smith
2018-06-20
1
-11
/
+12
*
[CUDA][HIP] Allow CUDA __global__ functions to have amdgpu kernel attributes
Yaxun Liu
2018-06-12
1
-16
/
+18
*
Revert r332470 (and corresponding tests in r332492).
Richard Smith
2018-05-18
1
-31
/
+0
*
Add support for __declspec(code_seg("segname"))
Erich Keane
2018-05-16
1
-0
/
+31
*
[Clang] Implement function attribute no_stack_protector.
Manoj Gupta
2018-05-09
1
-0
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-21
/
+21
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
1
-1
/
+1
*
[Availability] Improve availability to consider functions run at load time
Steven Wu
2018-04-16
1
-0
/
+6
*
Allow [[maybe_unused]] on static data members; these are considered variables...
Aaron Ballman
2018-04-12
1
-10
/
+0
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
Remove the temporary availability checking workaround for
Alex Lorenz
2018-04-05
1
-22
/
+0
*
[Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots.
Volodymyr Sapsai
2018-03-29
1
-19
/
+82
*
[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
[next]