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
/
Type.cpp
Age
Commit message (
Expand
)
Author
2010-03-31
Change the representation of dependent elaborated-type-specifiers
Douglas Gregor
2010-03-31
Remove the AST statistics tracking I added yesterday; it didn't pan out.
Douglas Gregor
2010-03-31
Rename TypenameType to DependentNameType in anticipation of some
Douglas Gregor
2010-03-30
Remember the regparm attribute in FunctionType::ExtInfo.
Rafael Espindola
2010-03-30
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-30
Introduce new AST statistics that keep track of the number of isa (or
Douglas Gregor
2010-03-09
Don't error when a block pointer is passed to a
Fariborz Jahanian
2010-02-16
Make the various type-decl Types (and their associated ASTContext routines)
John McCall
2010-02-08
Eliminate a pointer of storage in each ObjCInterfaceType and
Douglas Gregor
2010-02-05
Standardize the parsing of function type attributes in a way that
John McCall
2010-02-04
Allow calling convention attributes to apply to types. Patch by Chip Davis!
John McCall
2010-02-03
When a function or variable somehow depends on a type or declaration
Douglas Gregor
2010-02-02
Implement promotion for enumeration types.
Douglas Gregor
2010-01-21
Allocate the 'Protocols' array in ObjCInterfaceType and
Ted Kremenek
2009-12-29
Get rid of FixedWidthIntType, as suggested by Chris and Eli.
Anders Carlsson
2009-12-15
Elaborated types are specifier types, based on a patch from Cornelius
Douglas Gregor
2009-12-09
Reimplement reference initialization (C++ [dcl.init.ref]) using the
Douglas Gregor
2009-12-03
Introduce the notion of literal types, as specified in C++0x.
Sebastian Redl
2009-11-23
Make 'SEL' pointer to a builtin type and not an
Fariborz Jahanian
2009-11-23
Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations...
John McCall
2009-11-17
When querying type qualifiers on QualType via one of the "non-local"
Douglas Gregor
2009-11-11
Introduce a new representation for template template
Douglas Gregor
2009-11-10
Move all of the type-printing logic to its own C++ source file
Douglas Gregor
2009-11-09
__uint128_t is indeed an unsigned integer type. Fixes PR5435.
Anders Carlsson
2009-11-07
Implement -Wconversion. Off by default, in the non-gcc group. There's
John McCall
2009-11-05
Allow the element type of arrays to be incomplete in C++.
Sebastian Redl
2009-11-03
Refine codegen for covariant thunks that return references.
Mike Stump
2009-10-29
Track source information for template arguments and template specialization
John McCall
2009-10-22
When building types from declarators, instead of building two types (one for
John McCall
2009-10-18
PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients
Daniel Dunbar
2009-10-18
Move misc clients to IdentifierInfo StringRef API.
Daniel Dunbar
2009-10-18
Move clients to use IdentifierInfo::getNameStart() instead of getName()
Daniel Dunbar
2009-10-18
When performing template-substitution into a type, don't just replace the
John McCall
2009-10-16
Remove the ConstantArrayType subtypes. This information is preserved in the
John McCall
2009-09-29
Desugaring optimizations. Add single-step desugaring methods to all
John McCall
2009-09-29
Introduce ObjCProtocolListType type subclass.
Argyrios Kyrtzidis
2009-09-29
Introduce Type::getTypeClassName() that returns the string associated with th...
Argyrios Kyrtzidis
2009-09-24
Refactor the representation of qualifiers to bring ExtQualType out of the
John McCall
2009-09-21
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-05
Start emitting ElaboratedTypes in C++ mode. Support the effort in various
John McCall
2009-09-05
Basic support for representing elaborated type specifiers
John McCall
2009-09-02
When parsing typename specifiers (with either the identifier or
Douglas Gregor
2009-07-31
Canonicalize dependent extended vector types.
Douglas Gregor
2009-07-31
Build canonical types for dependently-sized array types.
Douglas Gregor
2009-07-30
Canonicalization of dependent C++0x decltype types.
Douglas Gregor
2009-07-30
Canonicalization for dependent typeof(expr) types.
Douglas Gregor
2009-07-29
Change uses of:
Ted Kremenek
2009-07-29
Use the new statement/expression profiling code to unique dependent
Douglas Gregor
2009-07-29
Code refactoring to define getCXXRecordDeclForPointerType
Fariborz Jahanian
[next]