2008-04-11 |
Fariborz Jahanian | AST generation for objc2's property declarations. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Add some boilerplate to report memory leaks at the... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Added "EvalEndPath" to GRTransferFuncs: the default... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Added "GREndPathNodeBuilder", a new node builder that... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Added FIXME |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Fix regression introduced by my last commit. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Changed behavior of how we handle "NULL" summaries... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Steve Naroff | Add class and super class location info to ObjCInterfac... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Use RangedBugReport to report better ranges for referen... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Added "RangedBugReport". |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Update Xcode project with missing files. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Sam Bishop | Invoke destructors in Decl::Destroy(). |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Fariborz Jahanian | Minor changes per Chris L's review. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Chris Lattner | don't read off the front of the buffer. Thanks to... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Sam Bishop | Stub out and start using a Decl::Destroy() method. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Sam Bishop | Use the ASTContext allocator when creating deserialized... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Chris Lattner | two new files for previous patch, by Argiris Kirtzidis |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Chris Lattner | Switch sema to maintaining its own scope chain informat... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Chris Lattner | Fix rdar://5843510 don't assert and die when an invalid... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Fixed some logic errors in the CF ref count checker... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Fariborz Jahanian | Patch for: |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Simplify CF ref. count checker state machine. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Fix some bonehead bugs in summary generation in CFRefCount. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Used --checker-simple. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Refactored all logic to run the GRSimpleVals and CFRef... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | reduce the amount of 'C++ magic' this code depends... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | CFRefCount analysis now properly calls "EmitWarnings... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | When not emitting path diagnostics in BugReporter:... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Fixed regressions in error reporting due to copy-paste... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | refactor Parser::ParseStructDeclaration to return a... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | Simplify lifetime of location object. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | typedef void T; |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | Several improvements from Doug Gregor related to default |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | Hooked up initial reference-count checks to the BugRepo... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | Major refactoring/cleanup of GRExprEngine, ExplodedGrap... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | The dtor CGObjCRuntime::~CGObjCRuntime() was implemente... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | Add SemaDeclCXX.cpp to Xcode project. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | Micro-optimization: Don't use ostringstream when using... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | Added some boilerplate for emitting warnings from the... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | Added new "BugReporterHelper" class which is used by... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Ted Kremenek | For -emit-html, use the Rewriter to expand tabs. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Ted Kremenek | Don't expand tabs in EscapeText, but rather expand... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Ted Kremenek | Add HTMLRewrite.h to Xcode project. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Ted Kremenek | When substituting tabs during HTMLification, only add... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Ted Kremenek | Improve range highlighting in HTMLDiagnostic to correct... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Ted Kremenek | Make SourceManager::getFullFilePos() public. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Sam Bishop | Changed the Decl::Kind enum of the ObjCPropertyDecl... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Ted Kremenek | Set the location of ccc-analyzer to be the same directo... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Chris Lattner | silence some warnings when assertions are disabled. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Chris Lattner | Add support for C++ default arguments, and rework Parse... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Chris Lattner | Add support for C++ default arguments, and rework Parse... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Chris Lattner | Fix rdar://5846705: "clang -E foo.c -o foo.i" should... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Ted Kremenek | Add ids for line numbers, allowing us to jump to arbitr... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Ted Kremenek | Left-justify text in report table. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Ted Kremenek | Tweak message bubble color (gold) |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Ted Kremenek | Improve BugReport diagnostics for loops and ? operator. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Ted Kremenek | Fix analyzer breakage introduced by r49213: http:/... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sam Bishop | Pass the ASTContext object around when deserializing... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Steve Naroff | Have Parser::FuzzyParseMicrosoftAsmStatement() return... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | random whitespace fixes. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | fix a bug I introduced in my previous checkin. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | simplify array compatibility testing. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | simplify reference handling. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | move some code around, no other change. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | simplify compatibility testing for tag types. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | merge compatibility testing of qualified/unqualified... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | Fix a really bad bug where type uniquing would merge... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | MyOtherClass<MyProtocol>* is compatible with MyClass* |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | Remove a dead check for compatible builtin types |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | futher simplify compatibility testing of objc interface... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | ocuvector and vector should be compatible. Fix ASQual... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | Fix comment typo, do reference eval at the correct... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | simplify vector type compatibility testing. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | move ObjCQualifiedIdTypesAreCompatible out of ASTContex... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | Replace an O(n^2) algorithm in areCompatObjCQualInterfa... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | improve comments. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | move sorting of qualifying protocols from the parser... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | add an example. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | eliminate getReferencedProtocols from |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | make QualifiedInterfaceTypesAreCompatible a static... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | This predicate is just a generic "issuperclass" predica... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | Simplify some objc compatibility testing, make interfac... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | simplify the logic in ASTContext::objcTypesAreCompatible |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | clean up some logic in objc type handling. Specificall... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | trivial changes to getFloatingTypeOfSizeWithinDomain... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | simplify max type computation by making it return an... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | minor simplifications/cleanups to type comparisons. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | remove the Decl::getCanonicalType() method. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | remove a use of getCanonicalType. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | Start switching clients over from CT.getCanonicalType... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | introduce a new ASTContext::getCanonicalType method... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | remove the old non-parallel test system. 'make' in... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | Use EnumType to simplify some code. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | make use of EnumType to simplify some code, eliminate... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | Make EnumType/RecordType classof predicates simpler... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | add a helper EnumType object for asking about tagtypes... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Gabor Greif | tracking API changes arising from r49277 |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | move a semantic check out of the parser into sema. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | now that identifier list parsing is split out, simplify... |
commit | commitdiff | tree | snapshot |
next |