2009-01-24 |
Eli Friedman | Fix for PR2100: merge types for variables. |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Eli Friedman | Correct test; sorry for any inconvenience. |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Fariborz Jahanian | Compute instaceStart/instanceSize fields of the class_r... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Sebastian Redl | Make tentative parsing of pointer-to-member decls work... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Eli Friedman | PR3062: statement expressions should be illegal at... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Eli Friedman | Fix for PR2910: implement CodeGen for non-constant... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Eli Friedman | Refactor sizeof handling to use constant folding logic... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Chris Lattner | add initial support for the gcc "alignof(decl) is the... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Sebastian Redl | Undo accidental disabling of smart pointers. |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Chris Lattner | Implement C99 6.5.3.4p1, rejecting sizeof(bitfield) |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Fariborz Jahanian | Patch to build class meta-data for each implementation |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Sebastian Redl | Add support for declaring pointers to members. |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Chris Lattner | remove a bunch of alignment handling code out of CGExpr... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Chris Lattner | Improve handling of alignof. alignof(VLA) now works... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Chris Lattner | fix some const-correctness issues. |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Chris Lattner | remove dead code. |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Fariborz Jahanian | This patch builds the meta-class object for each |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Chris Lattner | Fix PR3386 by handling GCC's rules for alignof, which... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Chris Lattner | fix a fixme, don't leak the expr on error. |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Chris Lattner | minor formatting changes, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Daniel Dunbar | Fix invalid evaluation of _Complex float (real & imagin... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Anders Carlsson | Handle the 'e' constraint. Fixes PR3385 |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Anders Carlsson | Ignore parens when determining if an expr is a string... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Daniel Dunbar | Add simple make based harness for running ABI tests. |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Daniel Dunbar | Start filling in x86_64 ABI implementation. |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Ted Kremenek | Fix crash ElementRegion::getRValueType() when the Rvalu... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Ted Kremenek | More hacking on static analyzer diagnostics. When... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Fariborz Jahanian | Some very early work for new objc's |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Douglas Gregor | Fix a small regression in warning about template type... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Ted Kremenek | Output summary diagnostic for each bug report. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Douglas Gregor | More APSInt appeasement |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Douglas Gregor | Make sure that all NamedDecls have an identifier namespace. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Douglas Gregor | Hopefully the last of the APSInt signedness issues... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Ted Kremenek | Added clang option '--analyzer-display-progress' to... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Ted Kremenek | Added virtual method DiagnosticClient::IncludeInDiagnos... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Daniel Dunbar | ccc: Finish definition of long argument translations. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Ted Kremenek | When using -analyzer-output-plist always output a plist... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Daniel Dunbar | ccc: Another batch of long argument translations. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Douglas Gregor | Allow subtraction of function pointer types in C, as... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Douglas Gregor | Make sure all of the isUnsigned flags line up when... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Daniel Dunbar | Handle pointer arithmetic on function pointers. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Chris Lattner | This is a follow-up to r62675: |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Chris Lattner | Preprocessor doesn't require and IdentifierInfoLookup... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Fariborz Jahanian | Checked in an oops! |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Fariborz Jahanian | Another missing LLVM type for objc2's new abi defined. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Douglas Gregor | Properly manage the bit-widths of APInts/APSInts in... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Douglas Gregor | Handle any undeclared parameters in a K&R-style functio... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Zhongxing Xu | Implement retrieval of the default value of element... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Zhongxing Xu | Now this comment should be resolved. See the comments... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Zhongxing Xu | Add a test case for init expr of array and struct type. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Zhongxing Xu | When getting the element region type, we should get... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Daniel Dunbar | ccc: Implement long options which take joined & separat... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Daniel Dunbar | ccc: Support long ('--...') flag arguments. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Fariborz Jahanian | Define LLVM types for nonfragile abi metadata. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Daniel Dunbar | ccc: Organize long options together. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Douglas Gregor | Make -ast-dump print Objective-C method declarations... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Daniel Dunbar | ccc: Add support for several more aliases (--ansi,... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Daniel Dunbar | ccc: Darwin/x86/link: Fix a few incompatibilities with... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Douglas Gregor | Support arithmetic on pointer-to-function types as... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Daniel Dunbar | ccc: Add support for "alias" options. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Chris Lattner | Update comment. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Daniel Dunbar | ccc: Fix typo; isn't dynamic typing fun! |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | For now, return UnknownVal() in RegionStore::getElement... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Chris Lattner | remove my gross #ifdef's, using portable abstractions... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | Add RegionStore support for the implicit object region... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Douglas Gregor | Reimplement the handling of the "current object" in... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Daniel Dunbar | ccc: Bug fix, driver logic was allowing child jobs... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Steve Naroff | Disable language extensions for the clang parser. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Fariborz Jahanian | Use NonFragileABI as name of new Next abi. More comments |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | This test case now passes with RegionStore. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | This test case now passes with RegionStore. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | This test case now passes with RegionStore. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | This test case now passes with RegionStore. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | Enhance test case to test RegionStore with -checker... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | This test case now passes with RegionStore. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | This test case now passes with RegionStore. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | This test case now passes with RegionStore. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | This test case now passes with RegionStore. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | This test case now passes with RegionStore. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Chris Lattner | Adjust to api change. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | Test more array logic in outofbound.c |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | Fix RegionStore::getLValueElement() to handle the case... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Chris Lattner | remove Read8/Read24, which are dead. Rename Read16... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Chris Lattner | inline Sema::getLangOptions, rdar://6515190. This... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | These test cases now pass with RegionStore. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | The 'misc-ps.m' test case now passes with RegionStore... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | SymbolReaper::isLive(SymbolRef) now always returns... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Ted Kremenek | Static analyzer: Remove a bunch of outdated SymbolData... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Sebastian Redl | Add a switch that allows disabling the smart pointers. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Douglas Gregor | EXTWARNify the warning about unnamed typedefs of enums |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Mike Stump | Avoid creating .dir files in the installation area. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Daniel Dunbar | ccc/clang: Mimic llvm-gcc initialization of LLVM backen... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Douglas Gregor | Initial implementation of semantic analysis and ASTs... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Fariborz Jahanian | More refactoring of common API to the common class for |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Daniel Dunbar | Allow creation of "dummy" compile units for debug infor... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Fariborz Jahanian | Moved whole bunch of common APIs to the common class. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Daniel Dunbar | Update CmpDriver to report missing commands. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ted Kremenek | Combine two branches into one. No functionality change. |
commit | commitdiff | tree | snapshot |
next |