summaryrefslogtreecommitdiffstats
path: root/lib/AST/TypeLoc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-0/+3
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-3/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-0/+3
* Model type attributes as regular Attrs.Richard Smith2018-08-201-5/+5
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-5/+5
* Model type attributes as regular Attrs.Richard Smith2018-08-131-5/+5
* Remove trailing spaceFangrui Song2018-07-301-10/+10
* Change \t to spacesFangrui Song2018-07-201-1/+1
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+18
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+6
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-6/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+6
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-5/+5
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+2
* Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali2018-01-011-7/+7
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-7/+7
* Revert r321614 and r321615Faisal Vali2018-01-011-7/+7
* Add scope specifiers to updated scoped-enums (that I somehow missed in r321614)Faisal Vali2018-01-011-7/+7
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-1/+1
* Correct UnaryTransformTypeLoc to properly initialize.Erich Keane2017-12-141-0/+9
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-12-011-50/+71
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+1
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+1
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-1/+0
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-1/+1
* Un-tabify source files, NFC.Yaron Keren2016-10-081-1/+1
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-131-0/+11
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+1
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-12/+3
* Update for LLVM function name change.Rui Ueyama2016-01-141-8/+8
* Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...Yaron Keren2015-10-031-1/+1
* Forbid qualifiers on ObjC generic parameters and arguments, butJohn McCall2015-09-231-0/+21
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-0/+10
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-0/+1
* C++ support for Objective-C lightweight generics.Douglas Gregor2015-07-071-0/+42
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-0/+11
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-0/+16
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-5/+5
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-5/+5
* Fix initializing TypeOfTypeLocOlivier Goffart2014-10-241-0/+8
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-2/+2
* AST: Don't treat a TemplateExpansion as a TemplateDavid Majnemer2013-08-281-7/+5
* Handle all TemplateArguments in trivial TypeLocs.Eli Friedman2013-06-261-2/+5
* Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman2013-06-071-3/+31