summaryrefslogtreecommitdiffstats
path: root/clang/utils/TableGen/ClangAttrEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [TableGen] Fix MSVC warning that occurs in TableGen generated functionAlex Lorenz2017-04-181-1/+3
* Add #pragma clang attributeAlex Lorenz2017-04-181-7/+436
* [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped EnumFaisal Vali2017-04-011-2/+2
* Correct class-template deprecation behavior-REDUXErich Keane2017-03-231-16/+28
* Revert "Correct class-template deprecation behavior"Martin Bohme2017-03-221-28/+16
* Correct class-template deprecation behaviorErich Keane2017-03-211-16/+28
* Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead.David L. Jones2017-01-241-19/+19
* [TableGen] Only normalize the spelling of GNU-style attributes.Justin Lebar2017-01-051-5/+8
* TableGen: Adapt to llvm r288612Matthias Braun2016-12-041-3/+3
* [TableGen] Ignore fake args for parsing-related arg counts.George Burgess IV2016-12-011-0/+4
* [TableGen] Minor clean-ups. NFC.George Burgess IV2016-12-011-52/+42
* [tablegen] Check that an optional IdentifierArgument of an attribute isAkira Hatanaka2016-09-101-1/+7
* Add plumbing for new attribute type "Microsoft".Nico Weber2016-09-031-6/+22
* Implement __attribute__((require_constant_initialization)) for safe static in...Eric Fiselier2016-09-021-1/+3
* Revert r280516 since it contained accidental changes.Eric Fiselier2016-09-021-3/+1
* Implement __attribute__((require_constant_initialization)) for safe static in...Eric Fiselier2016-09-021-1/+3
* Sema: support __declspec(dll*) on ObjC interfacesSaleem Abdulrasool2016-07-151-0/+9
* Use ranges to concisely express iterationDavid Majnemer2016-06-231-2/+2
* Work around MinGW's macro definition of 'interface' to 'struct'Reid Kleckner2016-05-311-0/+5
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-4/+4
* Turn copies into references as suggested by clang-tidy's performance-unnecess...Benjamin Kramer2016-05-271-6/+7
* Fix use-after-free ASan failures for modules / PCH files that deserialize abi...Richard Smith2016-05-181-7/+33
* Fix Clang-tidy modernize-use-bool-literals in generated code.Eugene Zelenko2016-05-121-16/+118
* Revert unnecessary tblgen change.Peter Collingbourne2016-04-271-1/+0
* Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne2016-04-271-0/+1
* Re-commit r265518 ("[modules] Continue factoring encoding of AST records out ofRichard Smith2016-04-061-14/+11
* Revert "[modules] Continue factoring encoding of AST records out of ASTWriter."Dmitry Polukhin2016-04-061-11/+14
* [modules] Continue factoring encoding of AST records out of ASTWriter.Richard Smith2016-04-061-14/+11
* Add an optional string argument to DeprecatedAttr for Fix-It.Manman Ren2016-03-161-0/+11
* Print strict in Availability attribute when it is on.Manman Ren2016-03-101-0/+1
* P0188R1: add support for standard [[fallthrough]] attribute. This is almostRichard Smith2016-03-081-0/+2
* Semantic analysis for the swiftcall calling convention.John McCall2016-03-031-1/+2
* Add an llvm_unreachable back to the autogeneration of this covered switch.John McCall2016-03-011-1/+2
* Infrastructure improvements to Clang attribute TableGen.John McCall2016-03-011-82/+198
* Fix a leak in the generated code for attributes with strings.Benjamin Kramer2016-02-131-4/+17
* [TableGen] Merge the SuperClass Record and SMRange vector a single vector. Th...Craig Topper2016-01-181-10/+10
* Use range loops and autos in utils/TableGen/ClangAttrEmitter.cpp and generate...Eugene Zelenko2015-12-081-21/+17
* Do not crash when dumping the objc_bridge_related attribute when its optional...Aaron Ballman2015-11-301-0/+2
* Add the ability to define "fake" arguments on attributes.John McCall2015-10-281-67/+98
* [ATTR] Automatic line feed after pragma-like attribute.Alexey Bataev2015-10-121-0/+1
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-061-4/+5
* Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files;...Hans Wennborg2015-09-291-4/+4
* [UB] Guard two calls to memcpy in generated attribute code to handleChandler Carruth2015-08-041-2/+4
* Fix -Wextra-semi warnings.Hans Wennborg2015-07-221-1/+1
* Refactor TableGen backend for ClangAttrEmitter to avoid duplication.Bob Wilson2015-07-201-89/+63
* Ignore the "novtable" declspec when not using the Microsoft C++ ABI.Bob Wilson2015-07-201-3/+36
* [TableGen] Change a couple methods to return an ArrayRef instead of a const s...Craig Topper2015-07-061-2/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Check for consistent use of nullability type specifiers in a header.Douglas Gregor2015-06-191-1/+2
OpenPOWER on IntegriCloud