2008-10-24 |
Ted Kremenek | Issue warnings about owned objects returned from a... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Ted Kremenek | Added method "getSelfRegion" to Store. This method... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Ted Kremenek | Added region ObjCObjectRegion that represents an instan... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Douglas Gregor | Move viewInheritance to CXXRecordDecl, and make sure... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Douglas Gregor | PR2942: FunctionDecls by typedef crash the C++ front-end |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Sebastian Redl | Test commit |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Steve Naroff | Add another file to VC++ project. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Douglas Gregor | Make QualTypeOrdering::operator() const |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Douglas Gregor | Some cleanups for the ambiguous derived-to-base convers... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Douglas Gregor | Semantic analysis for C++ reinterpret_cast and const_ca... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Ted Kremenek | Fix scan-build's processing of clang's analysis argumen... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Steve Naroff | Yet another update to the VC++ proj. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Zhongxing Xu | The Decl of an array region can be VarDecl or FieldDecl... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Zhongxing Xu | Add random array and struct test code for SCA. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Daniel Dunbar | Use #define trickery to de-XFAIL test/Coverage/codegen... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Zhongxing Xu | Implement struct initialization. Make it into a recursi... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Daniel Dunbar | Use #define trickery to de-XFAIL test/Coverage/codegen... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Daniel Dunbar | Don't crash on invalid source locations in |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Daniel Dunbar | svn:ignore test/SemaCXX/Output |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Daniel Dunbar | PR2919: __builtin_types_compatible_p strips CRV qualifiers. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Chris Lattner | add a missing file to project, alphabeticalize. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Zhongxing Xu | Add printing method to ElementRegion. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Daniel Dunbar | Use LINK_COMPONENTS instead of hard coding LLVM libraries. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Zhongxing Xu | Add printing method to RegionStoreManager. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Zhongxing Xu | Add printing with llvm::raw_ostream methods to SVals. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Douglas Gregor | First non-embarrassing cut at checking for ambiguous... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Zhongxing Xu | Fix 80-col violation. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Zhongxing Xu | Fix linking error. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Zhongxing Xu | Add a bunch of dummy methods to make RegionStoreManager... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Steve Naroff | Add file to VC++ project. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Zhongxing Xu | Added getLValueElement() to RegionStore. Only handle... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Ted Kremenek | Make the analyzer store (memory model) a command line... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Daniel Dunbar | Map compilation units using FileEntry pointers instead of |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ted Kremenek | Use llvm::errs() instead of cerr. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ted Kremenek | Convert InheritanceHierarchyWriter to use llvm::raw_ost... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ted Kremenek | Added driver option "-cxx-inheritance-view" for viewing... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ted Kremenek | Added iterators for types. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Daniel Dunbar | Fix regression in comparison of qualified id; == operat... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Steve Naroff | Add some files to VC++ project. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ted Kremenek | Updated Xcode project. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ted Kremenek | For Radar reporting, null dereferences should be defaul... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Douglas Gregor | Clean up and document the representation of C++ base... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Daniel Dunbar | Hook "fast" code generation to -O0. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Daniel Dunbar | Add -O[0-3s] support (following llvm-gcc). |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Zhongxing Xu | Add an assertion to make our intention more clear. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Douglas Gregor | If NDEBUG is set, don't include any of the code for... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Zhongxing Xu | Let StoreManager do different cast on arrays. BasicStor... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ted Kremenek | Temporarily mark this test XFAIL. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ted Kremenek | Disable warning about potential leaks of returned value... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Zhongxing Xu | Added a method to ElementRegion. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Douglas Gregor | Add support for conversions from a pointer-to-derived... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ted Kremenek | Update Xcode project. We still get a link error, howev... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Ted Kremenek | Warn about potentially leaked objects that are returned... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Steve Naroff | Fix <rdar://problem/6312683> clang block rewriter: |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Argyrios Kyrtzidis | Restrict creation of OverloadedFunctionDecl only to... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Steve Naroff | Fix <rdar://problem/6311947> clang on xcode (regression... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Douglas Gregor | Remove the GraphWriter-based version of the C++ class... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Douglas Gregor | Added GraphViz visualization of C++ inheritance hierarc... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Argyrios Kyrtzidis | Now that DeclRefExpr accepts a NamedDecl, use a DeclRef... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Ted Kremenek | Enhance reference-count checker to correctly identify... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Steve Naroff | Fix <rdar://problem/6257675> error: member reference... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Daniel Dunbar | Only create the target machine when emitting assembly. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Douglas Gregor | Add representation of base classes in the AST, and... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Daniel Dunbar | [LLVM up] Get rid of std::ostream usage from Backend.cpp |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Chris Lattner | Add support for assembler-with-cpp (preprocessed .S... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Ted Kremenek | Update server URL for checker build. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Douglas Gregor | QualType::isMoreQualifiedThan and isAtLeastAsQualifiedA... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Zhongxing Xu | Add test case for FuncDecl and function pointer variable. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Douglas Gregor | Implement ranking of standard conversion sequences... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Zhongxing Xu | Add a bunch of getLValue* methods to RegionStore. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Zhongxing Xu | Adjust parameter order to more natural one. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Zhongxing Xu | Exprs of function type is another special case for... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Douglas Gregor | Move Sema::GetNonReferenceType to QualType::getNonRefer... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Chris Lattner | some minor cleanups to ParseObjCTypeName: |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Daniel Dunbar | Update to use raw_ostream for PrintModulePass. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Douglas Gregor | Fix a thinko in the qualification-conversion check... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Douglas Gregor | Functions can be lvalues in C++, but not modifiable... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Daniel Dunbar | Commito, didn't mean to remove this header. |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Daniel Dunbar | [LLVM up] Add basic -S option to clang. |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Douglas Gregor | Initial step toward supporting qualification conversion... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Daniel Dunbar | Add coverage of part of getPrimaryDecl that was failing... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Daniel Dunbar | Fix use of dyn_cast. |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Daniel Dunbar | Add GetModule accessor to ModuleBuilder |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Ted Kremenek | When conjuring symbols for compound assignments, use... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Steve Naroff | Fix <rdar://problem/6257645> clang static analyzer... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Steve Naroff | Fix <rdar://problem/6257645> clang static analyzer... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Douglas Gregor | Cosmetic patch from João Paulo Rechi Vita |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Douglas Gregor | Preliminary support for function overloading |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Ted Kremenek | Handle [NSAutoreleasePool addObject:] (an alternative... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Steve Naroff | Fix a crasher during error recovery in Parser::ParseObj... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Steve Naroff | Fix <rdar://problem/6297052> confused in some way by... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Steve Naroff | Update VC++ project files. |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Gabor Greif | Tweak an expected-error to match the output. IMHO it... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Steve Naroff | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Steve Naroff | Fix <rdar://problem/6261178> clang-on-xcode: [sema... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Zhongxing Xu | Localize the special processing of array variable inside |
commit | commitdiff | tree | snapshot |
next |