2008-05-15 |
Argyrios Kyrtzidis | Comments fix. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Nate Begeman | Handle a couple missing builtins that will go away... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Steve Naroff | Add some of GCC's object checking builtin's. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Eli Friedman | Use double-underscores in front of all non-keywords... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Ted Kremenek | Don't specify a -o option to clang when not using ... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Ted Kremenek | Fix variable misspelling. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Ted Kremenek | Don't run clang on .s files. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Eli Friedman | Make header use the new __builtin_shufflevector builtin. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Ted Kremenek | Added "-a" option to scan-build to select the analysis... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Eli Friedman | Implementation of __builtin_shufflevector, a portable... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Ted Kremenek | Zero-pad the month and day fields in the output HTML... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Argyrios Kyrtzidis | Update the clangSema VC++ project. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Argyrios Kyrtzidis | Change CRLF line endings to LF. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Argyrios Kyrtzidis | Upgrading VC++ projects to VC++ 2008. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Eli Friedman | An array of VLAs is a VLA. Shouldn't make any signific... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Eli Friedman | Add codegen support for block-level compound literals. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Eli Friedman | Add support for init lists for complex variables. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Ted Kremenek | Output #LINE for computing line counts. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Ted Kremenek | Use "-i" option with make when ignoring errors. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Nate Begeman | Remove AST dependency on VMCore by switching ExtVectorE... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Eli Friedman | Both operands to && have to be scalars, not just one. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Ted Kremenek | Re-enable the analyzer. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Eli Friedman | Detabify. |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Ted Kremenek | Place "-x" option before other analyzer options. |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Ted Kremenek | Directly invoke gcc immediately instead of before we... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Steve Naroff | Fix <rdar://problem/5924576> clang -fsyntax-only genera... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Ted Kremenek | Added internal command logging. |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Steve Naroff | Fix <rdar://problem/5928590> clang -fsyntax-only: ... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Chris Lattner | testcase for PR2263, fixed by Nate's r50903 patch. |
commit | commitdiff | tree | snapshot |
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 |
next |