summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement method type encoding in the presenseFariborz Jahanian2010-04-081-2/+2
* Fix a misuse of iterators when iterating through block'sFariborz Jahanian2010-04-081-2/+2
* Put type restriction on convesion to nonconforming 'id' back in Fariborz Jahanian2010-04-061-3/+2
* Relax the typesafty rules of block pointers types whichFariborz Jahanian2010-04-011-2/+3
* Extend DependentNameType with a keyword enum that specifies whetherDouglas Gregor2010-03-311-14/+24
* Rename TypenameType to DependentNameType in anticipation of someDouglas Gregor2010-03-311-16/+16
* Remember the regparm attribute in FunctionType::ExtInfo.Rafael Espindola2010-03-301-7/+20
* the big refactoring bits of PR3782.Rafael Espindola2010-03-301-34/+43
* Be a bit more consistent in using operator->Rafael Espindola2010-03-291-2/+2
* Implement a framework for the delay of arbitrary diagnostics withinJohn McCall2010-03-241-1/+2
* More clean up of ivars which are either in class extensions andFariborz Jahanian2010-03-221-27/+15
* Remove the capture, serialization, and deserialization of commentDouglas Gregor2010-03-191-197/+1
* objective-c patch to provide type safty when blocks are passing orFariborz Jahanian2010-03-171-7/+59
* Let SourceManager::getBufferData return StringRef instead of a pair of two co...Benjamin Kramer2010-03-161-2/+2
* Give SourceManager a Diagnostic object with which to report errors,Douglas Gregor2010-03-161-10/+12
* Introduce a new BufferResult class to act as the return type ofDouglas Gregor2010-03-151-9/+15
* Check compatibility of vector types using their canonicalizations.John McCall2010-03-121-1/+2
* Extend the builtin syntax to allow address-space qualifiers on pointers andJohn McCall2010-03-121-4/+15
* For ivars created using @synthesize, set their DeclContext to beTed Kremenek2010-03-111-28/+4
* Allow the fast path through ASTContext::getTypeDeclType to be inlined.John McCall2010-03-101-18/+16
* Create a new InjectedClassNameType to represent bare-word references to the John McCall2010-03-101-1/+58
* Allocate ASTRecordLayout objects using the allocator associated with ASTContext.Ted Kremenek2010-03-081-13/+13
* Patch to build qualifier on objective-cFariborz Jahanian2010-03-051-3/+5
* Eliminate the static map of overridden C++ methods, which was going toDouglas Gregor2010-03-021-0/+80
* Split out types that are non-canonical unless dependent as their ownJohn McCall2010-03-011-3/+1
* Forgot to include nested protocols in collection, resulting inFariborz Jahanian2010-02-251-1/+3
* When a reference to a field of a struct/union/class is passed to theCharles Davis2010-02-231-0/+6
* More support for ivars in class extension.Fariborz Jahanian2010-02-231-0/+8
* Eliminate the default arguments to ASTContext::getFunctionType(),Douglas Gregor2010-02-211-2/+6
* Patch removes IVars list from ObjCInterfaceDecl andFariborz Jahanian2010-02-191-7/+14
* Make the various type-decl Types (and their associated ASTContext routines)John McCall2010-02-161-7/+8
* Patch to fix a warning which exposed a bug in buildingFariborz Jahanian2010-02-121-12/+12
* Fix a latent bug found by Ahmed Charles, where we were callingDouglas Gregor2010-02-121-1/+1
* Have ~ASTContext() delete StoredDeclsMap (internal to DeclContext) byTed Kremenek2010-02-111-0/+4
* Eliminate a bunch of unnecessary ASTContexts from members functions ofDouglas Gregor2010-02-111-6/+6
* Eliminate the ASTContext parameter from RecordDecl::getDefinition()Douglas Gregor2010-02-111-2/+2
* Reverse a partial fix patch for radar 7214820. It broke some code andFariborz Jahanian2010-02-101-16/+3
* Eliminate a pointer of storage in each ObjCInterfaceType andDouglas Gregor2010-02-081-7/+15
* Merge block/function pointer types with objc's __weakFariborz Jahanian2010-02-081-3/+16
* Standardize the parsing of function type attributes in a way thatJohn McCall2010-02-051-15/+5
* Always start tag definitions before completing them. Assert same.John McCall2010-02-051-0/+5
* First stage of adding AltiVec supportJohn Thompson2010-02-051-8/+12
* Fix an obscure crash found in the Boost.MPL test suite, along with aDouglas Gregor2010-02-041-16/+58
* Allow calling convention attributes to apply to types. Patch by Chip Davis!John McCall2010-02-041-3/+3
* Define two types to be "compatible" in C++ if they are the same, andDouglas Gregor2010-02-031-9/+6
* When determining whether a function without a prototype is compatibleDouglas Gregor2010-02-031-0/+6
* Change the return type of ASTContext::getDeclAlignInBytes() to CharUnits and,Ken Dyck2010-01-271-3/+3
* Patch to add 'volatile' to first argument of allFariborz Jahanian2010-01-261-0/+3
* Correct cut-and-paste error in doxygen comment for newly introducedKen Dyck2010-01-261-1/+1
* Add getTypeAlignInChars() for use in code that works in alignments in characterKen Dyck2010-01-261-0/+9
OpenPOWER on IntegriCloud