summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST
Commit message (Expand)AuthorAgeFilesLines
* Finished semantic analysis of anonymous unions in C++.Douglas Gregor2009-01-072-1/+10
* ObjC AST cleanups/simplifications (phase 1).Steve Naroff2009-01-071-49/+6
* When determining whether a variable is a file-scoped variable, checkDouglas Gregor2009-01-071-2/+2
* Initial implementation of anonymous unions (and, as a GNU extension,Douglas Gregor2009-01-073-2/+5
* Allow Objective-C entities to be declared within a transparent contextDouglas Gregor2009-01-061-0/+7
* Minor tweaks to the transparent declcontext patchDouglas Gregor2009-01-061-1/+2
* Add QualifiedDeclRefExpr, which retains additional source-locationDouglas Gregor2009-01-063-2/+49
* Back out code for handling VectorType's in getFloatingRank.Daniel Dunbar2009-01-051-2/+0
* Implement getFloatingRank() for extended vectors.Daniel Dunbar2009-01-051-2/+4
* PODness and Type TraitsSebastian Redl2009-01-057-5/+201
* Introduce support for "transparent" DeclContexts, which areDouglas Gregor2009-01-053-59/+55
* Fix an uninitialized-variable warningDouglas Gregor2009-01-051-1/+1
* Fix try statement deserialization.Sebastian Redl2008-12-241-0/+3
* Add serialization support for TypeOfType.Zhongxing Xu2008-12-241-1/+26
* Add serialization support for TypeOfExpr.Zhongxing Xu2008-12-241-0/+23
* Keep track of template arguments when we parse them. Right now, we don't actu...Douglas Gregor2008-12-241-0/+15
* Correct the order in which we cope with end-of-class-definitionDouglas Gregor2008-12-242-7/+9
* When determining whether a class type has a const copy constructor, beDouglas Gregor2008-12-231-14/+5
* Last patch, for now, to privde ObjC's encoding of types.Fariborz Jahanian2008-12-231-0/+10
* Don't push OverloadedFunctionDecls onto the chain of declarationsDouglas Gregor2008-12-232-23/+23
* Lot more encoding work. We are closing the gap toFariborz Jahanian2008-12-231-7/+53
* Don't explicitly represent OverloadedFunctionDecls withinDouglas Gregor2008-12-231-68/+95
* More encoding support; in this case, encoding ofFariborz Jahanian2008-12-221-2/+9
* Full AST support and better Sema support for C++ try-catch.Sebastian Redl2008-12-223-3/+47
* Fixed a bug showed up the meta-data for protocol Fariborz Jahanian2008-12-221-2/+10
* Partial AST and Sema support for C++ try-catch.Sebastian Redl2008-12-223-0/+48
* Add support for calls to overloaded member functions. Things to note:Douglas Gregor2008-12-223-5/+18
* Add codegen support for __nullAnders Carlsson2008-12-211-0/+6
* Correct comments.Zhongxing Xu2008-12-211-3/+3
* fix 80-col violation.Zhongxing Xu2008-12-211-1/+1
* Add ASTContext::getBaseElementType and use it in CodeGenFunction::EmitArraySu...Anders Carlsson2008-12-211-0/+10
* Did not mean to commit this.Anders Carlsson2008-12-211-0/+1
* Handle VLA indexingAnders Carlsson2008-12-211-1/+0
* Add support for member references (E1.E2, E1->E2) with C++ semantics,Douglas Gregor2008-12-204-22/+59
* Finish up saving original parameter type andFariborz Jahanian2008-12-203-5/+19
* Add case for the new AST node.Fariborz Jahanian2008-12-201-1/+8
* introducing ParmVarWithOriginalTypeDecl class toFariborz Jahanian2008-12-202-0/+34
* Strangely enough, name of ObjC class is not encoded into theFariborz Jahanian2008-12-201-4/+6
* More encoding support. This time forFariborz Jahanian2008-12-191-38/+62
* Get rid of the old Expr::Evaluate variant.Anders Carlsson2008-12-192-20/+9
* Several@encode bug fixes for ObjC.Fariborz Jahanian2008-12-191-2/+10
* Removed a slot in ObjCMemRegExpr used inFariborz Jahanian2008-12-182-1/+11
* Fix http://llvm.org/bugs/show_bug.cgi?id=3189.Steve Naroff2008-12-181-2/+2
* fix leakage of var's initializersNuno Lopes2008-12-171-9/+23
* fix a few more memory leaks: clean the ASTRecordLayouts, ASTObjCInterfaces an...Nuno Lopes2008-12-171-0/+27
* This patch will build the Records lazily per Steve's comments.Fariborz Jahanian2008-12-172-42/+43
* Added comment to Steve's patch to clarify the case.Fariborz Jahanian2008-12-171-0/+3
* Fix <rdar://problem/6450964> clang on xcode: Assertion failed: (RecordForDecl...Steve Naroff2008-12-171-0/+2
* Make sure that enumerators show up within the enumeration declaration. Fixes....Douglas Gregor2008-12-171-1/+0
* Make linkage-specifications hold on to all of their declarationsDouglas Gregor2008-12-162-2/+51
OpenPOWER on IntegriCloud