Age | Commit message (Expand) | Author |
2013-02-21 | Rename TypeLoc's isType to isKind | David Blaikie |
2013-02-18 | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie |
2013-02-07 | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei |
2012-12-18 | Re-commit r170428 changes with Linux style file endings. | Guy Benyei |
2012-12-18 | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei |
2012-12-18 | Add OpenCL images as clang builtin types. | Guy Benyei |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-10-18 | Fixed some corner cases due to implicit int TypeLoc and simplified the logic. | Abramo Bagnara |
2012-10-15 | Fixed FunctionTypeLoc range for trailing return type. | Abramo Bagnara |
2012-10-04 | Fixed FunctionTypeLoc source range. | Abramo Bagnara |
2012-09-27 | Fix a regression from r164656. | Eli Friedman |
2012-09-26 | Fix the AST representation for non-type template arguments to encode | Eli Friedman |
2012-08-31 | Change the representation of builtin functions in the AST | Eli Friedman |
2012-07-04 | Drop the ASTContext.h include from Stmt.h and fix up transitive users. | Benjamin Kramer |
2012-02-06 | Added source location for the template keyword in DependentTemplateSpecializa... | Abramo Bagnara |
2012-02-06 | Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D... | Abramo Bagnara |
2012-02-06 | Added location for template keyword in TemplateSpecializationTypeLoc. In the ... | Abramo Bagnara |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2011-11-22 | Provide better source info for template specializations with non-type arguments. | Matt Beaumont-Gay |
2011-10-25 | Restore r142914 and r142915, now with missing file and apparent | John McCall |
2011-10-25 | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi |
2011-10-25 | Introduce a placeholder type for "pseudo object" | John McCall |
2011-10-17 | Add a new placeholder type to represent "unbridged" | John McCall |
2011-10-14 | Provide half floating point support as a storage only type. | Anton Korobeynikov |
2011-04-26 | Make yet another placeholder type, this one marking that an expression is a b... | John McCall |
2011-04-07 | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall |
2011-03-08 | Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran... | Abramo Bagnara |
2011-03-02 | Push nested-name-specifier source location information into template | Douglas Gregor |
2011-03-02 | Push nested-name-specifier source-location information into dependent | Douglas Gregor |
2011-03-01 | Push nested-name-specifier source-location information into dependent | Douglas Gregor |
2011-03-01 | Reinstate the introduction of source-location information for | Douglas Gregor |
2011-03-01 | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor |
2011-03-01 | Reinstate r126737, extending the generation of type-source location | Douglas Gregor |
2011-03-01 | Revert r126737, the most recent nested-name-specifier location change, for bu... | Douglas Gregor |
2011-03-01 | Push nested-name-specifier source location information into elaborated | Douglas Gregor |
2011-03-01 | Push nested-name-specifier source location information into | Douglas Gregor |
2011-02-20 | Implement the C++0x deduced 'auto' feature. | Richard Smith |
2011-01-25 | Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actually | Douglas Gregor |
2011-01-06 | Introduce an AttributedType, but don't actually use it anywhere yet. | John McCall |
2011-01-05 | Refactor the application of type attributes so that attributes from | John McCall |
2010-12-25 | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner |
2010-12-14 | Added missing IgnoreParens(). | Abramo Bagnara |
2010-12-13 | Skip ParenType on function instantiations. | Abramo Bagnara |
2010-11-18 | In some situations, TemplateArgumentLoc wasn't setting TypeSourceLoc (see | Craig Silverstein |
2010-08-15 | Remove dead code, caught by unused function warnings. | Argyrios Kyrtzidis |
2010-05-21 | Improved TypeLoc::getSourceRange(). | Abramo Bagnara |
2010-05-20 | Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan... | Abramo Bagnara |
2010-05-16 | Avoid doing two switches in TypeLoc's initialize() loop. The optimizer | John McCall |
2010-01-18 | float, double, and long double do need extra data in the | Douglas Gregor |