2008-05-12 |
Ted Kremenek | Unbreak build. |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Ted Kremenek | Support StringLiteralVal when comparing LVal types. |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Ted Kremenek | Grammar cleanup in comment. |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Ted Kremenek | 80 col violation fix. |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Ted Kremenek | When reading in the DeclCtx during deserialization... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Ted Kremenek | Add Type::getAsTypedefType(). |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Eli Friedman | Emit basic block for switch body; fixes PR2307. |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Eli Friedman | Don't try to take the address of a bitfield; fixes... |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Nuno Lopes | fix free/delete mismatch problem in add/mergeProperties... |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Chris Lattner | Implement -rewrite-macros, which is a crazy macro expan... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Ted Kremenek | Rename IsPointerType to LVal::IsLValType, and update... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Argyrios Kyrtzidis | -Implement proper name lookup for namespaces. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Chris Lattner | make #if 0 code compile, even though it still isn't... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Mon P Wang | Added support to generate some atomic operators (add... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Steve Naroff | Fix <rdar://problem/5924225> clang ObjC rewriter: objc_... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Steve Naroff | DO NOT pre-defined __OBJC2__. The __OBJC2__ macro shoul... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Steve Naroff | More VC++ project file updates. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Ted Kremenek | Remove repeated word. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Ted Kremenek | Add attribute "format" support for typedefs of function... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Ted Kremenek | Grammar. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Ted Kremenek | Added text on librewrite and libanalysis to the README. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Nate Begeman | Handle all attributes on a parameter |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Nate Begeman | Extend vector member references to include {.hi, .lo... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Chris Lattner | set long/pointers to 64-bits on ppc64/x86-64 |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Chris Lattner | parameterize pointer size/align better without doing... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Chris Lattner | simplify some code, don't assume that sizeof(long)... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Chris Lattner | parameterize long long. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Chris Lattner | correctly parameterize long, patch by Nate. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Chris Lattner | Fix rdar://5921025 a crash on the included testcase. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Chris Lattner | Don't call into objc front-end when not parsing objc... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Steve Naroff | Make sure the prototype for objc_msgSend_fpret() return... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Nate Begeman | Add the non-immediate-shift vector builtins |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Ted Kremenek | Added initial support for supporting __NSString__ in... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Ted Kremenek | Updated Xcode project. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Steve Naroff | Fix <rdar://problem/5879237> clang objc rewriter: ivars... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Sanjiv Gupta | Added -g command line options to clang for generating... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Sanjiv Gupta | Remove the ending "." from clang options descriptions. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Chris Lattner | start implementation of a macro rewriter, this is curre... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Chris Lattner | Add basic support for the pic-* target triples and... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Chris Lattner | The awesome GNU "comma elision extension" works with... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Chris Lattner | Fix rdar://5919567: assertion failure: split didn't... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Devang Patel | Begin handling union bitfields. |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Steve Naroff | Fix <rdar://problem/5887874> clang ObjC rewriter: Use... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Ted Kremenek | Added support for "drain". |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Fariborz Jahanian | Synthesized getter/setter method declarations need... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Ted Kremenek | Expand the CF retain checker to allow the Create/Get... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Ted Kremenek | Flip order of arguments to CStrInStrNoCase. |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Ted Kremenek | Use llvm::CStrInCStrNoCase instead of strcasestr, since... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Fariborz Jahanian | This patch introduces declaration of getter methods... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Ted Kremenek | copy-paste: NS types are not typedefs. |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Steve Naroff | Fixup InitListExpr::child_begin/end. Thanks to Ted... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Steve Naroff | Fix off-by-one error. |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Ted Kremenek | Do not treat **instance** methods "copyWithZone:" and... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Douglas Gregor | Diagnose attempts to use C++ default arguments outside... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Ted Kremenek | Be less promiscuous with generating summaries for ... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Ted Kremenek | Added auto-summary generation for createXXX, copyXXX... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Steve Naroff | Fix <rdar://problem/5908598> clang ObjC rewriter: typo... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Fix a few glitches in scan-build with automatically... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Improve HTMLDiagnostics by understanding the "Below... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Steve Naroff | Fix <rdar://problem/5879237> clang objc rewriter: ivars... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Fariborz Jahanian | Print ObjC methods of ObjC classes. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Don't report leaks for autoreleased objects. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Steve Naroff | Fix <rdar://problem/5888515> clang ObjC rewriter: Use... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Added "DisplayHint" to PathDiagnosticPiece to provide... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | More comments. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Devang Patel | Fix PR2101 - Codegen crash during bitfield initialization. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Steve Naroff | Fix <rdar://problem/5881225> clang ObjC Rewriter: Proto... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Fariborz Jahanian | Test was accidently nullified in previous check-in. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Experiment with not converting bug names to lower case. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | More refactorings in GeneratePathDiagnostic: use Execut... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Fariborz Jahanian | Patch to refactor setter/getter names of property attri... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Generate "stop" summaries for selectors involving recei... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Use strncmp correctly. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Make string comparison legible and remove buffer overru... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | String comparison cleanups. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Fix logic error in string processing. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Remove assertion. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Use EvalSummary to process message expressions, thereby... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Fixed subtle bug in the an GRAuditor object could mark... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Added receiver effects to EvalSummary. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Expand summaries to include "Receiver" effects. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Chris Lattner | simplify some builder calls. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Chris Lattner | remove a stray printout |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Added initialization code to generate initial set of... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Added code to generate initial set of summaries for... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Steve Naroff | Several fixes to SemaInit.cpp. It's still not enabled... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ted Kremenek | Add summary generation for "initXXX" methods. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ted Kremenek | Make CF retain diagnostics more succinct. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ted Kremenek | Emit dead store warnings for ++ and -- operators. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | Fix rdar://5905347 a crash on invalid builtin, due... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ted Kremenek | Initial work on refactoring the CFRefCount checker... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | Add support for -Wimplicit-function-declaration, rdar... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | Fix typo, improve comment. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | Fix a few more bugs in preprocessor expressions w.r... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Fariborz Jahanian | percolate @optional/@required protocols down to ASTs for |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ted Kremenek | Improve leak diagnostics to not report a leak on the... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ted Kremenek | Improved leak diagnostics. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ted Kremenek | Minor refactorings/cleanups in CF retain checker and... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ted Kremenek | When reporting branch conditions that evaluate to an... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | Fix a bug from when this was a pointer instead of vector. |
commit | commitdiff | tree | snapshot |
next |