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
*
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
*
Add -f[no-]double-square-bracket-attributes as new driver options to control ...
Aaron Ballman
2017-10-15
1
-28
/
+50
*
Do not look through pack expansions when looking for unexpanded parameter packs.
Richard Smith
2017-08-15
1
-0
/
+21
*
[TableGen] Clang changes to support Record::getValueAsString and getValueAsLi...
Craig Topper
2017-05-31
1
-22
/
+28
*
Enhance the 'diagnose_if' attribute so that we can apply it for ObjC methods ...
Argyrios Kyrtzidis
2017-05-24
1
-1
/
+5
*
utils: Silence -Wpedantic warning
Saleem Abdulrasool
2017-05-01
1
-2
/
+2
*
Add #pragma clang attribute support to the external_source_symbol attribute
Alex Lorenz
2017-04-19
1
-24
/
+113
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-7
/
+438
*
Revert r300539 - Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-438
/
+7
*
Fix one more 'not all control paths return a value' MSVC warning
Alex Lorenz
2017-04-18
1
-1
/
+1
*
[TableGen] Fix MSVC warning that occurs in TableGen generated function
Alex Lorenz
2017-04-18
1
-1
/
+3
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-7
/
+436
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-2
/
+2
*
Correct class-template deprecation behavior-REDUX
Erich Keane
2017-03-23
1
-16
/
+28
*
Revert "Correct class-template deprecation behavior"
Martin Bohme
2017-03-22
1
-28
/
+16
*
Correct class-template deprecation behavior
Erich Keane
2017-03-21
1
-16
/
+28
*
Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead.
David L. Jones
2017-01-24
1
-19
/
+19
*
[TableGen] Only normalize the spelling of GNU-style attributes.
Justin Lebar
2017-01-05
1
-5
/
+8
*
TableGen: Adapt to llvm r288612
Matthias Braun
2016-12-04
1
-3
/
+3
*
[TableGen] Ignore fake args for parsing-related arg counts.
George Burgess IV
2016-12-01
1
-0
/
+4
*
[TableGen] Minor clean-ups. NFC.
George Burgess IV
2016-12-01
1
-52
/
+42
*
[tablegen] Check that an optional IdentifierArgument of an attribute is
Akira Hatanaka
2016-09-10
1
-1
/
+7
*
Add plumbing for new attribute type "Microsoft".
Nico Weber
2016-09-03
1
-6
/
+22
*
Implement __attribute__((require_constant_initialization)) for safe static in...
Eric Fiselier
2016-09-02
1
-1
/
+3
*
Revert r280516 since it contained accidental changes.
Eric Fiselier
2016-09-02
1
-3
/
+1
*
Implement __attribute__((require_constant_initialization)) for safe static in...
Eric Fiselier
2016-09-02
1
-1
/
+3
*
Sema: support __declspec(dll*) on ObjC interfaces
Saleem Abdulrasool
2016-07-15
1
-0
/
+9
*
Use ranges to concisely express iteration
David Majnemer
2016-06-23
1
-2
/
+2
*
Work around MinGW's macro definition of 'interface' to 'struct'
Reid Kleckner
2016-05-31
1
-0
/
+5
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-4
/
+4
*
Turn copies into references as suggested by clang-tidy's performance-unnecess...
Benjamin Kramer
2016-05-27
1
-6
/
+7
*
Fix use-after-free ASan failures for modules / PCH files that deserialize abi...
Richard Smith
2016-05-18
1
-7
/
+33
*
Fix Clang-tidy modernize-use-bool-literals in generated code.
Eugene Zelenko
2016-05-12
1
-16
/
+118
*
Revert unnecessary tblgen change.
Peter Collingbourne
2016-04-27
1
-1
/
+0
*
Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne
2016-04-27
1
-0
/
+1
*
Re-commit r265518 ("[modules] Continue factoring encoding of AST records out of
Richard Smith
2016-04-06
1
-14
/
+11
*
Revert "[modules] Continue factoring encoding of AST records out of ASTWriter."
Dmitry Polukhin
2016-04-06
1
-11
/
+14
[next]