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 |
2009-07-23 |
Douglas Gregor | This patch fixes the implementations of the __has_trivi... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Daniel Dunbar | Output UTF-16 string literals independent of host byte... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Fariborz Jahanian | Diagnose when base classes and members to be intialized |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Mike Stump | Refactor and push the evaluation as late as possible. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Daniel Dunbar | Factor out map lookup for CFString constants. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Anders Carlsson | Don't just store the field/bit field info one field... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Mike Stump | Some cleanups suggested by Daniel. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Ted Kremenek | Implement: <rdar://problem/6335715> rule request: gets... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Anders Carlsson | Fix another thinko. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Ted Kremenek | Add comments. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Ted Kremenek | Refine checking and diagnostics for use of floating... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Anders Carlsson | Correct a thinko in bitfield layout code. Fixes PR4611. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Daniel Dunbar | Simplify, NFC. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Daniel Dunbar | Switch the driver back to always using clang-cc by... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Anders Carlsson | We don't need to keep track of the packed alignment... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Anders Carlsson | Move the LLVM field number for bit fields into the... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Douglas Gregor | Clean up the ActOnTag action, so that there is only... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Douglas Gregor | Unbreak the CMake build |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Zhongxing Xu | Add two nodes to the call graph: |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Zhongxing Xu | Add template specializations to view the call graph... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Zhongxing Xu | constify methods. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Zhongxing Xu | Add getter methods. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Daniel Dunbar | Add newline at EOF. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Daniel Dunbar | Shield clang from LLVM API changes, until the dust... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Daniel Dunbar | Fix test case, which has a control-reaches-end-of-non... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Daniel Dunbar | Use llvm::BitVector instead of managing memory by hand. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Anders Carlsson | Set field info for unions. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Anders Carlsson | Use arrays as union padding. Also, since the resulting... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Daniel Dunbar | Revert r76831, there are many Analyzer test failures... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Anders Carlsson | Handle zero width bit fields in unions correctly (by... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Anders Carlsson | Implement union layout support. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Anders Carlsson | Check in CGRecordLayoutBuilder which is a reimplementa... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Daniel Dunbar | These IRgen improvements have been done. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Ted Kremenek | Add initial implementation of checking for uses of... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Ted Kremenek | Add instance predicate method to match static method. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Ted Kremenek | Add 'previsit' Checker pass for ObjCMessageExprs. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Steve Naroff | Remove a bunch of FIXME's related to ObjC type checking. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Fariborz Jahanian | Add constructor used to initialize base/member in |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Mike Stump | Fix case, apparently some people still build on case... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Mike Stump | Add warning for falling off the end of a function that... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Douglas Gregor | Implement support for out-of-line definitions of the... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Eli Friedman | Fix test breakage. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Argyrios Kyrtzidis | Change Preprocessor to keep a copy of LangOptions inste... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Mike Stump | Improve CFG support for C++ throw expressions. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Mike Stump | Prep for new warning. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Ted Kremenek | Refactor 'PostStmt' and 'PreStmt' to subclass a common... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Eli Friedman | Slight code reorganization to allow instantiating post... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Douglas Gregor | Calls to Sema::MatchTemplateParametersToScopeSpecifier... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Ted Kremenek | Use SaveAndRestore in 'clang/Analysis/Support/SaveAndRe... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Ted Kremenek | Add AssumeDual method. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Ted Kremenek | Migrate the path-sensitive checking of 'nonnull' argume... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Eli Friedman | Fix the parsing of default arguments for inline member... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Ted Kremenek | Make 'SaveAndRestore' and friends reusable classes... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Ted Kremenek | Add support for registering 'Checker' objects with... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Ted Kremenek | Add new 'Checker' and 'CheckerVisitor' classes, which... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Ted Kremenek | Add support for 'PreStmt' program points to GRCoreEngin... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Ted Kremenek | Add 'PreStmt' program point. This will be used to repre... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Ted Kremenek | Implement operator= for ExplodedNodeSet. |
commit | commitdiff | tree | snapshot |
next |