summaryrefslogtreecommitdiff
path: root/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAge
* Merging r168674: into the 3.2 release branch.Pawel Wodnicki2012-11-28
* Merging r168063 into 3.2 release branchPawel Wodnicki2012-11-21
* Remove a const_cast by propagating constness to the member function.Dmitri Gribenko2012-11-03
* search for overridden methods with comment when overriding methodFariborz Jahanian2012-10-11
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-10
* Fix PR 11709: Change the definition of va_list to meet AAPCS requirementLogan Chien2012-10-10
* Simplify the code using SmallVector::append(), as suggested by Benjamin Kramer.Argyrios Kyrtzidis2012-10-09
* Move the functionality that looks for ObjC overridden methods fromArgyrios Kyrtzidis2012-10-09
* Move the logic that searches for overridden methods from libclang toArgyrios Kyrtzidis2012-10-09
* When storing the C++ overridden methods, store them once for theArgyrios Kyrtzidis2012-10-09
* Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko2012-09-29
* Fix the AST representation for non-type template arguments to encodeEli Friedman2012-09-26
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-10
* Added missing const.Abramo Bagnara2012-09-09
* Fixed support for disabled wchar_t and added an appropriate test.Abramo Bagnara2012-09-09
* Change the representation of builtin functions in the ASTEli Friedman2012-08-31
* objective-C: clang must implicitly convert Fariborz Jahanian2012-08-30
* Fix a crash in type merging with enum types.Eli Friedman2012-08-30
* Fix a -Wdocumentation warning.Dmitri Gribenko2012-08-28
* Attaching comments to decls: since it was decided that Decl::isImplicit shouldDmitri Gribenko2012-08-23
* ASTContext::getCommentForDecl: add comment.Dmitri Gribenko2012-08-22
* Attaching comments to declarations: when documentation is requested for anDmitri Gribenko2012-08-22
* When performing a trivial copy of a C++ type, we must be careful notJohn McCall2012-08-21
* Attaching comments to declarations: ignore implicit decls. Decl::isImplicit()Dmitri Gribenko2012-08-20
* Attaching comments to declarations: parse the comment in context of theDmitri Gribenko2012-08-16
* Fix misaligned allocation of QualifiedTempateName and DependentTemplateName.Richard Smith2012-08-16
* Attaching comments to redeclarations: fix wrong assumptionsDmitri Gribenko2012-08-14
* Factor out computation of whether a typeid's expression is potentiallyRichard Smith2012-08-13
* When looking for the comment associated with a declaration, adjust theDouglas Gregor2012-08-13
* Attaching comments to declarations: find comment attached to any redeclarationDmitri Gribenko2012-08-11
* Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko2012-08-09
* Attaching comments to declarations: handle using-declaration.Dmitri Gribenko2012-08-02
* ASTContext.h: replace include by a forward declaration.Dmitri Gribenko2012-08-02
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-31
* Implement resolving of HTML character references (named: &, decimal: *,Dmitri Gribenko2012-07-27
* Final piece of core issue 1330: delay computing the exception specification ofRichard Smith2012-07-27
* Implement an optimization for finding the comment that occurs just after aDmitri Gribenko2012-07-17
* Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack fromRichard Smith2012-07-16
* Add a per target max vector alignment field (e.g., 32-byte alignment for x86 ...Chad Rosier2012-07-13
* Attaching comments to declarations during parsing: handle more Objective-C de...Dmitri Gribenko2012-07-13
* [Windows] Use thiscall as the default calling convention for class methods. P...Timur Iskhodzhanov2012-07-12
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-11
* Restrict the set of declaration kinds for which we allow trailing comments.Dmitri Gribenko2012-07-06
* Don't store pointers into a std::vector (RawCommentList::Comments). AlthoughDmitri Gribenko2012-07-06
* Use C++ cast.Dmitri Gribenko2012-07-06
* ASTContext.cpp: Appease msvc to cast NULL to typed pointer, or msvc mistakes ...NAKAMURA Takumi2012-07-06
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-06
* Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins...Benjamin Kramer2012-07-04
* PR13189: va_list broken with precompiled headersMeador Inge2012-07-01
* blocks: fixes a crash when encoding block typeFariborz Jahanian2012-06-30