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