summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Teach NestedNameSpecifier to keep track of namespace aliases the sameDouglas Gregor2011-02-241-1/+9
* Emit the structure layout of the block literal parameter to a blockJohn McCall2011-02-221-73/+1
* Use an unused-except-in-Debug variable.Matt Beaumont-Gay2011-02-221-1/+1
* Tweaks to C++0x deduced auto type support:Richard Smith2011-02-211-5/+15
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-4/+15
* Add const qualifier to getTypeInfoInChars().Ken Dyck2011-02-201-2/+2
* Fix PR9253, allowing attribute(aligned) to reduce the alignment ofChris Lattner2011-02-191-1/+7
* Convert RecordLayout::Alignment to CharUnits from bit units. No change inKen Dyck2011-02-151-3/+3
* Fix a block sema bug where result type of initializerFariborz Jahanian2011-02-111-3/+8
* Add a helper function, ASTContext::toBits(), that converts sizes inKen Dyck2011-02-111-2/+7
* Move the check that gives functions with unique-external types unique-externalJohn McCall2011-02-101-4/+0
* AST, Sema, Serialization: keep track of cudaConfigureCallPeter Collingbourne2011-02-091-0/+1
* Convert RecordLayout::Size to CharUnits from bits. No changes toKen Dyck2011-02-091-2/+2
* A few more tweaks to the blocks AST representation: John McCall2011-02-071-3/+6
* Fixed parameter names.Abramo Bagnara2011-01-271-7/+7
* Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actuallyDouglas Gregor2011-01-251-1/+1
* Fix the computation of alignment for fields of packed+aligned structs.John McCall2011-01-201-6/+28
* Implement support for non-type template parameter packs whose type isDouglas Gregor2011-01-191-10/+42
* Change the canonical representation of array types to store qualifiers on theJohn McCall2011-01-191-191/+157
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-27/+32
* Fix some unnecessarily complicated code for canonicalizing variably-modifiedJohn McCall2011-01-181-43/+119
* Generalize some operations on qualifiers. QualType::getQualifiers() andJohn McCall2011-01-181-13/+33
* Add toCharUnitsInBits() to simplify the many calls to CharUnits::fromQuantity...Ken Dyck2011-01-151-7/+12
* Introduce a new kind of TemplateName that captures a substitutedDouglas Gregor2011-01-151-0/+30
* Teach template template argument pack expansions to keep track of theDouglas Gregor2011-01-141-1/+1
* Keep track of the number of expansions to be produced from a type packDouglas Gregor2011-01-141-4/+5
* Start implementing support for substitution into pack expansions thatDouglas Gregor2011-01-141-0/+36
* Move name mangling support from CodeGen to AST. In thePeter Collingbourne2011-01-131-0/+13
* PR3558: mark "logically const" accessor methods in ASTContext as const,Jay Foad2011-01-121-119/+128
* Slight bugfix to the attribute-distribution logic for GC attributes.John McCall2011-01-121-18/+24
* Introduce an AttributedType, but don't actually use it anywhere yet.John McCall2011-01-061-0/+25
* Replace the representation of template template argument packDouglas Gregor2011-01-051-1/+6
* Implement support for template template parameter packs, e.g.,Douglas Gregor2011-01-051-3/+5
* Expose Objective-C type encodings of declarations to libclang users. This al...David Chisnall2010-12-301-0/+36
* Fix for PR8695.David Chisnall2010-12-261-1/+4
* The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner2010-12-251-6/+12
* Refactor how we collect attributes during parsing, and add slots for attributesJohn McCall2010-12-241-2/+2
* Add an AST representation for non-type template parameterDouglas Gregor2010-12-231-0/+1
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-231-12/+12
* Fix the noreturn conversion to only strip off a single level of indirection.John McCall2010-12-211-52/+10
* Clean up the handling of template argument packs, especially in theDouglas Gregor2010-12-201-0/+3
* Introduce a new type, PackExpansionType, to capture types that areDouglas Gregor2010-12-201-0/+26
* Motions towards simplifying how we deal with attribute-qualified function types.John McCall2010-12-191-25/+21
* Function types are compatible (in the C sense) if their regparms are identical.John McCall2010-12-151-16/+20
* Restore r121752 without modification.John McCall2010-12-141-57/+48
* Pull out r121752 in case it's causing the selfhost breakage.John McCall2010-12-141-48/+57
* Factor out most of the extra state in a FunctionProtoType into a separateJohn McCall2010-12-141-57/+48
* Added ParenType type node.Abramo Bagnara2010-12-101-0/+34
* It's kindof silly that ExtQuals has an ASTContext&, and we can use thatJohn McCall2010-12-101-3/+3
* Move the "volatile" bit into QualType's "fast" qualifier set,Douglas Gregor2010-12-101-11/+0
OpenPOWER on IntegriCloud