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
/
ASTContext.cpp
Age
Commit message (
Expand
)
Author
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-23
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-13
[PCH] Fix a regression that r139441 introduced (decls were getting passed
Argyrios Kyrtzidis
2011-09-13
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-09-10
Clean up our handling of Objective-C definitions in AST files. Rather
Douglas Gregor
2011-09-08
Allow C++0x enumerations with a fixed underlying type in
Douglas Gregor
2011-09-08
Implement the Objective-C 'instancetype' type, which is an alias of
Douglas Gregor
2011-09-02
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-09-01
Teach ASTContext and Preprocessor to hold on to references to the same
Douglas Gregor
2011-08-23
objc - fix up the builtin type for objc_assign_ivar.
Fariborz Jahanian
2011-08-22
Fix a bug in objc @encoding of C++ classes.
Argyrios Kyrtzidis
2011-08-17
Fix else style. No functionality change intended.
Chad Rosier
2011-08-14
Fix typo.
Francois Pichet
2011-08-14
Implement function template specialization at class scope extension in Micros...
Francois Pichet
2011-08-12
metadata generated by the compiler does not include the weak
Fariborz Jahanian
2011-08-12
Switch the __int128_t and __uint128_t types over to predefined types
Douglas Gregor
2011-08-12
Switch the Objective-C 'SEL' type over to a predefined type in the
Douglas Gregor
2011-08-12
Switch the Objective-C 'Class' type over to a predefined type in the
Douglas Gregor
2011-08-12
Move the creation of the predefined typedef for Objective-C's 'id'
Douglas Gregor
2011-08-11
Encapsulate the Objective-C id/Class/SEL "redefinition" types in
Douglas Gregor
2011-08-09
Move the creation of the record type for the state of Objective-C fast
Douglas Gregor
2011-08-09
Don't serialize the block descriptor or block extended descriptor
Douglas Gregor
2011-08-09
Move the construction of the RecordDecl representing the runtime
Douglas Gregor
2011-08-04
More whitespace and naming fixup. No functionality change.
Chad Rosier
2011-08-04
Whitespace.
Chad Rosier
2011-08-04
Fix style and remove obviously redundant code.
Chad Rosier
2011-07-27
Change ASTContext::getSideTableAllocatedMemory() to use llvm::capacity_in_byt...
Ted Kremenek
2011-07-26
After further discussion it has been determined that alignof should report
Chad Rosier
2011-07-25
Allow target to specify about using minimum alignment vs preferred. Takes ca...
Chad Rosier
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-22
Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin.
Jordy Rose
2011-07-18
In C99, emit an inline function when encountering an extern redeclaration.
Nick Lewycky
2011-07-12
revert fix for // rdar://9740328
Fariborz Jahanian
2011-07-12
objc++: Some level of covariance is allowed in ObjC properties.
Fariborz Jahanian
2011-07-12
Centralize the getCanonicalType() calls in the Itanium C++ mangling
Douglas Gregor
2011-07-07
r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly,
Cameron Zwarich
2011-07-07
A redeclaration of an inline method in C99 mode should trigger emission of that
Nick Lewycky
2011-07-07
Zap a couple unnecessary loops.
Eli Friedman
2011-07-04
Start switching the AST stats printing to use llvm::errs() instead of
Chandler Carruth
2011-07-01
-Fix mistake in ASTContext::getInnerObjCOwnership noticed by Doug
Argyrios Kyrtzidis
2011-07-01
[ARC] When casting from a pointer to an objective-c object with known ownersh...
Argyrios Kyrtzidis
2011-07-01
Introduce the notion of instantiation dependence into Clang's AST. A
Douglas Gregor
2011-06-30
Preserve that a TemplateName was arrived at by substituting
John McCall
2011-06-28
Eliminate most uses of ShallowCollectObjCIvars which requires
Fariborz Jahanian
2011-06-28
Be more thorough about mangling unresolved types.
John McCall
2011-06-17
Fix regression with @encode string. rdar://9624314.
Argyrios Kyrtzidis
2011-06-15
Automatic Reference Counting.
John McCall
2011-06-15
Eliminate a 'default' case in template argument deduction, where we
Douglas Gregor
2011-06-11
Implement support for C++11 in-class initialization of non-static data members.
Richard Smith
[prev]
[next]