summaryrefslogtreecommitdiffstats
path: root/lib/AST/TypePrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-2/+12
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-16/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+16
* [clangd] Print template arguments helperKadir Cetinkaya2019-04-121-1/+15
* Revert "[clangd] Print arguments in template specializations"Jordan Rupprecht2019-03-201-16/+1
* [clangd] Print arguments in template specializationsKadir Cetinkaya2019-03-201-1/+16
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-2/+2
* [Sema] Fix Modified Type in address_space AttributedTypeLeonard Chan2019-01-241-2/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sema] Better static assert diagnostics for expressions involving temporaries...Clement Courbet2018-12-201-5/+26
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-4/+2
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-2/+4
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-4/+2
* [Sema/Attribute] Check for noderef attributeLeonard Chan2018-12-061-0/+3
* Honor -fdebug-prefix-map when creating function names for the debug info.Adrian Prantl2018-12-051-3/+7
* Revert: Honor -fdebug-prefix-map when creating function names for the debug i...Renato Golin2018-12-051-7/+3
* Honor -fdebug-prefix-map when creating function names for the debug info.Adrian Prantl2018-12-011-3/+7
* [AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen2018-11-261-1/+4
* [Sema/Attribute] Make types declared with address_space an AttributedTypeLeonard Chan2018-08-271-0/+7
* Model type attributes as regular Attrs.Richard Smith2018-08-201-95/+64
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-64/+95
* Model type attributes as regular Attrs.Richard Smith2018-08-131-95/+64
* Refactor attribute printing to be a bit more obviously-correct.Richard Smith2018-08-091-13/+9
* Delete some unreachable AST printing code.Richard Smith2018-08-091-16/+0
* [P0936R0] add [[clang::lifetimebound]] attributeRichard Smith2018-08-011-1/+19
* Remove trailing spaceFangrui Song2018-07-301-83/+83
* Delete some unreachable AST printing code.Richard Smith2018-07-301-30/+0
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-1/+50
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-50/+1
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-1/+50
* [AST] Print correct tag decl for tag specifierJoel E. Denny2018-05-141-0/+13
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-1/+3
* Fix printing of reference-to-reference types.Richard Smith2018-04-291-8/+20
* [AST] Fix some Clang-tidy modernize-use-auto and Include What You Use warning...Eugene Zelenko2018-04-101-46/+102
* Revert "Set calling convention for CUDA kernel"Artem Belevich2018-04-031-4/+0
* Set calling convention for CUDA kernelYaxun Liu2018-03-291-0/+4
* Adding nocf_check attribute for cf-protection fine tuningOren Ben Simhon2018-03-171-1/+3
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-211-3/+7
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-201-7/+3
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-201-3/+7
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-1/+1
* Use static function instead of anonymous namespaceSerge Pavlov2017-11-291-4/+2
* Refactor functions PrintTemplateArgumentListSerge Pavlov2017-11-281-74/+42
* Convert clang::LangAS to a strongly typed enumAlexander Richardson2017-10-151-5/+7
* [OpenCL] Add LangAS::opencl_private to represent private address space in ASTYaxun Liu2017-10-131-4/+8
* Dependent Address Space SupportAndrew Gozillon2017-10-021-0/+14
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-221-0/+2
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-2/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+2