summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/TypeLoc.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverts r183466: "Perform dynamic alignment computations..."Manuel Klimek2013-06-071-31/+3
* Perform dynamic alignment computations so that the data in TypeLocs isEli Friedman2013-06-071-3/+31
* Rename TypeLoc's isType to isKindDavid Blaikie2013-02-211-3/+3
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-6/+7
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+1
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+6
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-367/+361
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-361/+367
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+3
* Fixed some corner cases due to implicit int TypeLoc and simplified the logic.Abramo Bagnara2012-10-181-11/+22
* Fixed FunctionTypeLoc range for trailing return type.Abramo Bagnara2012-10-151-47/+10
* Fixed FunctionTypeLoc source range.Abramo Bagnara2012-10-041-2/+48
* Fix a regression from r164656.Eli Friedman2012-09-271-2/+5
* Fix the AST representation for non-type template arguments to encodeEli Friedman2012-09-261-1/+4
* Change the representation of builtin functions in the ASTEli Friedman2012-08-311-0/+1
* Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer2012-07-041-0/+1
* Added source location for the template keyword in DependentTemplateSpecializa...Abramo Bagnara2012-02-061-3/+3
* Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D...Abramo Bagnara2012-02-061-2/+2