2009-07-06 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Douglas Gregor | Fix PR 4489, a crash in PCH loading that occurs when... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Ted Kremenek | Fix <rdar://problem/7033733>. The CF_RETURNS_RETAINED... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Douglas Gregor | Parsing fix for out-of-line constructors, from Piotr Rak |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Douglas Gregor | Fix out-of-source regression testing for makefiles |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Douglas Gregor | Keep track of the Expr used to describe the size of... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Douglas Gregor | Fix bitfield promotion in the presence of explicit... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Zhongxing Xu | Further cleanup of region invalidation code. No functio... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Zhongxing Xu | AllocaRegion and SymbolicRegion are both boundable. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Zhongxing Xu | Start to gradually move region invalidation code into... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Argyrios Kyrtzidis | Having tests that depend on previously created files... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Eli Friedman | Fix for PR4502: add calculation of the integer conversi... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Eli Friedman | More tweaks to types for OpenBSD. Patch by Jonathan... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Argyrios Kyrtzidis | Make use of the Index library through the index-test... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Argyrios Kyrtzidis | Introduce the 'Index' library. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Argyrios Kyrtzidis | Introduce the DeclReferenceMap class inside the AST... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Argyrios Kyrtzidis | Introduce the virtual method Decl::getPrimaryDecl(). |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Argyrios Kyrtzidis | Avoid re-checking the parameters of a function, when... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Argyrios Kyrtzidis | Make use of ASTNode for return value of clang::ResolveL... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Argyrios Kyrtzidis | Introduce ASTNode class into the AST library. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Argyrios Kyrtzidis | Do an early check for function definition. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Eli Friedman | Per PR4506, fix the type of size_t on OpenBSD. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zhongxing Xu | CompoundLiteralRegion is boundable when it is not in... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Sebastian Redl | Catch function redeclarations with incompatible excepti... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zhongxing Xu | StringRegion is not boundable. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Fariborz Jahanian | This fixes the case where the wrong symbol is emitted... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zhongxing Xu | remove utility methods that are not very useful. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zhongxing Xu | add test case for r74407. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Eli Friedman | Add an intermediate typedef for __builtin_va_tag to... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Ted Kremenek | Remove unused method. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Ted Kremenek | BasicStoreManager: Use SymbolManager::canSymbolicate... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Ted Kremenek | Fix a horrible CFG bug reported in <rdar://problem... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Daniel Dunbar | Revert prev commit, we have much bigger problems becaus... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Daniel Dunbar | Avoid @staticmethod to allow use with Python 2.3. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Ted Kremenek | Replace guarded calls in RegionStoreManager to |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Ted Kremenek | Enhance RegionStore to lazily symbolicate fields and... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Ted Kremenek | Fix RUN line so this test doesn't hang. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Fariborz Jahanian | Patch to allocate list of bases in CXXRecordDecl |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Ted Kremenek | StoreManagers: Use 'hasGlobalsStorage()' and 'hasParame... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Ted Kremenek | Add a separate MemSpaceRegion for function/method argum... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Ted Kremenek | Remove commented methods. Add MemRegion::printStdErr(). |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Douglas Gregor | Add support for retrieving the Doxygen comment associat... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Douglas Gregor | Look through vector types when determining the base... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Fariborz Jahanian | Use Destroy for member initializer list clean up. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Ted Kremenek | Minor code cleanup: pull variables into scope of 'if... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Douglas Gregor | Fix PR 4489, a PCH crash during de-serialization. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Ted Kremenek | Temporarily disable RegionStore for stack-addr-ps.c... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Ted Kremenek | Add a FIXME to RegionStore, do some minor code cleanup... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Owen Anderson | Update for changes in LLVM. Hopefully this is the... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Douglas Gregor | Keep track of more information within the template... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference instead of by pointer. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Fariborz Jahanian | Updated CXXConstructorDecl AST node for ctor-initilaize... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Daniel Dunbar | Fix thinko in r74506, test condition for floats was... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Daniel Dunbar | Driver: Mark some Compilation members const. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Daniel Dunbar | Driver: Move Compilation::Execute to Driver::ExecuteCom... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Fariborz Jahanian | Patch to implement template types in ctor-initializer... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Daniel Dunbar | Driver: Improve diagnostics for failed commands. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Daniel Dunbar | Driver: Add Source argument for Commands to hold the... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Sebastian Redl | Add header search path for Gentoo stable, x86_64 version. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Owen Anderson | Update for LLVMContext+Module change. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Douglas Gregor | Two fixes to make Clang build on Visual C++ (again... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Steve Naroff | Rework Sema::CheckConditionalOperands(). No functionali... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Nate Begeman | Implement Eli's feedback for vecto constant expressions; |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Chris Lattner | use new and simplified LLVM APIs. Patch by Jay Foad! |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Eli Friedman | Fix for PR4192: fix the definition of int64_t on x86_64... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Zhongxing Xu | add fixme. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Douglas Gregor | Cope with explicitly-specified function template argume... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Douglas Gregor | When explicit template arguments are provided for a... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Fariborz Jahanian | Patch to support optional nested-name-specifier in... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Douglas Gregor | Preliminary parsing and ASTs for template-ids that... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Ted Kremenek | Update old CastRegion logic to not assume that ElementR... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Ted Kremenek | Fix: <rdar://problem/7021553> clang -fsyntax-only crash... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Fariborz Jahanian | Diagnose multiple initialization of anonymous union |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Ted Kremenek | Combine two conditional branches into one. No function... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Fariborz Jahanian | More diagnostics related to initialization of direct... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Douglas Gregor | When recursively instantiating function templates,... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Torok Edwin | Reapply r74532, and inherit from OSTargetInfo instead... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Torok Edwin | Revert 74532 till I figure out why it breaks a bunch... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Douglas Gregor | Update C++ section data and directory structure to... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Fariborz Jahanian | Compute ending of iterator in for-loop once. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Torok Edwin | Use templates instead of creating a new class for each... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Douglas Gregor | Refactor ActOnDeclarationNameExpr into a "parsing actio... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zhongxing Xu | Instead of r74522, use another approach to fix xfail_re... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zhongxing Xu | When retrieving element region, if its super region... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zhongxing Xu | Block level expr should be visited. Otherwise variables... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zhongxing Xu | add utility method. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zhongxing Xu | add utility methods. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zhongxing Xu | remove dead code. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zhongxing Xu | We do not require the super region of element region... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Chris Lattner | Implement PR4175, catching some questionable comparison... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Argyrios Kyrtzidis | De-ASTContext-ify DeclContext. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Argyrios Kyrtzidis | Introduce DeclContext::getParentASTContext(). |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Argyrios Kyrtzidis | Remove the ASTContext parameter from the getBody()... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Argyrios Kyrtzidis | Remove the ASTContext parameter from the printing relat... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Argyrios Kyrtzidis | Decl::getTranslationUnitDecl() should return itself... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Argyrios Kyrtzidis | Remove the ASTContext parameter from the attribute... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Chris Lattner | Key decisions about 'bool' vs '_Bool' to be based on... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Fariborz Jahanian | Take care of Chris's comments. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Anders Carlsson | Make an error message more clear. |
commit | commitdiff | tree | snapshot |
next |