aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
AgeCommit message (Expand)Author
2010-07-07Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect itsDouglas Gregor
2010-07-07add driver support for minix, patch by Kees van ReeuwijkChris Lattner
2010-07-07Fix broken reading of NestedNameSpecifiers from PCH.Argyrios Kyrtzidis
2010-07-07Delay passing InterestingDecls to the Consumer until when we know we are not ...Argyrios Kyrtzidis
2010-07-07Simplify code. FunctionDecl and ObjCMethodDecl have some common interfaces.Argyrios Kyrtzidis
2010-07-06Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope...Tom Care
2010-07-06Pacify versions of gcc that think these variables may be usedDuncan Sands
2010-07-06Read/write function template specializations for PCH, properly this time.Argyrios Kyrtzidis
2010-07-06Add to PCH missing Sema information about VTable uses and dynamic classes.Argyrios Kyrtzidis
2010-07-06Allow a CXXRecordDecl to get a DefinitionData pointer even when its owner is ...Argyrios Kyrtzidis
2010-07-06Read/write instantiated-from-member of EnumDecl for PCH.Argyrios Kyrtzidis
2010-07-05Read/write the identifier namespace in PCH for decls that may modify it.Argyrios Kyrtzidis
2010-07-05Read/write some source location for PCH.Argyrios Kyrtzidis
2010-07-04Fix a regression of a previous commit of mine (rdar://8158953).Argyrios Kyrtzidis
2010-07-04Read/write more information of ASTContext for PCH. Overriden methods and inst...Argyrios Kyrtzidis
2010-07-04Don't try to install the __[u]int128_t identifier if it is already installed ...Argyrios Kyrtzidis
2010-07-04Write/read ParmVarDecl's UninstantiatedDefaultArg for PCH.Argyrios Kyrtzidis
2010-07-04Read/write specialization info of static data members for PCH.Argyrios Kyrtzidis
2010-07-03When setting the anonymous namespace at PCH reading, it may still be initiali...Argyrios Kyrtzidis
2010-07-03Lazily declare default constructors. We now delay the construction ofDouglas Gregor
2010-07-02Lazily declare implicit copy constructors.Douglas Gregor
2010-07-02Read/write CastExpr's CXXBaseSpecifierArray for PCH.Argyrios Kyrtzidis
2010-07-02Fix broken PCH support for CXXDefaultArgExpr.Argyrios Kyrtzidis
2010-07-02Lazily declare copy-assignment operators.Douglas Gregor
2010-07-02Lazily declare the implicitly-declared destructor in a C++ class.Douglas Gregor
2010-07-02Handle CXXConstructorDecl, CXXDestructorDecl, and CXXConversionDecl for PCH.Argyrios Kyrtzidis
2010-07-02Fix reading FunctionDecls from PCH.Argyrios Kyrtzidis
2010-07-02Fix reading ClassTemplateDecl's ClassTemplateSpecializationDecls and ClassTem...Argyrios Kyrtzidis
2010-07-02Fully read/write CXXRecordDecl for PCH.Argyrios Kyrtzidis
2010-07-02Fix reading of DependentNameType.Argyrios Kyrtzidis
2010-07-02Allow reading of InjectedClassNameType from PCH even when its decl is current...Argyrios Kyrtzidis
2010-07-02Fix broken reading of member pointer from PCH.Argyrios Kyrtzidis
2010-07-02- Allow a typedef type to be read from PCH even if its decl is currently init...Argyrios Kyrtzidis
2010-07-02Fix broken reading of "#lines" from PCH.Argyrios Kyrtzidis
2010-07-02Generally types expect an initialized TypeDecl; its safer and less complicate...Argyrios Kyrtzidis
2010-07-02Add some side-effect free Create methods for TypeDecl subclasses and use them...Argyrios Kyrtzidis
2010-07-01Driver/IRgen: Add support for -momit-leaf-frame-pointer.Daniel Dunbar
2010-06-30Fix PCH support for UnresolvedUsingTypenameDecl and UnresolvedUsingValueDecl.Argyrios Kyrtzidis
2010-06-30Support DependentSizedArrayType for PCH.Argyrios Kyrtzidis
2010-06-30Support ParenListExpr for PCH.Argyrios Kyrtzidis
2010-06-30Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't alwaysDaniel Dunbar
2010-06-29Support C++ friend declarations for PCH.Argyrios Kyrtzidis
2010-06-29When we know that we are at sub-statement reading (which is all of PCHStmtRea...Argyrios Kyrtzidis
2010-06-28Modify the way sub-statements are stored and retrieved from PCH.Argyrios Kyrtzidis
2010-06-28Remove state assertion.Ted Kremenek
2010-06-28Don't crash in InitializePreprocessor() when there is no valid PTHManager. F...Ted Kremenek
2010-06-28Support CXXPseudoDestructorExpr for PCH.Argyrios Kyrtzidis
2010-06-28Support DependentScopeDeclRefExpr for PCH.Argyrios Kyrtzidis
2010-06-28Refactor PCH reading/writing of template arguments passed to expressions.Argyrios Kyrtzidis
2010-06-28Fix PCH emitting/reading for template arguments that contain expressions.Argyrios Kyrtzidis