aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/ASTContext.cpp
AgeCommit message (Expand)Author
2012-11-27Fix the definition of the vfork() builtin on Haiku. PR14378.Eli Friedman
2012-11-15block extended signatur option. Change previous optionFariborz Jahanian
2012-11-15Fix a trivial bool-related bug I spotted while skimming David Fang'sEli Friedman
2012-11-14objective-C blocks: under cc1 flag -encode-extended-block-signature,Fariborz Jahanian
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-12Remove abuse of hasTrivial*, and fix miscompile wherein global arrays withRichard Smith
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-10[Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian
2012-10-10Fix PR 11709: Change the definition of va_list to meet AAPCS requirementLogan Chien
2012-10-09Simplify the code using SmallVector::append(), as suggested by Benjamin Kramer.Argyrios Kyrtzidis
2012-10-09Move the functionality that looks for ObjC overridden methods fromArgyrios Kyrtzidis
2012-10-09Move the logic that searches for overridden methods from libclang toArgyrios Kyrtzidis
2012-10-09When storing the C++ overridden methods, store them once for theArgyrios Kyrtzidis
2012-09-29Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko
2012-09-26Fix the AST representation for non-type template arguments to encodeEli Friedman
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-09-09Added missing const.Abramo Bagnara
2012-09-09Fixed support for disabled wchar_t and added an appropriate test.Abramo Bagnara
2012-08-31Change the representation of builtin functions in the ASTEli Friedman
2012-08-30objective-C: clang must implicitly convert Fariborz Jahanian
2012-08-30Fix a crash in type merging with enum types.Eli Friedman
2012-08-28Fix a -Wdocumentation warning.Dmitri Gribenko
2012-08-23Attaching comments to decls: since it was decided that Decl::isImplicit shouldDmitri Gribenko
2012-08-22ASTContext::getCommentForDecl: add comment.Dmitri Gribenko
2012-08-22Attaching comments to declarations: when documentation is requested for anDmitri Gribenko
2012-08-21When performing a trivial copy of a C++ type, we must be careful notJohn McCall
2012-08-20Attaching comments to declarations: ignore implicit decls. Decl::isImplicit()Dmitri Gribenko
2012-08-16Attaching comments to declarations: parse the comment in context of theDmitri Gribenko
2012-08-16Fix misaligned allocation of QualifiedTempateName and DependentTemplateName.Richard Smith
2012-08-14Attaching comments to redeclarations: fix wrong assumptionsDmitri Gribenko
2012-08-13Factor out computation of whether a typeid's expression is potentiallyRichard Smith
2012-08-13When looking for the comment associated with a declaration, adjust theDouglas Gregor
2012-08-11Attaching comments to declarations: find comment attached to any redeclarationDmitri Gribenko
2012-08-09Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko
2012-08-02Attaching comments to declarations: handle using-declaration.Dmitri Gribenko
2012-08-02ASTContext.h: replace include by a forward declaration.Dmitri Gribenko
2012-07-31Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko
2012-07-27Implement resolving of HTML character references (named: &, decimal: *,Dmitri Gribenko
2012-07-27Final piece of core issue 1330: delay computing the exception specification ofRichard Smith
2012-07-17Implement an optimization for finding the comment that occurs just after aDmitri Gribenko
2012-07-16Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack fromRichard Smith
2012-07-13Add a per target max vector alignment field (e.g., 32-byte alignment for x86 ...Chad Rosier
2012-07-13Attaching comments to declarations during parsing: handle more Objective-C de...Dmitri Gribenko
2012-07-12[Windows] Use thiscall as the default calling convention for class methods. P...Timur Iskhodzhanov
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko
2012-07-06Restrict the set of declaration kinds for which we allow trailing comments.Dmitri Gribenko
2012-07-06Don't store pointers into a std::vector (RawCommentList::Comments). AlthoughDmitri Gribenko
2012-07-06Use C++ cast.Dmitri Gribenko