aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/ASTContext.h
AgeCommit message (Expand)Author
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
2012-12-18Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei
2012-12-18Add OpenCL images as clang builtin types.Guy Benyei
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-12-01Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer
2012-11-28objective-C blocks: Make sure that identical logic is usedFariborz Jahanian
2012-11-27Fix the definition of the vfork() builtin on Haiku. PR14378.Eli Friedman
2012-11-14objective-C blocks: Provide layout map for byrefFariborz Jahanian
2012-11-14Provide the correct mangling and linkage for certain unnamed nested classes.David Blaikie
2012-11-03Remove a const_cast by propagating constness to the member function.Dmitri Gribenko
2012-10-11search for overridden methods with comment when overriding methodFariborz Jahanian
2012-10-09Move the logic that searches for overridden methods from libclang toArgyrios Kyrtzidis
2012-09-29Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko
2012-09-27Pass PrintingPolicy by reference, copying it isn't cheap.Benjamin Kramer
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko
2012-09-13Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko
2012-09-13Conditionally parse documentation comments in system headers byTed Kremenek
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-09-09Added missing const.Abramo Bagnara
2012-09-02Documentation cleanup: Add \file comment for ASTContest.h, add \brief to manyJames Dennett
2012-08-31Change the representation of builtin functions in the ASTEli Friedman
2012-08-30objective-C: clang must implicitly convert Fariborz Jahanian
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-08-21When performing a trivial copy of a C++ type, we must be careful notJohn McCall
2012-08-16Attaching comments to declarations: parse the comment in context of theDmitri Gribenko
2012-08-14Attaching comments to redeclarations: fix wrong assumptionsDmitri Gribenko
2012-08-11Attaching comments to declarations: find comment attached to any redeclarationDmitri Gribenko
2012-08-02ASTContext.h: replace include by a forward declaration.Dmitri Gribenko
2012-07-12[Windows] Use thiscall as the default calling convention for class methods. P...Timur Iskhodzhanov