index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
ASTContext.h
Age
Commit message (
Expand
)
Author
2011-01-06
Introduce an AttributedType, but don't actually use it anywhere yet.
John McCall
2010-12-30
Expose Objective-C type encodings of declarations to libclang users. This al...
David Chisnall
2010-12-21
Fix the noreturn conversion to only strip off a single level of indirection.
John McCall
2010-12-20
Introduce a new type, PackExpansionType, to capture types that are
Douglas Gregor
2010-12-19
Motions towards simplifying how we deal with attribute-qualified function types.
John McCall
2010-12-14
Restore r121752 without modification.
John McCall
2010-12-14
Pull out r121752 in case it's causing the selfhost breakage.
John McCall
2010-12-14
Factor out most of the extra state in a FunctionProtoType into a separate
John McCall
2010-12-10
Added ParenType type node.
Abramo Bagnara
2010-12-10
Move the "volatile" bit into QualType's "fast" qualifier set,
Douglas Gregor
2010-12-02
IR Gen. part of API support for __block cxx
Fariborz Jahanian
2010-12-01
Sema/AST work for capturing copy init expression
Fariborz Jahanian
2010-11-25
Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a...
Anders Carlsson
2010-11-13
Bring UsualArithmeticConversionsType back into Sema and cast the
John McCall
2010-11-12
Generalize ASTContext::areCompatibleVectorTypes to handle new Neon vector types.
Bob Wilson
2010-11-10
Add a variant of GCC-style vector types for ARM NEON.
Bob Wilson
2010-11-09
Use the right calling convention when mangling names in the Microsoft C++
Charles Davis
2010-10-24
Implement GNU C extension: two types are compatible if they appear
Peter Collingbourne
2010-10-24
Put the mechanism in place to track modifications in an AST entity that were ...
Argyrios Kyrtzidis
2010-10-14
Store in PCH the key function of C++ class to avoid deserializing the complet...
Argyrios Kyrtzidis
2010-10-12
Add some infrastructure for dealing with expressions of 'placeholder' type,
John McCall
2010-10-01
enhance ASTContext::GetBuiltinType to return a bitmask indicating which argum...
Chris Lattner
2010-09-24
Patch implements passing arrays to functions expecting
Fariborz Jahanian
2010-09-22
Implement -Wpadded and -Wpacked.
Argyrios Kyrtzidis
2010-08-30
Heap-allocate the attribute vectors in
Douglas Gregor
2010-08-26
When code-completing a potential call to a C++ non-static member
Douglas Gregor
2010-08-25
Make sure CXXABI is destroyed.
Argyrios Kyrtzidis
2010-08-23
Support for IRGen of synthesize bitfield ivars in
Fariborz Jahanian
2010-08-20
objective-c ivar refactoring patch. Iterations
Fariborz Jahanian
2010-08-18
Generate Attr subclasses with TableGen.
Sean Hunt
2010-08-17
StringRef'ication of lots stuff, patch by Peter Davies!
Daniel Dunbar
2010-08-16
Implement support for member pointers under the Microsoft C++ ABI in the
Charles Davis
2010-08-11
Added locations and type source info for DeclarationName.
Abramo Bagnara
2010-08-11
Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,
Douglas Gregor
2010-08-09
- Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...
Sebastian Redl
2010-08-07
Allow reference binding of a reference of Objective-C object type to
Douglas Gregor
2010-08-06
Introduce implicit conversions between AltiVec vectors and GCC
Douglas Gregor
2010-07-29
Change the name to something less terrible; suggestion by Doug. No functional...
Argyrios Kyrtzidis
2010-07-29
Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...
Argyrios Kyrtzidis
2010-07-29
Allow a looser form of compatibility checking (which ignores
Douglas Gregor
2010-07-25
Make ASTContext always use the BumpPtrAllocator.
Douglas Gregor
2010-07-19
Patch to type match comparing Objective-C Classes which implement
Fariborz Jahanian
2010-07-04
Fix a regression of a previous commit of mine (rdar://8158953).
Argyrios Kyrtzidis
2010-07-04
Read/write more information of ASTContext for PCH. Overriden methods and inst...
Argyrios Kyrtzidis
2010-07-04
Don't try to install the __[u]int128_t identifier if it is already installed ...
Argyrios Kyrtzidis
2010-07-04
Read/write specialization info of static data members for PCH.
Argyrios Kyrtzidis
2010-07-03
Lazily declare default constructors. We now delay the construction of
Douglas Gregor
2010-07-02
Lazily declare implicit copy constructors.
Douglas Gregor
2010-07-02
Lazily declare copy-assignment operators.
Douglas Gregor
2010-07-02
Lazily declare the implicitly-declared destructor in a C++ class.
Douglas Gregor
[next]