aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/ASTContext.h
AgeCommit message (Expand)Author
2013-10-11Adds Microsoft compatiable C++ record layout code to clang.Warren Hunt
2013-10-07When merging class definitions across modules in C++, merge together fields.Richard Smith
2013-09-26Implement a rudimentary form of generic lambdas.Faisal Vali
2013-09-13Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed
2013-09-10[ms-cxxabi] Implement guard variables for static initializationReid Kleckner
2013-09-05Add new methods for TargetInfo:Stepan Dyatkovskiy
2013-08-29Be lazier when loading KeyFunctions from PCH/modules. We don't need to loadRichard Smith
2013-08-27Delete CC_Default and use the target default CC everywhereReid Kleckner
2013-08-22Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek
2013-08-22Implement a rudimentary form of generic lambdas.Faisal Vali
2013-08-08Fix alignof computation of large arrays on x86_64.Rafael Espindola
2013-08-06Started implementing variable templates. Top level declarations should be ful...Larisse Voufo
2013-07-15ObjC migrator: finding conforming protocolFariborz Jahanian
2013-07-10More local mangling fixes.Eli Friedman
2013-07-01Fix mangling for block literals.Eli Friedman
2013-06-27Delete dead code.Eli Friedman
2013-06-26Rewrite record layout for ms_struct structs.Eli Friedman
2013-06-24[AST] Introduce a new DecayedType sugar nodeReid Kleckner
2013-06-20Lazily provide a __float128 dummy type in -std=gnu++11 mode.Nico Weber
2013-06-17Try to fix the bots with a forward decl.Reid Kleckner
2013-06-17[AST] Don't include RecursiveASTVisitor.h in ASTContext.hReid Kleckner
2013-06-11Make ASTContext::Allocate use size_t for the size argument.Eli Friedman
2013-06-08Revert "[Sema] Make FunctionType's TSI use unadjusted argument types"Reid Kleckner
2013-06-08[Sema] Make FunctionType's TSI use unadjusted argument typesReid Kleckner
2013-06-05Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith
2013-06-03Fix memory leak for APValues that do memory allocation.Manuel Klimek
2013-05-29Remove unused field.Rafael Espindola
2013-05-28Patch to issue error when target of MacOS and iOS Fariborz Jahanian
2013-05-21In -ast-dump, only dump comments when dumping the actual Decl to which theyRichard Smith
2013-05-10Add support for __wchar_t in -fms-extensions mode.Hans Wennborg
2013-05-06Allow targets to define minimum alignment for global variablesUlrich Weigand
2013-05-04Implement most of N3638 (return type deduction for normal functions).Richard Smith
2013-05-01[documenting declaration]: Remove arc liftime qualifiersFariborz Jahanian
2013-04-30Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith
2013-04-26Implement C++1y decltype(auto).Richard Smith
2013-04-15Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."Argyrios Kyrtzidis
2013-04-13Speed-up ObjCMethodDecl::getOverriddenMethods().Argyrios Kyrtzidis
2013-03-08ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose
2013-02-28First step towards adding a parent map to the ASTContext.Manuel Klimek
2013-02-22Replace some typically large vectors with SmallVector.Benjamin Kramer
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie
2013-02-16Remove unused forward declarationsDmitri Gribenko
2013-02-15objective-C: Fixes a compiler crash when encodingFariborz Jahanian
2013-02-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei
2013-02-03Constify ASTContext::getObjContainingInterfaceDmitri Gribenko
2013-01-26Added ASTContext methods getIntPtrType and getUIntPtrType.Enea Zaffanella
2013-01-25The standard ARM C++ ABI dictates that inline functions areJohn McCall
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2013-01-04Fix up various builtin declaration of objc_msgSend familiesFariborz Jahanian
2012-12-18Re-commit r170428 changes with Linux style file endings.Guy Benyei