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