2008-09-30 |
Ted Kremenek | Support -mmacosx-version-min |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Ted Kremenek | Set reproducibility back to "Always" |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Daniel Dunbar | ccc: Add support for another batch of OS X linker optio... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Daniel Dunbar | ccc: Infer action type upfront. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Chris Lattner | simplify padding, just fold it into the earlier resize. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Chris Lattner | fix a potential buffer overrun that Eli noticed |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Daniel Dunbar | Fix help for --suppress-system-warnings |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Chris Lattner | Document assumptions that NumericLiteralParser makes... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Chris Lattner | Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Chris Lattner | Finish handling of -mmacosx-version-min. If you now... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Daniel Dunbar | scan-view: Remove some debugging prints. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Ted Kremenek | Default reproducibility to "Not applicable" |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Daniel Dunbar | Add diagnostic for .{lo,hi,e,o} on odd-sized extended... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Ted Kremenek | Make "Performance" the default Radar classification... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Ted Kremenek | Make a separate parameter class for "Radar classificati... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Ted Kremenek | Add "SelectionParameter" class to represent drop-down... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Daniel Dunbar | Change ccc to not pass -x unknown down. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Ted Kremenek | Conditionally load/save default parameter value from... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Ted Kremenek | Use objects to represent form parameters. This allows... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Steve Naroff | Fix <rdar://problem/6191148> [sema] Objective-C method... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Nuno Lopes | fix test for latest changes in llvm asm representation |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Steve Naroff | Improved fix for <rdar://problem/6247781> Parser reject... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Nick Lewycky | Add missing include for use of atoi. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Ted Kremenek | Tabs -> Spaces. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Ted Kremenek | Revert last patch, but add a fixme |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Ted Kremenek | Within the transfer function of UnaryOperatorExpr,... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Mon P Wang | Added support for sse intrinsics loadlpd, loadhpd,... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Chris Lattner | start handling 'mmacosx-version-min', this is not compl... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Daniel Dunbar | Add infrastructure for proper @finally support. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Chris Lattner | The definition of __ENVIRONMENT_MAC_OS_X_VERSION_MIN_RE... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Chris Lattner | define __PASCAL_STRINGS__ whenever -fpascal-strings... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Chris Lattner | __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Steve Naroff | Fix <rdar://problem/6247781> Parser rejecting properly... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Chris Lattner | Fix the root cause of PR2750 instead of the side effect. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Ted Kremenek | Really don't add -isysroot twice. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Ted Kremenek | Don't filter out -fpascal-strings. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Chris Lattner | Fix va_arg handling to do argument decaying at the... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Chris Lattner | Make some methods const, add some helpers to FullSourceLoc, |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Chris Lattner | move ExtVectorElementExpr down into the 'clang extensio... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Steve Naroff | Add a random C99 comment/reference. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Ted Kremenek | Extend 'IsLValType' to handle BlockPointerTypes. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Steve Naroff | Teach Sema::CheckAssignmentConstraints() to allow assig... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Steve Naroff | Fix <rdar://problem/6251012> clang: Blocks are objects... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Ted Kremenek | Discard extra -isysroot options. This fixes: |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Daniel Dunbar | Fix braindead bug, ID number was hardcoded. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Steve Naroff | Fix <rdar://problem/6253149> property declaration doesn... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Nico Weber | whitespace and comment changes, to fix grammar and... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Steve Naroff | Change a NOTE to a FIXME based on feedback from clattner. |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Steve Naroff | Fix <rdar://problem/6252129> implementation of method... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Steve Naroff | Fix <rdar://problem/6252108> assigning to argument... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Chris Lattner | Fix rdar://6252231 - cannot call vsnprintf with va_list... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Chris Lattner | Replace a comparison with a static list of builtins... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Chris Lattner | Fix rdar://6251437, references to enum constant decls... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Ted Kremenek | Add "Path Length" back to the table of bug reports. |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Steve Naroff | Fix <rdar://problem/6252216> compare block to NULL. |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Daniel Dunbar | Add support for implicit rethrows in @catch blocks. |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Daniel Dunbar | Skip redundant if. |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Steve Naroff | Fix <rdar://problem/6252226> parser thinks block argume... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | (Update LLVM) Clean up obj-c exception generation to... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Bug fix, codegen @catch(id<X> ...) acceptably. |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Ted Kremenek | Revert 56735. The old bug categories were more informa... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Simplify generate code for exceptions: |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Prefer llvm::Function::addFnAttr(...) to F->addAttribut... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Simplify code to emit the unified return block and... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Bug fix, make sure to initialize exception object ... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Easy fix for nasty bug, exception data buffer had wrong... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Zhongxing Xu | Delete trailing white space. It's over 80 columns. |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Remove automagic substitution of %llvmgcc |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Ted Kremenek | Change "leaks" to have the category "Performance". |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Fix function-attributes test case to not rely on llvm... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Fix attributes test case to not run clang umpteen times. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Internally store the body of a BlockExpr using a Stmt... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Forgot to check in header file with last commit. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Use a union instead of a bunch of magic casts to implem... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Add more control-flow to test case. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Add CFG support for implicit-control flow for VLA size... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Devang Patel | Now Attributes are divided in three groups |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Chris Lattner | clean up a bunch of fixme's I added, by moving |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Chris Lattner | Fix the rest of rdar://6243860 hopefully. This require... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Chris Lattner | fit in 80 cols. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Chris Lattner | alphabetize files |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Do not create CFGs for functions/methods using blocks... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Chris Lattner | testcase for my previous patch. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Chris Lattner | emulate a bit of GCC path lookup weirdness: if a system |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Enter a new scope for a @try block. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Move VLA processing logic from LiveVariables to CFG... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Steve Naroff | Tweak Expr::isModifiableLvalue() and Expr::isLvalue... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Examine VLA size expressions when computing liveness... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Daniel Dunbar | Change Radar reproducibility to "Always". |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Daniel Dunbar | Parser support for prefix __attribute__ on @protocol. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Daniel Dunbar | Sema support for format and noreturn attributes on... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Daniel Dunbar | Add support for CFString in format attribute. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Daniel Dunbar | Add # of block pointer types to -print-stats. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Daniel Dunbar | Make clang preprocessed output a bit more like gcc... |
commit | commitdiff | tree | snapshot |
next |