summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed Objective-C type encoding for bitfields for the GNU runtime to match th...David Chisnall2010-06-041-36/+66
* Fix 80-column.Fariborz Jahanian2010-05-271-1/+2
* Objective-c++ IR gen.Fariborz Jahanian2010-05-271-0/+3
* Move the relevant ASTContext member functions that deal with ASTRecordLayoutB...Anders Carlsson2010-05-261-74/+0
* A type- or value-dependent expression cannot use bitfieldDouglas Gregor2010-05-241-0/+3
* Keep track of all of the class and function template's "common"Douglas Gregor2010-05-231-0/+10
* Even though we don't unique VLA types, we still need to build aDouglas Gregor2010-05-231-2/+10
* Support implicitly closing on 'this' in a block. Fixed PR7165.John McCall2010-05-201-13/+33
* Adds support for ObjC++'s GC attribute on declaration ofFariborz Jahanian2010-05-191-0/+81
* Teach the ObjC mangler to ignore member pointers just like gcc does.John McCall2010-05-171-0/+5
* Teach ASTContext::getUnqualifiedArrayType() how to look throughDouglas Gregor2010-05-171-5/+14
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-101/+119
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-47/+18
* Allocate most of DeclarationNamesTable using ASTContext's allcocator. The on...Ted Kremenek2010-05-101-3/+0
* Start converting pieces of DeclarationNameTable to be allocated using ASTCont...Ted Kremenek2010-05-101-1/+6
* Implement encoding of methods which have instantiatedFariborz Jahanian2010-05-071-0/+11
* When synthesizing Objective C records, give the synthetic fields publicJohn McCall2010-04-301-0/+8
* Revert "Fix for PR6953: per gcc, regparm and noreturn affect the compatibilit...Daniel Dunbar2010-04-281-8/+13
* Fix for PR6953: per gcc, regparm and noreturn affect the compatibility ofEli Friedman2010-04-271-13/+8
* More simplifications.Benjamin Kramer2010-04-271-17/+7
* Move CollectIvarsToConstructOrDestruct to SemaFariborz Jahanian2010-04-271-49/+0
* Simplify some code. No change in functionality.Benjamin Kramer2010-04-271-18/+9
* Make the InjectedClassNameType the canonical type of the current instantiationJohn McCall2010-04-271-12/+17
* New method to construct/destruct ivars that have non-trivial default Fariborz Jahanian2010-04-261-0/+49
* Turn CXXMethodVector into a generic class template.Anders Carlsson2010-04-231-49/+0
* More work toward implementingFariborz Jahanian2010-04-231-0/+40
* When computing the alignof value for a vector type, ensure thatDan Gohman2010-04-211-1/+1
* AST: Dump ASTRecordLayout objects when they are created with -fdump-record-la...Daniel Dunbar2010-04-191-0/+5
* Fix -Wcast-qual warnings.Dan Gohman2010-04-191-1/+2
* Add encoding of reference types like gcc does for objc methods andFariborz Jahanian2010-04-131-3/+8
* 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
OpenPOWER on IntegriCloud