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
...
*
[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
*
[modules] Continue factoring encoding of AST records out of ASTWriter.
Richard Smith
2016-04-06
1
-14
/
+11
*
Add an optional string argument to DeprecatedAttr for Fix-It.
Manman Ren
2016-03-16
1
-0
/
+11
*
Print strict in Availability attribute when it is on.
Manman Ren
2016-03-10
1
-0
/
+1
*
P0188R1: add support for standard [[fallthrough]] attribute. This is almost
Richard Smith
2016-03-08
1
-0
/
+2
*
Semantic analysis for the swiftcall calling convention.
John McCall
2016-03-03
1
-1
/
+2
*
Add an llvm_unreachable back to the autogeneration of this covered switch.
John McCall
2016-03-01
1
-1
/
+2
*
Infrastructure improvements to Clang attribute TableGen.
John McCall
2016-03-01
1
-82
/
+198
*
Fix a leak in the generated code for attributes with strings.
Benjamin Kramer
2016-02-13
1
-4
/
+17
*
[TableGen] Merge the SuperClass Record and SMRange vector a single vector. Th...
Craig Topper
2016-01-18
1
-10
/
+10
*
Use range loops and autos in utils/TableGen/ClangAttrEmitter.cpp and generate...
Eugene Zelenko
2015-12-08
1
-21
/
+17
*
Do not crash when dumping the objc_bridge_related attribute when its optional...
Aaron Ballman
2015-11-30
1
-0
/
+2
*
Add the ability to define "fake" arguments on attributes.
John McCall
2015-10-28
1
-67
/
+98
*
[ATTR] Automatic line feed after pragma-like attribute.
Alexey Bataev
2015-10-12
1
-0
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...
Hans Wennborg
2015-10-06
1
-4
/
+5
*
Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files;...
Hans Wennborg
2015-09-29
1
-4
/
+4
*
[UB] Guard two calls to memcpy in generated attribute code to handle
Chandler Carruth
2015-08-04
1
-2
/
+4
*
Fix -Wextra-semi warnings.
Hans Wennborg
2015-07-22
1
-1
/
+1
*
Refactor TableGen backend for ClangAttrEmitter to avoid duplication.
Bob Wilson
2015-07-20
1
-89
/
+63
*
Ignore the "novtable" declspec when not using the Microsoft C++ ABI.
Bob Wilson
2015-07-20
1
-3
/
+36
*
[TableGen] Change a couple methods to return an ArrayRef instead of a const s...
Craig Topper
2015-07-06
1
-2
/
+2
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Check for consistent use of nullability type specifiers in a header.
Douglas Gregor
2015-06-19
1
-1
/
+2
[prev]
[next]