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
/
ASTContext.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
move the ASTContext argument to be first in the argument list of
Chris Lattner
2008-03-15
start switching decls over to using an allocator controlled by ASTContext.
Chris Lattner
2008-03-08
simplify all the type info accessors in TargeTInfo to return scalars,
Chris Lattner
2008-03-08
Fix a fixme by allowing pointers in different address spaces to have
Chris Lattner
2008-03-05
remove the source location arguments to various target query methods.
Chris Lattner
2008-02-25
Fix a little typo... per cfe-dev, this was apparently causing test
Eli Friedman
2008-02-20
Alternate address spaces work:
Chris Lattner
2008-02-18
More bitfield improvements.
Anders Carlsson
2008-02-16
Better handling of the aligned attribute.
Anders Carlsson
2008-02-16
Make sizeof and __alignof work correctly with packed structs.
Anders Carlsson
2008-02-15
Split out incomplete arrays from VariableArrayType into
Eli Friedman
2008-02-15
Partial fix for struct compatibility; there's still something messy
Eli Friedman
2008-02-12
Make typechecking for enum+int compatibility stricter.
Eli Friedman
2008-02-12
Add wchar_t type to ASTContext. Will be needed for wide strings, since
Eli Friedman
2008-02-12
Fix type compatibility between constant and variable arrays.
Eli Friedman
2008-02-06
Fix the codegen of structs with flexible array members.
Eli Friedman
2008-02-06
Be a bit stricter about array type compatibility.
Eli Friedman
2008-02-04
Add experimental support for address space qualified types. Address space
Christopher Lamb
2008-01-30
Abolish a bunch of Xcode inserted tabs.
Steve Naroff
2008-01-29
Tighten up ASTContext::typesAreCompatible()...it needs to make sure the quali...
Steve Naroff
2008-01-29
Fix bz1950. ASTContext::functionTypesAreCompatible() needs to operate on the ...
Steve Naroff
2008-01-22
Problem with ObjC's type-encoding of nested structs causing infinit recursion.
Fariborz Jahanian
2008-01-14
Fix ASTContext::typesAreCompatible when analyzing a function type with
Chris Lattner
2008-01-09
Add a FIXME to commit r45784. Thanks mrs!
Steve Naroff
2008-01-09
Fix ASTContext::typesAreCompatible to allow for int/enum compatibility (C99 6...
Steve Naroff
2008-01-07
Verify/add code to make sure types passed to interfaceTypesAreCompatible
Fariborz Jahanian
2008-01-07
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-03
Couple more uninitialized before use warning elimination.
Fariborz Jahanian
2008-01-03
Remove cause of misc. "variable might be used uninitialized in this function"...
Fariborz Jahanian
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
Fix OCUVector case in struct layout code.
Christopher Lamb
2007-12-21
This patch implements some of the more obscure type-checking involving
Fariborz Jahanian
2007-12-21
Patch to compare to objective-c static types where one or the other
Fariborz Jahanian
2007-12-21
More objective-c type analysis. This time involving objective types
Fariborz Jahanian
2007-12-20
More objective-c type checking. This time comparing objective-c known objects.
Fariborz Jahanian
2007-12-20
Patch to do type-checking for objctive-c's object types.
Fariborz Jahanian
2007-12-19
fix some crazy indentation
Chris Lattner
2007-12-19
This patch concludes implementation of dynamic objective-c type qualified by
Fariborz Jahanian
2007-12-18
Refactoring work. ObjcQualifiedIdType is now derived from 'Type'.
Fariborz Jahanian
2007-12-17
Fixed a comment describing a function
Fariborz Jahanian
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-12
TargetInfo no longer includes a reference to SourceManager.
Ted Kremenek
2007-12-12
Encode enumeral types.
Steve Naroff
2007-12-12
Unbreak -stats on cocoa.h
Chris Lattner
2007-12-12
Implemented type checking for pointer of objects of protocol-qualified types.
Fariborz Jahanian
2007-12-07
Patch to implement "Protocol" as a built-in type declared as
Fariborz Jahanian
2007-12-03
Fix for testcase that assigns a dereferenced reference to a pointer. The
Bill Wendling
2007-11-26
Reverted changed to getTagDeclType() introduced in patch 44089:
Ted Kremenek
[next]