2009-07-28 |
Daniel Dunbar | CallExpr's SubExprs sometimes were allocated in the... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
John McCall | Reimplement QualifierSet using a single word, as reques... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Argyrios Kyrtzidis | Implement ObjCMethodDecl::getCanonicalDecl(). |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Argyrios Kyrtzidis | -Add ObjCCategoryImplDecl::getCategoryClass() which... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Argyrios Kyrtzidis | Use ObjCImplDecl in place of ObjCCategoryImplDecl/ObjCI... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Mike Stump | Make longjmp a real builtin. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
John McCall | Allow functions to be marked "implicit return zero... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Douglas Gregor | Add a Profile function for statements so that we can... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Ted Kremenek | Only generate preprocessed files during crashes using... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Ted Kremenek | Fix helper function GetNextStmt() to look for the first... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Mike Stump | Make sure to move the comment with the code. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Fariborz Jahanian | Patch for objc's zero-const exception to not assume |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Mike Stump | Ensure we can work through typedefs. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Ted Kremenek | (1) Enable PlistDiagnostics to take an option "PathDiag... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Ted Kremenek | Add scan-build support for 'plist-html', a hybrid mode... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Mike Stump | Add knowledge about _longjmp being noreturn. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Mike Stump | Add builtin knowledge about longjmp being noreturn... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Fariborz Jahanian | Some minor changes toward support of data |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Benjamin Kramer | fix test (broken in r77224) |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Mike Stump | Add noreturn for exit. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Argyrios Kyrtzidis | Make ObjCImplDecl inherit from ObjCContainerDecl. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Daniel Dunbar | Tweak MultiTestRunner --path argument. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Devang Patel | Use DICompositeType->replaceAllUsesWith() |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Douglas Gregor | Fix typo in error message |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Douglas Gregor | Prepare CMake regression testing for Daniel's upcoming... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Douglas Gregor | When instantiating a variable without an initializer... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Anders Carlsson | Use the CGRecordLayoutBuilder even if there are no... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Anders Carlsson | Enable the new struct type builder now that the constan... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Anders Carlsson | Fix a tail padding bug in the record layout builder... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Anders Carlsson | Enable the new constant struct builder by default.... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Chris Lattner | add bugzilla # |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Anders Carlsson | More work on the constant struct builder, fix a couple... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Anders Carlsson | More work on bitfield support in the new constant struc... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Mike Stump | Fix PR4624. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Nuno Lopes | fix segfault (because of erasing after the vector bound... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Nuno Lopes | add gentoo 2009.0 g++ header locations |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Switch to getName() |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Switch to using llvm::Value::getName() |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Update for API change. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Lookup targets by Triple instead of Module. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Mike Stump | Preserve qualifiers. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Ryan Flynn | PR3575 - warn on declared variable or function attribut... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Argyrios Kyrtzidis | Refactor ObjCImplDecl::getInstanceMethod/getClassMethod... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Argyrios Kyrtzidis | Refactor ObjCInterfaceDecl::lookupInstanceMethod/lookup... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Argyrios Kyrtzidis | Refactor ObjCProtocolDecl::lookupInstanceMethod/lookupC... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Argyrios Kyrtzidis | Refactor ObjCContainerDecl::getInstanceMethod/getClassM... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Mike Stump | Improve comments (Thanks Fariborz). |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Mike Stump | Add noreturn as a type attribute, handle printing for... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Fariborz Jahanian | ir-gen for non-virtual base class initialization |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Sebastian Redl | Implement C++ semantics for C-style and functional... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner: Make sure to point at src dir, for... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner: Cleanup test execution & output. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner: Drop external script and DejaGNU compa... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner: Disable valgrind support for now,... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner/Win32: Add SYSTEMROOT to environment... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Make having no RUN line a failure. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Remove TESTDIR initialization, MultiTestRunner can... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Remove empty tests, left over from an svn revert. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Remove this Makefile, it is unused. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner: Oops, clang wasn't being substituted... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner: Always use absolute path names for... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Disable this test: cxx-using-declaration.cpp |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner: Validate '&&' at the end of RUN lines. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner: Explicitly define child environment... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner.py improvements. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner.py improvements. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Change these tests to not depend as much on the name... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
John McCall | Semantic checking for main(). |
commit | commitdiff | tree | snapshot |
2009-07-25 |
John McCall | Flesh out the QualifierSet API. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Tweak svn:ignore |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Anders Carlsson | More work on the constant struct builder. We can now... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Fariborz Jahanian | Some code refactoring per Daniel's feedback. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Anders Carlsson | Whoops, did not mean to check this in. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Anders Carlsson | More work on the constant struct builder. We now try... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Douglas Gregor | Template instantiation for static data members that... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Fariborz Jahanian | Fixes broken test by accident. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Fariborz Jahanian | More Sema check for constructor's member initializer... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Ted Kremenek | In the "use of floating point variable as loop counter... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Ted Kremenek | Have 'clang --analyze' run syntactic static analysis... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Mike Stump | Fix 80-col violations, reflow a few comments and zap... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Anders Carlsson | Fix a release build warning. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Fariborz Jahanian | More work toward initialization of objects |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Steve Naroff | Allow front-end 'isa' access on object's of type 'id'. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Anders Carlsson | Don't use getLLVMFieldNo for bitfields when constructin... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Anders Carlsson | Check in a half finished new constant struct builder... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | Fix declaration of obc_enumerationMutation function... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Ted Kremenek | Add doxygen comments and simplify expression. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Ted Kremenek | Introduce a new variant type 'TryResult' to represent... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Zhongxing Xu | Add getDecl() to CallGraph and CallGraphNode. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Zhongxing Xu | Constify methods. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
John McCall | Test commit: make a little stub routine for semantic... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Ted Kremenek | Enable the '-warn-security-syntactic' checker option... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Mike Stump | Implement new warning for functions declared 'noreturn... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Anders Carlsson | Get rid of the size parameter to AppendField. No functi... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Ted Kremenek | Mark destructor of Checker virtual. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Douglas Gregor | We now do complete semantic checking for unions |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Douglas Gregor | Update C++ status to reflect progress on out-of-line... |
commit | commitdiff | tree | snapshot |
next |