aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST
AgeCommit message (Expand)Author
2016-10-06Update aosp/master Clang for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master clang for rebase to r256229Pirama Arumuga Nainar
2015-07-01Update aosp/master clang for rebase to r239765Pirama Arumuga Nainar
2015-05-06Update aosp/master clang for rebase to r235153Pirama Arumuga Nainar
2015-04-08Update aosp/master clang for rebase to r233350Pirama Arumuga Nainar
2015-03-31Update aosp/master clang for rebase to r230699.Stephen Hines
2014-12-01Update aosp/master Clang for rebase to r222490.Stephen Hines
2014-07-21Update Clang for rebase to r212749.Stephen Hines
2014-05-29Update Clang for 3.5 rebase (r209713).Stephen Hines
2014-04-23Updated to Clang 3.5a.Stephen Hines
2014-02-11Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines
2013-12-10Merging r196771:Bill Wendling
2013-11-20Merging r195168:Bill Wendling
2013-11-15[-cxx-abi microsoft] Emit thunks for pointers to virtual member functionsHans Wennborg
2013-11-14Added warning on structures/unions that are empty or contain onlySerge Pavlov
2013-11-13No functional change. Renaming a variable in RecordLayoutBuilder and Warren Hunt
2013-11-12Documentation parsing: add support for \throws \throw \exception commandsDmitri Gribenko
2013-11-12Rather than duplicating extension diagnostics to allow them to cause aRichard Smith
2013-11-09Comment parsing: recognize \def (but processing is a no-op, like the rest ofDmitri Gribenko
2013-11-08Thread the info about vbptr sharing through ASTRecordLayoutTimur Iskhodzhanov
2013-11-07Minor refinement of VTableBuilder.h: fix wrong indentation, rename a struct f...Timur Iskhodzhanov
2013-11-07This patch implements capturing of variables within generic lambdas.Faisal Vali
2013-11-06[-fms-extensions] Add support for __FUNCDNAME__David Majnemer
2013-11-06Work around an MSVC 2013 miscompile with the Redeclarable class. Fixes PR16606Aaron Ballman
2013-11-06Introduce DynTypedNode::print, dump and getSourceRange.Peter Collingbourne
2013-11-05Simplify: we don't care why constant evaluation might have failed when we'reRichard Smith
2013-11-05Documentation tweaks: Fix a typo in a reference to the C++ standard,James Dennett
2013-11-05Fix vbtable indices when a class shares the vbptr with a non-virtual baseTimur Iskhodzhanov
2013-11-05C++1y sized deallocation: if we have a use, but not a definition, of a sizedRichard Smith
2013-11-04Implement final resolution of DR1402: implicitly-declared move operators thatRichard Smith
2013-10-31Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as aRichard Smith
2013-10-25ObjectiveC: under -Wunused-property-ivar warn if property'sFariborz Jahanian
2013-10-23A decl never becomes unused. Make that explicit in the API.Rafael Espindola
2013-10-23Refactor out the circular reference to LambdaExpr in CXXRecordDecl.Faisal Vali
2013-10-23Revert r193223 and r193216.Rafael Espindola
2013-10-23Remove the circular reference to LambdaExpr in CXXRecordDecl.Faisal Vali
2013-10-23Make UsingShadowDecls redeclarable. This fixes some visibility problems withRichard Smith
2013-10-20Miscellaneous speling fixes.Benjamin Kramer
2013-10-19Add a missing getMostRecentDecl to ClassTemplateDecl.Rafael Espindola
2013-10-19Simplify some implementations of get*Decl.Rafael Espindola
2013-10-19This should use the possessive adjective.Rafael Espindola
2013-10-19Comment improvement.Rafael Espindola
2013-10-19Add isFirstDecl to DecBase too and use it instead of getPreviousDecl() == 0.Rafael Espindola
2013-10-17Rename some functions for consistency.Rafael Espindola
2013-10-16On 32 bit windows, mangle stdcall and fastcall decls in clang.Rafael Espindola
2013-10-15C++ modules: merging for enumerations and enumerators with multiple definitionsRichard Smith
2013-10-11Adds Microsoft compatiable C++ record layout code to clang.Warren Hunt
2013-10-09This patch addresses a problem encountered by theSean Callanan
2013-10-09ObjectiveC migrator. Introduce a new print policy forFariborz Jahanian
2013-10-09Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ...Timur Iskhodzhanov