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
/
utils
/
TableGen
/
ClangAttrEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang] Persist Attr::IsPackExpansion into the PCH
Nathan Ridge
2020-06-10
1
-0
/
+3
*
Standardize the reader methods in ASTReader; NFC.
John McCall
2019-12-14
1
-3
/
+3
*
[NFC] Rename ClangASTEmitters.h -> ASTTableGen.h
John McCall
2019-12-14
1
-1
/
+1
*
[NFC] Add a tablegen node for the root of the AST node hierarchies.
John McCall
2019-10-25
1
-6
/
+8
*
Use scope qualifiers in Clang's tblgen backends to get useful
John McCall
2019-10-01
1
-6
/
+4
*
Add SpellingNotCalculated to Attribute Enums to suppress UBSan warnings
Erich Keane
2019-09-17
1
-0
/
+8
*
Move some definitions from Sema to Basic to fix shared libs build
Erich Keane
2019-09-16
1
-17
/
+17
*
Fix build error in 371875
Erich Keane
2019-09-13
1
-2
/
+2
*
[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.
Erich Keane
2019-09-13
1
-57
/
+107
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-22
/
+22
*
Add lifetime categories attributes
Matthias Gehre
2019-07-25
1
-0
/
+4
*
P0840R2: support for [[no_unique_address]] attribute
Richard Smith
2019-06-20
1
-12
/
+26
*
Add the `objc_class_stub` attribute.
John McCall
2019-05-30
1
-31
/
+34
*
[ASTDump] Rename methods which are conceptually Visits
Stephen Kelly
2019-01-30
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Emit !callback metadata and introduce the callback attribute
Johannes Doerfert
2019-01-19
1
-0
/
+37
*
Implement Attr dumping in terms of visitors
Stephen Kelly
2019-01-11
1
-29
/
+58
*
NFC: Make this test kinder on downstream forks
Erik Pilkington
2018-12-04
1
-6
/
+2
*
Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.
Aaron Ballman
2018-10-24
1
-9
/
+9
*
Use the container form llvm::sort(C, ...)
Fangrui Song
2018-09-30
1
-2
/
+2
*
Update FIXME as requested in code review.
Richard Smith
2018-08-30
1
-1
/
+2
*
Improve attribute documentation to list which spellings are used in which syn...
Richard Smith
2018-08-30
1
-79
/
+86
*
Adjust Attr representation so that changes to documentation don't affect
Richard Smith
2018-08-30
1
-12
/
+8
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-20
1
-0
/
+2
*
Revert r339623 "Model type attributes as regular Attrs."
Reid Kleckner
2018-08-14
1
-2
/
+0
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-13
1
-0
/
+2
*
Implement diagnostic stream operator for ParsedAttr.
Erich Keane
2018-08-09
1
-1
/
+1
*
revert r338831 - Fix unused variable warning in tablegen generated code
Erich Keane
2018-08-03
1
-8
/
+4
*
Fix unused variable warning in tablegen generated code
Karl-Johan Karlsson
2018-08-03
1
-4
/
+8
*
[P0936R0] add [[clang::lifetimebound]] attribute
Richard Smith
2018-08-01
1
-2
/
+7
*
Implement cpu_dispatch/cpu_specific Multiversioning
Erich Keane
2018-07-20
1
-0
/
+38
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
1
-26
/
+27
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-3
/
+3
*
Allow writing calling convention attributes on function types.
Aaron Ballman
2018-05-03
1
-2
/
+5
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-3
/
+3
*
Reland "[Attr] Fix parameter indexing for several attributes"
Joel E. Denny
2018-03-13
1
-4
/
+35
*
Revert r326602, it caused PR36620.
Nico Weber
2018-03-07
1
-136
/
+3
*
[Attr] Fix parameter indexing for several attributes
Joel E. Denny
2018-03-02
1
-3
/
+136
*
Test commit access: apply clang-format suggestion
Joel E. Denny
2018-02-28
1
-2
/
+2
*
Improve the way attribute argument printing happens for omitted optional argu...
Aaron Ballman
2018-02-27
1
-37
/
+97
*
[OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny
Alexey Bataev
2018-02-14
1
-1
/
+1
*
Make attribute instantiation instantiate all attributes, not just the first of
Richard Smith
2018-01-04
1
-2
/
+10
*
Introduce some infrastructure for adding C attributes with [[]] syntax.
Aaron Ballman
2018-01-03
1
-0
/
+2
*
Add support for ObjectFormat to TargetSpecificAttr
Erich Keane
2017-12-20
1
-40
/
+42
*
Determine the attribute subject for diagnostics based on declarative informat...
Aaron Ballman
2017-11-26
1
-121
/
+57
*
Add a new attribute definition spelling, Clang<"attr">, that expands to two a...
Aaron Ballman
2017-10-26
1
-6
/
+10
*
Silence -Wimplicit-fallthrough warnings with the generated code; NFC.
Aaron Ballman
2017-10-18
1
-1
/
+1
*
Fix usage in TableGen of getValueAsString
Erich Keane
2017-10-16
1
-28
/
+27
*
Replace usage of std::stringstream with raw_string_ostream
Erich Keane
2017-10-16
1
-2
/
+3
*
Sort Attributes by "HeaderName"
Erich Keane
2017-10-16
1
-20
/
+36
[next]