aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-04-02Added "back()" method to PathDiagnostic to access the last piece in a path.Ted Kremenek
2008-04-02Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjC...Steve Naroff
2008-04-02add a common base class "PointerLikeType" for PointerType and ReferenceType,Chris Lattner
2008-04-02improve error to be something end users will actually understand :)Chris Lattner
2008-04-02Two changes to Sema::LookupDecl() interface. Steve Naroff
2008-04-02Added "description" field to PathDiagnostic.Ted Kremenek
2008-04-02Various parts of the standard require something to be an "incomplete or Chris Lattner
2008-04-021) Enforce C99 6.7.3p2: "Types other than pointer types derived fromChris Lattner
2008-04-02Fix several bugs in array -> pointer decomposition.Chris Lattner
2008-04-02Fix copy-paste error.Ted Kremenek
2008-04-01Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass ...Steve Naroff
2008-03-31improve comma consistency, yes I'm analChris Lattner
2008-03-31Inlined clang/Analysis/Analyses/GRSimpleVals.h into LocalCheckers.h and removedTed Kremenek
2008-03-31Added variation of the "Report" method in the class Diagnostic that takesTed Kremenek
2008-03-31Added path-sensitive check for return statements that return the addressTed Kremenek
2008-03-31rename Decl::CompatibleAlias -> ObjCCompatibleAlias.Chris Lattner
2008-03-28Make sure Sema::ActOnClassMessage() correctly diagnoses "super".Steve Naroff
2008-03-27Hooked up initial NSString interface checking to GRSimpleVals.Ted Kremenek
2008-03-27ProgramPoint is just a smart pointer; no reason to return a constant reference.Ted Kremenek
2008-03-27Add default ctor implementation.Ted Kremenek
2008-03-27Add html::EscapeText for std::string; use this function to escape text in mes...Ted Kremenek
2008-03-27Added "GRAuditor" and "GRSimpleAPICheck" interface to allow simple stateless ...Ted Kremenek
2008-03-27PathDiagnosticPiece no longer contains a vector of strings; just one string.Ted Kremenek
2008-03-27Added classes "PathDiagnosticPiece", "PathDiagnostic", and "PathDiagnosticCli...Ted Kremenek
2008-03-27In ObjCMessageExpr: getSelector() const should just return "Selector", not "c...Ted Kremenek
2008-03-25Extend QualType::getAddressSpace to do the right thing for array types, and inNate Begeman
2008-03-25GRSimple analysis now outputs additional diagnostic warnings aboutTed Kremenek
2008-03-25Tweak to transfer function for ObjCMessageExpr: handle both instance methodsTed Kremenek
2008-03-25Added logic to check for uninitialized values as the receivers for message ex...Ted Kremenek
2008-03-25Added initial transfer function support for ObjCMessageExpr.Ted Kremenek
2008-03-25Added "arg_iterators" to ObjCMessageExpr (for iterating over the arguments of...Ted Kremenek
2008-03-21Rename "Nodify" to "MakeNode"Ted Kremenek
2008-03-20LiveVariables analysis now uses intersect for the merge of block-level expres...Ted Kremenek
2008-03-19Minor speed tweak per Chris's suggestion: use &S[0] instead of S.c_str().Ted Kremenek
2008-03-19Integrated some of Chris's comments; check for an empty string in InsertStrXXX()Ted Kremenek
2008-03-19Moved generation of html header/footer with builtin CSS to the rewriter library.Ted Kremenek
2008-03-19Added InsertStrXXX/InsertCStrXXX methods to the Rewriter to provide a simplerTed Kremenek
2008-03-19More cleanups to HTML rewriter API: remove the InsertTag method; was too comp...Ted Kremenek
2008-03-18More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing.Ted Kremenek
2008-03-18Some cleanups to the HTMLRewrite API. Added support for printing out lineTed Kremenek
2008-03-18Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag toTed Kremenek
2008-03-18Added the beginning of a set of rewriter functions for pretty-printing sourceTed Kremenek
2008-03-18Added variant of "InsertText" in the Rewriter to support inserting text bothTed Kremenek
2008-03-18Fix comment.Ted Kremenek
2008-03-18Added method "getSourceMgr" to class Rewriter.Ted Kremenek
2008-03-18Fix a typoNate Begeman
2008-03-17Added initial transfer function support for inline asm.Ted Kremenek
2008-03-17Added "inputs" and "outputs" iterator (expression) for AsmStmt.Ted Kremenek
2008-03-17eliminate the last signed element count.Chris Lattner
2008-03-17clean up iteration over propertydecls.Chris Lattner