summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/TypeLoc.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-38/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+38
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove deprecated APIStephen Kelly2018-09-061-8/+0
* Model type attributes as regular Attrs.Richard Smith2018-08-201-79/+12
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-12/+79
* Model type attributes as regular Attrs.Richard Smith2018-08-131-79/+12
* Mark up deprecated methods as suchStephen Kelly2018-08-091-2/+8
* Remove trailing spaceFangrui Song2018-07-301-6/+6
* Fix typos in comment.Richard Smith2018-07-271-2/+2
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-0/+7
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-6/+0
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-0/+6
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-48/+48
* [AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).Eugene Zelenko2018-04-031-3/+3
* Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali2018-01-011-12/+11
* Use 'unsigned int' instead of enum bit-fields to silence some warnings from r...Faisal Vali2018-01-011-6/+7
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-8/+8
* Revert r321614 and r321615Faisal Vali2018-01-011-8/+8
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-8/+8
* Correct UnaryTransformTypeLoc to properly initialize.Erich Keane2017-12-141-5/+1
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-12-011-46/+121
* Dependent Address Space SupportAndrew Gozillon2017-10-021-0/+70
* PR32673: Don't wrap parameter packs in SubstTemplateTypeParmPackType nodes wh...Richard Smith2017-04-201-1/+5
* Revert r294910 and recommit r294861 and r294862 with a target triple to hopef...Aaron Ballman2017-02-121-0/+25
* Revert "Attributes on K&R C functions should not cause incompatible..."Renato Golin2017-02-121-25/+0
* Hopefully fixes a compile error introduced by r294861.Aaron Ballman2017-02-111-16/+19
* Attributes on K&R C functions should not cause incompatible function type wit...Aaron Ballman2017-02-111-0/+22
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-3/+19
* Tracking exception specification source locationsMalcolm Parsons2017-01-121-1/+27
* [Sema] Store a SourceRange for multi-token builtin typesMalcolm Parsons2016-10-211-4/+13
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-14/+13
* ObjectiveC Generics: follow-up commit to r281355.Manman Ren2016-09-131-1/+3
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-131-0/+83
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-1/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+1
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-1/+1
* Update for LLVM function name change.Rui Ueyama2016-01-141-4/+4
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+19
* AST: defer to TypeLoc::copy in TypeLoc::initializeFullCopyJustin Bogner2015-12-071-5/+4
* Forbid qualifiers on ObjC generic parameters and arguments, butJohn McCall2015-09-231-0/+12
* Fix alignment issues in Clang.James Y Knight2015-07-171-0/+1
* Fix alignment check for ObjCObjectTypeLoc.Douglas Gregor2015-07-071-2/+3
* Use llvm::alignOf rather than alignof()Douglas Gregor2015-07-071-2/+2
* C++ support for Objective-C lightweight generics.Douglas Gregor2015-07-071-0/+26
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-0/+4
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-24/+63
* 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
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-1/+1