aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-07-29Check for identical types in C++ catch expression. Patch by Erik Verbruggen.Sebastian Redl
2009-07-29Use the new statement/expression profiling code to unique dependentDouglas Gregor
2009-07-29Incorporate feedback from Chris (on r76979).Steve Naroff
2009-07-29delete an undefined method.Zhongxing Xu
2009-07-29Code refactoring to define getCXXRecordDeclForPointerTypeFariborz Jahanian
2009-07-28Some minor cleanups, thanks Chris.Mike Stump
2009-07-28Some style fixes, thanks Chris.Mike Stump
2009-07-28Add support for -Wmissing-noreturn.Mike Stump
2009-07-28Refactor the code that produces a TemplateSpecializationType, so thatDouglas Gregor
2009-07-28Add noreturn support for blocks.Mike Stump
2009-07-28Add missing break statement.Ted Kremenek
2009-07-28Update comments.Mike Stump
2009-07-28Fix regression in attribute 'nonnull' checking when a transition nodeTed Kremenek
2009-07-28Add a field for C++ specific data to ASTRecordLayout. Use it to store the non...Anders Carlsson
2009-07-28Bounds checking for address spaces.John McCall
2009-07-28Reimplement QualifierSet using a single word, as requested by dgregor.John McCall
2009-07-28Implement ObjCMethodDecl::getCanonicalDecl().Argyrios Kyrtzidis
2009-07-28-Add ObjCCategoryImplDecl::getCategoryClass() which returns the category inte...Argyrios Kyrtzidis
2009-07-28Make longjmp a real builtin.Mike Stump
2009-07-28Allow functions to be marked "implicit return zero" and so mark main().John McCall
2009-07-28Add a Profile function for statements so that we can (eventually) determineDouglas Gregor
2009-07-28Make sure to move the comment with the code.Mike Stump
2009-07-27(1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory"Ted Kremenek
2009-07-27Update for LLVM API change.Owen Anderson
2009-07-27Add noreturn for exit.Mike Stump
2009-07-27Make ObjCImplDecl inherit from ObjCContainerDecl.Argyrios Kyrtzidis
2009-07-27Fix typo in error messageDouglas Gregor
2009-07-25PR3575 - warn on declared variable or function attributes after a definition,...Ryan Flynn
2009-07-25Refactor ObjCImplDecl::getInstanceMethod/getClassMethod into oneArgyrios Kyrtzidis
2009-07-25Refactor ObjCInterfaceDecl::lookupInstanceMethod/lookupClassMethod into oneArgyrios Kyrtzidis
2009-07-25Refactor ObjCProtocolDecl::lookupInstanceMethod/lookupClassMethod into oneArgyrios Kyrtzidis
2009-07-25Refactor ObjCContainerDecl::getInstanceMethod/getClassMethod into oneArgyrios Kyrtzidis
2009-07-25Improve comments (Thanks Fariborz).Mike Stump
2009-07-25Add noreturn as a type attribute, handle printing for them and handleMike Stump
2009-07-25Implement C++ semantics for C-style and functional-style casts. This regresse...Sebastian Redl
2009-07-25Semantic checking for main().John McCall
2009-07-25Flesh out the QualifierSet API.John McCall
2009-07-24Template instantiation for static data members that are defined out-of-line.Douglas Gregor
2009-07-24More Sema check for constructor's member initializer along Fariborz Jahanian
2009-07-24More work toward initialization of objectsFariborz Jahanian
2009-07-24Allow front-end 'isa' access on object's of type 'id'.Steve Naroff
2009-07-24Add getDecl() to CallGraph and CallGraphNode.Zhongxing Xu
2009-07-24Constify methods.Zhongxing Xu
2009-07-24Implement new warning for functions declared 'noreturn' when they fall off th...Mike Stump
2009-07-24Mark destructor of Checker virtual.Ted Kremenek
2009-07-23This patch fixes the implementations of the __has_trivial_destructorDouglas Gregor
2009-07-23Diagnose when base classes and members to be intializedFariborz Jahanian
2009-07-23Clean up the ActOnTag action, so that there is only a single entryDouglas Gregor
2009-07-23Add two nodes to the call graph:Zhongxing Xu
2009-07-23Add template specializations to view the call graph in dot format.Zhongxing Xu