index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AST
/
Type.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-02-21
Change variable name to Tq (from TQ)
Gabor Greif
2008-02-20
Alternate address spaces work:
Chris Lattner
2008-02-17
Implemnt isVariablyModifiedType correctly.
Eli Friedman
2008-02-15
Split out incomplete arrays from VariableArrayType into
Eli Friedman
2008-02-15
Remove useless parameter from isConstantSizeType.
Eli Friedman
2008-02-04
Add experimental support for address space qualified types. Address space
Christopher Lamb
2008-01-24
Exclude vectors from Type::isScalar() predicate.
Steve Naroff
2008-01-21
Add a predicate/getter when checking for incomplete array types ("[]").
Steve Naroff
2008-01-16
Simplify comment.
Steve Naroff
2008-01-16
Type::isArithmeticType(): disallow incomplete enum decls.
Steve Naroff
2008-01-15
- Change Type::isComplexType() to exlude GCC's complex integer extension. In ...
Steve Naroff
2008-01-15
Rework commit r45976, which was incorrect.
Steve Naroff
2008-01-14
Teach Type::isIntegerType() about GCC's __complex__ integer extensions...
Steve Naroff
2008-01-07
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-18
Refactoring work. ObjcQualifiedIdType is now derived from 'Type'.
Fariborz Jahanian
2007-12-18
remove the loc argument to Type::isConstantSizeType, which isn't useful.
Chris Lattner
2007-12-18
Fix PR1863: an assertion due to not setting a location on return from
Chris Lattner
2007-12-17
Patch to implemented objective-c's dynamic object pointer qualified with
Fariborz Jahanian
2007-12-13
Patch to make ObjcQualifiedInterfaceType inherit ObjcInterfaceType
Fariborz Jahanian
2007-12-06
make it more clear what 'foo' is
Chris Lattner
2007-12-02
Fix isStructureType and isUnionType to ignore typedefs, as stated
Seo Sanghyeon
2007-11-27
handle __vector_size__ like vector_size
Chris Lattner
2007-10-29
Encoding for objectiive-c methods.
Fariborz Jahanian
2007-10-29
Fix a major bug in the Type::getAs*Type methods: they didn't strip off
Chris Lattner
2007-10-29
Add BuiltinType::Char_S to Type::isCharType
Anders Carlsson
2007-10-15
Move type compatibility predicates from Type to ASTContext. In addition, the ...
Steve Naroff
2007-10-15
Added ASTContext::setObjcIdType/getObjcIdType(), set by Sema.
Steve Naroff
2007-10-15
Teach the type checker about "id". This removes the following bogus warning...
Steve Naroff
2007-10-14
- Teach ObjcInterfaceDecl::lookupInstance/ClassMethod to look through protocols.
Steve Naroff
2007-10-11
Implemented parsing of objctive-c protocol conforming type used in
Fariborz Jahanian
2007-10-11
Patch to create protocol conforming class types.
Fariborz Jahanian
2007-10-07
move IdentifierTable.h from liblex to libbasic.
Chris Lattner
2007-10-01
Move ObjC decls to DeclObjC.h, a new AST header.
Steve Naroff
2007-09-06
The goal of this commit is to get just enough Sema support to recognize Objec...
Steve Naroff
2007-08-31
Removed Sema::VerifyConstantArrayType(). With the new Array/ConstantArray/Var...
Steve Naroff
2007-08-30
Diff is self small & self explanatory...
Steve Naroff
2007-08-30
Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a coup...
Steve Naroff
2007-08-30
fix a bug that is causing CodeGen/complex.c to be grumpy.
Chris Lattner
2007-08-30
Fix the following redefinition errors submitted by Keith Bauer...
Steve Naroff
2007-08-29
Teach Type::is[un]SignedIntegerType about enum decls. This allows the code g...
Chris Lattner
2007-08-27
Add Type::getAsBuiltinType() and Type::builtinTypesAreCompatible().
Steve Naroff
2007-08-21
add getAsComplexType() for consistency
Chris Lattner
2007-08-08
add a new AST dumper interface (E->dump()). This dumps out
Chris Lattner
2007-08-08
Finish implementing __builtin_classify_type()...
Steve Naroff
2007-08-05
Remove a space from "typeof" printing. It was causing the following error...
Steve Naroff
2007-08-01
- Finish hooking up support for __builtin_types_compatible_p().
Steve Naroff
2007-08-01
Two typeof() related changes...
Steve Naroff
2007-07-31
move trivial type predicates inline.
Chris Lattner
[next]