2008-05-23 |
Chris Lattner | fix an inconsistency computing offsets that caused... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Ted Kremenek | Disable the use of PCH files when using xcodebuild. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Steve Naroff | Minor tweak to -ast-dump for ivars. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Steve Naroff | Fix range info for explicit ivar refs. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Ted Kremenek | Revert r51498: http://llvm.org/viewvc/llvm-project... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Steve Naroff | Remove a diagnostic (temporary hack that will be remove... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Chris Lattner | minor changes, collect the range of an expr before... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Steve Naroff | Make sure method definitions get output with -ast-dump. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Ted Kremenek | When known, include the analyzer build in the output... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Ted Kremenek | More test cases for retain/release checker. These... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Gabor Greif | fix typo |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Ted Kremenek | Unbreak build. Forget to check in this header file... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Ted Kremenek | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Steve Naroff | Tweak AST dumper for ObjC ivars. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Ted Kremenek | Additional retain/release checker regression tests. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Ted Kremenek | Prototyped support in the BugReporter to emit diagnosti... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Steve Naroff | Make sure the source location for @property points... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Dan Gohman | Change uses of llvm::Type::isFirstClassType to use... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Ted Kremenek | Expand retain/release checker to consider methods/funct... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Ted Kremenek | Don't use ostringstream (pulling in <sstream>) when... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Ted Kremenek | Update driver include paths to work on darwin10. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Eli Friedman | Patch for PR2350; the issue was tnat we were allowing... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Eli Friedman | Make debugging information usable. This is barebones... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Eli Friedman | Minor refactoring: compute the return value separately... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Eli Friedman | Make CurFuncDecl more specific; I have some code I... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Dan Gohman | Move getAccessedFieldNo out of lib/AST/Expr.cpp into |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Ted Kremenek | Improve dead stores diagnostics to include the variable... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Dan Gohman | Remove the unneeded #include of VMCore header "llvm... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Dan Gohman | Explicitly #include Support/Streams.h when using llvm... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Ted Kremenek | Add Destroy method to Types, making there destruction... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Ted Kremenek | Fix potential double-free. |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Steve Naroff | Fixup ASTContext::PrintStats()...it was causing several... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Ted Kremenek | When destroying DeclStmts, also destroy the associated... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Ted Kremenek | Fixed bug in the transfer function for dereferences... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Eli Friedman | Remove an unnecessary/buggy if check. Ran into this... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Eli Friedman | A small testcase; no patch, since it was a bug in a... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Eli Friedman | Fix this test so that it's valid; the point is to test... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Eli Friedman | Fix the destruction "properly" in the sense that we... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Eli Friedman | PR2347: Fix crash iterating over VLAs; this started... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Eli Friedman | Don't kill the declarations if the translation unit... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Eli Friedman | Fix a couple of bugs found by Neil Booth in the const... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Eli Friedman | Protect iso646.h from C++ (although I can't imagine... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Steve Naroff | Add SemaInit.cpp to VC++ proj. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Nuno Lopes | initialize variable and fix a bunch of test failures |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Nuno Lopes | fix warning with gcc 4.1 (ptr to bool convertion) |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Remove hacks from ASTContext now that alignment gets... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Missed an include. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Minor correction for PPC targets. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Some small changes to make the target info a bit more... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Perform stricter/more accurate checking for C99 constan... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Add a couple more headers. stddef was discussed on... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Test from PR2332; bug already fixed by r51311. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Disable the function address cache; this doesn't have... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Fix the scope of K&R-style argument declarations so... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Fix test (it was incorrectly succeeding). |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Add codegen support for stack address intrinsics. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Fix typo in test. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Add __builtin_frame_address and __builtin_return_addres... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Implement codegen for comma operator for structs. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Be a bit more defensive in SemaInit. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Add some more checking for compound literals. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Ted Kremenek | Reclaim memory from chains of ScopedDecls, and reclaim... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Ted Kremenek | Delete AST nodes, not just Decls. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Ted Kremenek | Reclaim memory allocated for ParmVarDecl's in FunctionD... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Ted Kremenek | When serializing FunctionDecl, serialize out a referenc... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Ted Kremenek | Remove unnecessary #include (introduced by a recent... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Ted Kremenek | Try to plug some memory leaks... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Restructure constant structure init codegen so that... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Remove code that shouldn't have any effect anymore. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Eli Friedman | Implement CodeGen for __builtin_memcpy. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Ted Kremenek | Updated Xcode project. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Ted Kremenek | Added Stmt::DestroyChildren, which will be used by... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Eli Friedman | Make the unused expression warning a bit less aggressiv... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Eli Friedman | Switch on SemaInit; this makes some code in SemaDecl... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Eli Friedman | Adjust warning so that it doesn't fire when there is... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Eli Friedman | Remove illegal test. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Eli Friedman | Add errors for some illegal constructs (specifically... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Eli Friedman | Some more SemaInit cleanup. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Eli Friedman | Various fixes; solves (almost) all of the test regressi... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Eli Friedman | Fix the emission of expressions like char a[10] = ... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Eli Friedman | Add proper type-checking for pointer additiion; before... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Eli Friedman | Fix support for _Bool bitfields. The issue is that... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Ted Kremenek | Micro-optimization when checking for panic functions. |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Ted Kremenek | Fix 80 col violation. |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Ted Kremenek | Added panic function _XCAssertionFailureHandler. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Eli Friedman | Backout of codegen-based fix to PR2334; this has been... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Eli Friedman | Sema-based fix for PR2334. The issue is that even... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Nate Begeman | Fix some prototypes, and implement some builtins until... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Ted Kremenek | Cache leaks by the allocation site, not the leak location. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Ted Kremenek | Partitioned BugTypeCachedLocation::isCached() into... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Eli Friedman | Review nit. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Eli Friedman | Clean up ownership per review comment. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Eli Friedman | Fix review nit. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Eli Friedman | Patch for PR2334, and a similar ObjC bug. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Ted Kremenek | Added CFGBlock::hasBinaryBranchTerminator(). |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Eli Friedman | Minor cleanup to isBuiltinConstantExpr. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Ted Kremenek | Fixed another regression introduced by r51113 caused... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Ted Kremenek | Removed bogus "return true" in Expr::isConstantExpr... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Steve Naroff | Fix rewriter bug <rdar://problem/5929344> clang ObjC... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Steve Naroff | Revert... |
commit | commitdiff | tree | snapshot |
next |