summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Clear the LV cache when setting the instantiated from link.Rafael Espindola2013-01-081-0/+1
* Fix up various builtin declaration of objc_msgSend familiesFariborz Jahanian2013-01-041-1/+16
* Convert an if that never happens to an assert.Rafael Espindola2013-01-021-3/+2
* Robustify the @encode code and add support for _Atomic.John McCall2012-12-201-52/+109
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+19
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-19/+0
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-0/+19
* objective-C blocks: Check for record type when deciding if Fariborz Jahanian2012-12-111-1/+1
* Don't use dyn_cast on a Type* which might not be canonical. Fixes an extremel...Richard Smith2012-12-061-1/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-5/+6
* Merge function types in C.Rafael Espindola2012-11-291-5/+5
* objective-C blocks: Make sure that identical logic is usedFariborz Jahanian2012-11-281-76/+36
* Fix the definition of the vfork() builtin on Haiku. PR14378.Eli Friedman2012-11-271-0/+9
* block extended signatur option. Change previous optionFariborz Jahanian2012-11-151-2/+2
* Fix a trivial bool-related bug I spotted while skimming David Fang'sEli Friedman2012-11-151-2/+2
* objective-C blocks: under cc1 flag -encode-extended-block-signature,Fariborz Jahanian2012-11-141-2/+12
* objective-C blocks: Provide layout map for byrefFariborz Jahanian2012-11-141-2/+32
* Provide the correct mangling and linkage for certain unnamed nested classes.David Blaikie2012-11-141-0/+17
* Remove abuse of hasTrivial*, and fix miscompile wherein global arrays withRichard Smith2012-11-121-19/+12
* Remove a const_cast by propagating constness to the member function.Dmitri Gribenko2012-11-031-8/+8
* search for overridden methods with comment when overriding methodFariborz Jahanian2012-10-111-13/+17
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-101-4/+56
* Fix PR 11709: Change the definition of va_list to meet AAPCS requirementLogan Chien2012-10-101-0/+61
* Simplify the code using SmallVector::append(), as suggested by Benjamin Kramer.Argyrios Kyrtzidis2012-10-091-10/+3
* Move the functionality that looks for ObjC overridden methods fromArgyrios Kyrtzidis2012-10-091-167/+7
* Move the logic that searches for overridden methods from libclang toArgyrios Kyrtzidis2012-10-091-0/+186
* When storing the C++ overridden methods, store them once for theArgyrios Kyrtzidis2012-10-091-3/+4
* Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko2012-09-291-3/+5
* Fix the AST representation for non-type template arguments to encodeEli Friedman2012-09-261-3/+6
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-0/+1
* Added missing const.Abramo Bagnara2012-09-091-1/+1
* Fixed support for disabled wchar_t and added an appropriate test.Abramo Bagnara2012-09-091-2/+2
* Change the representation of builtin functions in the ASTEli Friedman2012-08-311-0/+3
* objective-C: clang must implicitly convert Fariborz Jahanian2012-08-301-0/+1
* Fix a crash in type merging with enum types.Eli Friedman2012-08-301-3/+6
* Fix a -Wdocumentation warning.Dmitri Gribenko2012-08-281-3/+3
* Attaching comments to decls: since it was decided that Decl::isImplicit shouldDmitri Gribenko2012-08-231-2/+0
* ASTContext::getCommentForDecl: add comment.Dmitri Gribenko2012-08-221-0/+4
* Attaching comments to declarations: when documentation is requested for anDmitri Gribenko2012-08-221-5/+62
* When performing a trivial copy of a C++ type, we must be careful notJohn McCall2012-08-211-0/+21
* Attaching comments to declarations: ignore implicit decls. Decl::isImplicit()Dmitri Gribenko2012-08-201-0/+18
* Attaching comments to declarations: parse the comment in context of theDmitri Gribenko2012-08-161-3/+20
* Fix misaligned allocation of QualifiedTempateName and DependentTemplateName.Richard Smith2012-08-161-5/+10
* Attaching comments to redeclarations: fix wrong assumptionsDmitri Gribenko2012-08-141-6/+26
* Factor out computation of whether a typeid's expression is potentiallyRichard Smith2012-08-131-1/+1
* When looking for the comment associated with a declaration, adjust theDouglas Gregor2012-08-131-0/+11
* Attaching comments to declarations: find comment attached to any redeclarationDmitri Gribenko2012-08-111-43/+55
* Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko2012-08-091-3/+6
* Attaching comments to declarations: handle using-declaration.Dmitri Gribenko2012-08-021-2/+2
OpenPOWER on IntegriCloud