summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-6/+12
* Objective-C doesn't consider the use of incomplete types as methodDouglas Gregor2011-05-271-3/+16
* Implement a little bit of cleanup and a lot more of the base workAlexis Hunt2011-05-251-1/+13
* Properly align UnaryTransformType when allocating itDouglas Gregor2011-05-251-3/+4
* Implement a new type node, UnaryTransformType, designed to represent aAlexis Hunt2011-05-241-0/+18
* It's considered poor form to create references to the overloadedDouglas Gregor2011-05-211-0/+3
* Reapply the commits that r131401 reverted and add a fix for PR9927.Argyrios Kyrtzidis2011-05-171-23/+164
* Revert 131377, 131369 and 131365.Rafael Espindola2011-05-161-163/+23
* Fix MSVC build.Argyrios Kyrtzidis2011-05-151-1/+1
* Fix generation of obj-c @encoding for members with zero size.Argyrios Kyrtzidis2011-05-151-25/+33
* Create proper Objective-C @encoding for C++ classes; fixes rdar://9357400.Argyrios Kyrtzidis2011-05-141-20/+152
* Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" andAlexis Hunt2011-05-091-2/+5
* Establish a new alignment for an ms_struct bitfield followingFariborz Jahanian2011-05-061-0/+12
* Modify some deleted function methods to better reflect reality:Alexis Hunt2011-05-061-1/+1
* Implement support for C++0x alias templates.Richard Smith2011-05-051-18/+38
* __alignof attribute on the field must considerFariborz Jahanian2011-05-051-0/+4
* More ms_struct bitfield stuff:Fariborz Jahanian2011-05-041-0/+7
* Only the first zero-length bitfield decides alignment ofFariborz Jahanian2011-05-031-1/+2
* More rule enforcement of zero bitfields for ms_struct.Fariborz Jahanian2011-05-021-0/+7
* Re-applies the patch first applied way back in r106099, withChandler Carruth2011-05-011-5/+4
* PR9792: Make sure to use the right definition of wchar_t when the defaultEli Friedman2011-04-301-1/+1
* Enhance clang_getCXTUResourceUsage() to report the amount of memory used by A...Ted Kremenek2011-04-281-0/+16
* Some refactoring of my ms_struct patch.Fariborz Jahanian2011-04-271-0/+7
* Gcc pads the size of an array using the alignment of its elements.Argyrios Kyrtzidis2011-04-261-0/+1
* Make yet another placeholder type, this one marking that an expression is a b...John McCall2011-04-261-0/+3
* Give invalid tag types 8-bit size and alignment, rather than 1-bitDouglas Gregor2011-04-201-2/+2
* Fix a bug in calculation of composite typeFariborz Jahanian2011-04-181-3/+3
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-5/+6
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+16
* Fix a regression where the initializer implementsFariborz Jahanian2011-04-121-4/+4
* PR8369: make __attribute((regparm(0))) work correctly. Original patch byEli Friedman2011-04-091-0/+3
* Warn for any kind of initialization if initializer does notFariborz Jahanian2011-04-081-4/+41
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-071-0/+3
* 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
OpenPOWER on IntegriCloud