aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-07-01Update for LLVMContext+Module change.Owen Anderson
2009-07-01Two fixes to make Clang build on Visual C++ (again), from Alisdair Meredith.Douglas Gregor
2009-07-01Rework Sema::CheckConditionalOperands(). No functionality change.Steve Naroff
2009-07-01Fix for PR4192: fix the definition of int64_t on x86_64 Linux.Eli Friedman
2009-06-30Patch to support optional nested-name-specifier in in ctor-initializerFariborz Jahanian
2009-06-30Preliminary parsing and ASTs for template-ids that refer to functionDouglas Gregor
2009-06-30More diagnostics related to initialization of direct basesFariborz Jahanian
2009-06-30add utility method.Zhongxing Xu
2009-06-30add utility methods.Zhongxing Xu
2009-06-30Implement PR4175, catching some questionable comparisons. Patch byChris Lattner
2009-06-30De-ASTContext-ify DeclContext.Argyrios Kyrtzidis
2009-06-30Introduce DeclContext::getParentASTContext().Argyrios Kyrtzidis
2009-06-30Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis
2009-06-30Remove the ASTContext parameter from the printing related methods of Decl.Argyrios Kyrtzidis
2009-06-30Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis
2009-06-30Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner
2009-06-30Take care of Chris's comments.Fariborz Jahanian
2009-06-30Make an error message more clear.Anders Carlsson
2009-06-30A more detailed diagnosis of ill-formed ctor-initializerFariborz Jahanian
2009-06-29Improvements to decltype. We now don't crash anymore when the expr is an over...Anders Carlsson
2009-06-29Improve code generation for function template specializations:Douglas Gregor
2009-06-29Diagnose multiple initialzation of data-member/base Fariborz Jahanian
2009-06-29Keep track of function template specializations, to eliminateDouglas Gregor
2009-06-29OpenBSD support.Daniel Dunbar
2009-06-29-Keep a reference to the ASTContext inside the TranslationUnitDecl.Argyrios Kyrtzidis
2009-06-29Fix the FloatingLiteral API to take the isexact flag by value instead ofChris Lattner
2009-06-29Move FunctionDecl::TemplateSpecializationInfo out into its own class,Douglas Gregor
2009-06-29Remove ASTContext::getObjCQualifiedIdType().Steve Naroff
2009-06-29The default answer for isBoundable() should be false.Zhongxing Xu
2009-06-28Make the StackProtector bitfield use enums instead of obscure numbers.Bill Wendling
2009-06-28Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling
2009-06-27Improve support for overloaded operator templates.Douglas Gregor
2009-06-27Make it possible for using decls to point to operators. Fixes PR4441.Anders Carlsson
2009-06-27Remove the last 'GetXXX' methods from GRStateManager.Ted Kremenek
2009-06-26Patch to mark destructors when they are used.Fariborz Jahanian
2009-06-26More auto work.Anders Carlsson
2009-06-26Template argument deduction is no longer responsible for checkingDouglas Gregor
2009-06-26Can't have arrays of auto.Anders Carlsson
2009-06-26An auto variable can't appear in its own initializer.Anders Carlsson
2009-06-26Implement enough of the 'auto' keyword so we can claim to support N2546.Anders Carlsson
2009-06-26OpenCL 1.0 support: attributesNate Begeman
2009-06-26Add NamedDecl::getUnderlyingDecl that can see through UsingDecl and ObjCCompa...Anders Carlsson
2009-06-26See through UsingDecls in more places.Anders Carlsson
2009-06-26Fix build break.Zhongxing Xu
2009-06-26fix PR4452, a crash on invalid. The error recovery is still terrible in this...Chris Lattner
2009-06-26OpenCL 1.0 support: explicit casts to ext-vector typesNate Begeman
2009-06-26Add missing header file.Ted Kremenek
2009-06-26Implicit instantiation for function template specializations.Douglas Gregor
2009-06-26Introduce a new concept to the static analyzer: SValuator.Ted Kremenek
2009-06-25OpenCL 1.0 Support: support "bool, true, false" tokens when compiling for OpenCLNate Begeman