summaryrefslogtreecommitdiffstats
path: root/clang/utils/TableGen/ClangAttrEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r326602, it caused PR36620.Nico Weber2018-03-071-136/+3
* [Attr] Fix parameter indexing for several attributesJoel E. Denny2018-03-021-3/+136
* Test commit access: apply clang-format suggestionJoel E. Denny2018-02-281-2/+2
* Improve the way attribute argument printing happens for omitted optional argu...Aaron Ballman2018-02-271-37/+97
* [OpenMP] Fix trailing space when printing pragmas, by Joel. E. DennyAlexey Bataev2018-02-141-1/+1
* Make attribute instantiation instantiate all attributes, not just the first ofRichard Smith2018-01-041-2/+10
* Introduce some infrastructure for adding C attributes with [[]] syntax.Aaron Ballman2018-01-031-0/+2
* Add support for ObjectFormat to TargetSpecificAttrErich Keane2017-12-201-40/+42
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-261-121/+57
* Add a new attribute definition spelling, Clang<"attr">, that expands to two a...Aaron Ballman2017-10-261-6/+10
* Silence -Wimplicit-fallthrough warnings with the generated code; NFC.Aaron Ballman2017-10-181-1/+1
* Fix usage in TableGen of getValueAsStringErich Keane2017-10-161-28/+27
* Replace usage of std::stringstream with raw_string_ostreamErich Keane2017-10-161-2/+3
* Sort Attributes by "HeaderName" Erich Keane2017-10-161-20/+36
* Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman2017-10-151-28/+50
* Do not look through pack expansions when looking for unexpanded parameter packs.Richard Smith2017-08-151-0/+21
* [TableGen] Clang changes to support Record::getValueAsString and getValueAsLi...Craig Topper2017-05-311-22/+28
* Enhance the 'diagnose_if' attribute so that we can apply it for ObjC methods ...Argyrios Kyrtzidis2017-05-241-1/+5
* utils: Silence -Wpedantic warningSaleem Abdulrasool2017-05-011-2/+2
* Add #pragma clang attribute support to the external_source_symbol attributeAlex Lorenz2017-04-191-24/+113
* Add #pragma clang attributeAlex Lorenz2017-04-181-7/+438
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-181-438/+7
* Fix one more 'not all control paths return a value' MSVC warningAlex Lorenz2017-04-181-1/+1
* [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
OpenPOWER on IntegriCloud