summaryrefslogtreecommitdiff
path: root/lib/AST/TypeLoc.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-12
* AST: Don't treat a TemplateExpansion as a TemplateDavid Majnemer2013-08-28
* Handle all TemplateArguments in trivial TypeLocs.Eli Friedman2013-06-26
* Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman2013-06-07
* Reverts r183466: "Perform dynamic alignment computations..."Manuel Klimek2013-06-07
* Perform dynamic alignment computations so that the data in TypeLocs isEli Friedman2013-06-07
* Rename TypeLoc's isType to isKindDavid Blaikie2013-02-21
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-18
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-07
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-20
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-18
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-18
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-18
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Fixed some corner cases due to implicit int TypeLoc and simplified the logic.Abramo Bagnara2012-10-18
* Fixed FunctionTypeLoc range for trailing return type.Abramo Bagnara2012-10-15
* Fixed FunctionTypeLoc source range.Abramo Bagnara2012-10-04
* Fix a regression from r164656.Eli Friedman2012-09-27
* Fix the AST representation for non-type template arguments to encodeEli Friedman2012-09-26
* Change the representation of builtin functions in the ASTEli Friedman2012-08-31
* Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer2012-07-04
* Added source location for the template keyword in DependentTemplateSpecializa...Abramo Bagnara2012-02-06
* Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D...Abramo Bagnara2012-02-06
* Added location for template keyword in TemplateSpecializationTypeLoc. In the ...Abramo Bagnara2012-02-06
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Provide better source info for template specializations with non-type arguments.Matt Beaumont-Gay2011-11-22
* Restore r142914 and r142915, now with missing file and apparentJohn McCall2011-10-25
* Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi2011-10-25
* Introduce a placeholder type for "pseudo object"John McCall2011-10-25
* Add a new placeholder type to represent "unbridged"John McCall2011-10-17
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-14
* Make yet another placeholder type, this one marking that an expression is a b...John McCall2011-04-26
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-07
* Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran...Abramo Bagnara2011-03-08
* Push nested-name-specifier source location information into templateDouglas Gregor2011-03-02
* Push nested-name-specifier source-location information into dependentDouglas Gregor2011-03-02
* Push nested-name-specifier source-location information into dependentDouglas Gregor2011-03-01
* Reinstate the introduction of source-location information forDouglas Gregor2011-03-01
* Revert r126748, my second attempt at nested-name-specifier sourceDouglas Gregor2011-03-01
* Reinstate r126737, extending the generation of type-source locationDouglas Gregor2011-03-01
* Revert r126737, the most recent nested-name-specifier location change, for bu...Douglas Gregor2011-03-01
* Push nested-name-specifier source location information into elaboratedDouglas Gregor2011-03-01
* Push nested-name-specifier source location information intoDouglas Gregor2011-03-01
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-20
* Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actuallyDouglas Gregor2011-01-25
* Introduce an AttributedType, but don't actually use it anywhere yet.John McCall2011-01-06
* Refactor the application of type attributes so that attributes fromJohn McCall2011-01-05
* The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner2010-12-25
* Added missing IgnoreParens().Abramo Bagnara2010-12-14
* Skip ParenType on function instantiations.Abramo Bagnara2010-12-13