index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
TypeLoc.cpp
Age
Commit message (
Expand
)
Author
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
2010-01-18
Improve source-location information for builtin TypeLocs, from Enea
Douglas Gregor
2010-01-13
Add type source information for both kinds of typeof types.
John McCall
2009-12-04
Fix "using typename" and the instantiation of non-dependent using declarations.
John McCall
2009-10-19
Suppress build warning.
Daniel Dunbar
2009-10-18
Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize
John McCall
2009-10-16
Allow TypeLocs to be fully initialized with a single SourceLocation. This
John McCall
2009-10-15
Better living through metaprogramming. Create a base class which abstracts
John McCall
2009-09-29
Pull TypeLocVisitor into its own header file.
Argyrios Kyrtzidis
2009-09-29
Introduce ObjCInterfaceLoc which provides type source information for ObjC in...
Argyrios Kyrtzidis
2009-09-29
Introduce ObjCProtocolListLoc for keeping source location information for pro...
Argyrios Kyrtzidis
2009-09-29
Introduce TypeLoc::getSourceRange().
Argyrios Kyrtzidis
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-19
Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and rea...
Argyrios Kyrtzidis