Age | Commit message (Expand) | Author |
2010-03-05 | Patch to build qualifier on objective-c | Fariborz Jahanian |
2010-03-02 | Eliminate the static map of overridden C++ methods, which was going to | Douglas Gregor |
2010-03-01 | Split out types that are non-canonical unless dependent as their own | John McCall |
2010-02-25 | Forgot to include nested protocols in collection, resulting in | Fariborz Jahanian |
2010-02-23 | When a reference to a field of a struct/union/class is passed to the | Charles Davis |
2010-02-23 | More support for ivars in class extension. | Fariborz Jahanian |
2010-02-21 | Eliminate the default arguments to ASTContext::getFunctionType(), | Douglas Gregor |
2010-02-19 | Patch removes IVars list from ObjCInterfaceDecl and | Fariborz Jahanian |
2010-02-16 | Make the various type-decl Types (and their associated ASTContext routines) | John McCall |
2010-02-12 | Patch to fix a warning which exposed a bug in building | Fariborz Jahanian |
2010-02-12 | Fix a latent bug found by Ahmed Charles, where we were calling | Douglas Gregor |
2010-02-11 | Have ~ASTContext() delete StoredDeclsMap (internal to DeclContext) by | Ted Kremenek |
2010-02-11 | Eliminate a bunch of unnecessary ASTContexts from members functions of | Douglas Gregor |
2010-02-11 | Eliminate the ASTContext parameter from RecordDecl::getDefinition() | Douglas Gregor |
2010-02-10 | Reverse a partial fix patch for radar 7214820. It broke some code and | Fariborz Jahanian |
2010-02-08 | Eliminate a pointer of storage in each ObjCInterfaceType and | Douglas Gregor |
2010-02-08 | Merge block/function pointer types with objc's __weak | Fariborz Jahanian |
2010-02-05 | Standardize the parsing of function type attributes in a way that | John McCall |
2010-02-05 | Always start tag definitions before completing them. Assert same. | John McCall |
2010-02-05 | First stage of adding AltiVec support | John Thompson |
2010-02-04 | Fix an obscure crash found in the Boost.MPL test suite, along with a | Douglas Gregor |
2010-02-04 | Allow calling convention attributes to apply to types. Patch by Chip Davis! | John McCall |
2010-02-03 | Define two types to be "compatible" in C++ if they are the same, and | Douglas Gregor |
2010-02-03 | When determining whether a function without a prototype is compatible | Douglas Gregor |
2010-01-27 | Change the return type of ASTContext::getDeclAlignInBytes() to CharUnits and, | Ken Dyck |
2010-01-26 | Patch to add 'volatile' to first argument of all | Fariborz Jahanian |
2010-01-26 | Correct cut-and-paste error in doxygen comment for newly introduced | Ken Dyck |
2010-01-26 | Add getTypeAlignInChars() for use in code that works in alignments in character | Ken Dyck |
2010-01-21 | Allocate the 'Protocols' array in ObjCInterfaceType and | Ted Kremenek |
2010-01-20 | Give UnresolvedSet the ability to store access specifiers for each declaration. | John McCall |
2010-01-18 | Encoding calling conventions in the type system, from Charles Davis! | Douglas Gregor |
2010-01-12 | Fix the CodeGen half of PR5911 by changing reference initialization to | Chandler Carruth |
2010-01-11 | Change return type of getObjCEncodingTypeSize() to CharUnits as the units are... | Ken Dyck |
2010-01-11 | Roll out ASTContext::getTypeSizeInChars(), replacing instances of | Ken Dyck |
2010-01-05 | Revert r92318. Instead fix the analyzer: do not call | Zhongxing Xu |
2010-01-05 | if an arraytype is canonical, then its element is guaranteed to be canonical. | Zhongxing Xu |
2009-12-30 | The element type should also be canonicalized. Add a case for VariableArrayType. | Zhongxing Xu |
2009-12-29 | Correctly refer to element CVR qualifications when determining if a type is | Chandler Carruth |
2009-12-29 | Get rid of FixedWidthIntType, as suggested by Chris and Eli. | Anders Carlsson |
2009-12-25 | Remove some dead variables clang-analyzer found. | Benjamin Kramer |
2009-12-23 | Tidy up ~ASTContext a bit by turning orphan compound statements into | Ted Kremenek |
2009-12-22 | Move the implementation of ASTContext::getTypeSizeInChars() to the .cpp file to | Ken Dyck |
2009-12-12 | Factor operator new declaration checking out into a separate function. | Anders Carlsson |
2009-12-10 | Clean up enum constants so that they're finally sane. Fixes PR3173 and a | Eli Friedman |
2009-12-09 | First pass at implementing C++ enum semantics: calculate (and store) an | John McCall |
2009-12-09 | Implemented an implicit conversion from "noreturn" function types (and | Douglas Gregor |
2009-12-07 | Move key functions to a separate map. | Anders Carlsson |
2009-12-07 | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall |
2009-12-06 | Add rudimentary support for member pointers to CGDebugInfo. | Anders Carlsson |
2009-12-04 | Fix "using typename" and the instantiation of non-dependent using declarations. | John McCall |