summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-1/+0
* Add support for language-specific address spaces. On top of that,Peter Collingbourne2011-03-181-5/+24
* Block return type of the initialized must beFariborz Jahanian2011-03-141-6/+8
* Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcep...Sebastian Redl2011-03-131-4/+4
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-121-5/+11
* Fixed InnerLocStart.Abramo Bagnara2011-03-091-12/+12
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-6/+10
* Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara2011-03-061-1/+3
* Reinstate r127112, "Propagate new-style exception spec information to ExtProt...Sebastian Redl2011-03-061-6/+3
* Revert r127112, "Propagate new-style exception spec information to ExtProtoIn...NAKAMURA Takumi2011-03-061-3/+6
* Propagate new-style exception spec information to ExtProtoInfo.Sebastian Redl2011-03-051-6/+3
* Eliminate redundant nested-name-specifiers onDouglas Gregor2011-03-031-0/+8
* Implement -mrtd which sets the StdCall calling convention to be the defaultRoman Divacky2011-03-011-4/+11
* Push nested-name-specifier source location information intoDouglas Gregor2011-02-281-0/+11
* From Vassil Vassilev:Axel Naumann2011-02-281-4/+0
* When we encounter a dependent template name within aDouglas Gregor2011-02-281-5/+7
* 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
OpenPOWER on IntegriCloud