2008-06-01 |
Anton Korobeynikov | Remove spurious == 0 |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Anton Korobeynikov | Support for code generation of Objective-C top-level... |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Steve Naroff | Tweak Sema::ObjCQualifiedIdTypesAreCompatible() to... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Steve Naroff | Add some more test cases that demonstrate clang is... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Steve Naroff | Teach Sema::CheckConditionalOperands() to check for... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Chris Lattner | Two identifiers are not the same unless they have the... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Eli Friedman | Calculate alignment for local variables. |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Ted Kremenek | Added "InitializeTU" to ASTConsumer. This is used by... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Steve Naroff | Fix <rdar://problem/5917992> clang ObjC rewriter: ... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Steve Naroff | Fix <rdar://problem/5969777> clang ObjC rewriter: ... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Steve Naroff | Hack RewriteObjC::RewriteObjCStringLiteral() to include... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Steve Naroff | Fix <rdar://problem/5965704> clang: bad receiver type... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Ted Kremenek | Correctly preserve the order between -F and -I options. |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Steve Naroff | Teach Expr::isLvalue() about ObjC properties. For now... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Eli Friedman | PR1893: Fix up the type of tentative definitions of... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Eli Friedman | Fix and enable generating general union initializers... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Eli Friedman | Allow the type of a global to be different from the... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Eli Friedman | Allow a pointer implicitly cast to a bool as a constant... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Eli Friedman | Make sure to allow assigning a pointer to a bool. |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Ted Kremenek | Use llvm::cl::desc for description of the -Wimplicit... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Ted Kremenek | Fix some strict-aliasing warnings by using Stmt* instea... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Eli Friedman | Fix constant vector init for initializer lists with... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Eli Friedman | Fix crash with -serialize (reported to cfe-dev). The... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Eli Friedman | Always check that the definition of a function has... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Sanjiv Gupta | Emit parameter and local variable debug information... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Eli Friedman | Add FIXME to CodeGen struct layout. |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Eli Friedman | Some additions to constant initializer generation code... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Eli Friedman | Cleanup/refactoring of Sema struct layout. This patch... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Steve Naroff | Add basic support for properties references (a missing... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Ted Kremenek | Fix one strict-aliasing warning. |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Steve Naroff | - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Anton Korobeynikov | Update to follow recent LLVM changes |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Chris Lattner | Implement support for -w, which silences all warnings... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | More complete/correct implementation of the comparison... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | Fix an extremely subtle bug with pointer comparisons... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | Rearrange EmitLValueForField a bit to work properly... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | Add codegen support for a few more kinds of initializer... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | Add CodeGen support for alignment on globals, both... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | A couple minor fixes to make debug info usable for... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | Tentative declarations are supposed to have common... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | Always use packed structs. This isn't really very... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | Implementation of stdarg.h. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Chris Lattner | Fix rewrite rope to keep the leaf list up-to-date as... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Chris Lattner | give location info to another paren expr. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Chris Lattner | add an assertion |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Chris Lattner | Fix a couple crashes on invalid input. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Ted Kremenek | When the build command is xcodebuild, set the magical... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Ted Kremenek | Correctly check to see if we are analyzing C++ files... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Devang Patel | Check first member alignment and uses packed struct... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Devang Patel | Fix test case |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Add the copysign builtins; I ran into a program that... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | A few more cases for aggregate values. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Implementation of __builtin_ctlz. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Assume statement expressions have side effects; this... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | The cache is working again; re-enable it. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Get the type right for wide string literals; it's wchar... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Add FIXME. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Don't swap function decls, and add them to the scope... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Add a more reliable check for whether a static declarat... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Stop leaking the main Sema object. (Leak found using... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Stop leaking the target data. (Leak found with valgrind.) |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Generalize the float type generation code, and specific... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Implementation of gcc mode attribute; this is significa... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Rewrite struct/union layout. This is mostly cleanup... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Stop leaking the TUDecl. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Change diagnostic per suggestion, to make it a bit... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Eli Friedman | Emit memmove, not memcpy, for structure copies; this... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Eli Friedman | Fix for PR2001. I'm not really fond of it, but it is... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Eli Friedman | Count the number of initializable members correctly... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Eli Friedman | Diagnose implicit init list for empty aggregate, like... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Eli Friedman | Move the error checking for variable-sized objects... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Eli Friedman | Make sure to define __sparc__ on Solaris; this should... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Sanjiv Gupta | Generate subprogram debug info with -g. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Eli Friedman | Fix this test on non-X86 platforms. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Eli Friedman | Always initialize NEXT_CATCH; fixes a Valgrind uninitia... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Ted Kremenek | Fix variable misspelling. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Ted Kremenek | Don't use inferlanguage to override the default languag... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Ted Kremenek | Don't analyze .o files. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Ted Kremenek | Cleanup indentation and remove some dead code. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Ted Kremenek | Call the correct destructor. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Steve Naroff | This fixes a VC++ build failure. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Chris Lattner | fix a nasty off-by-one error. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Chris Lattner | add some assertions to catch bad things before they die |
commit | commitdiff | tree | snapshot |
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 |
next |