2009-08-06 |
Douglas Gregor | Support nested-name-specifiers for C++ member access... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ryan Flynn | add support for FreeBSD's format(printf0,x,y) attribute... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
John McCall | First pass at friend semantics. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Zhongxing Xu | Completely remove the code using region cast. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Daniel Dunbar | Add additional library paths for Linux distros on mixed... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Daniel Dunbar | Fix locating the 'lit.cfg' file when running on only... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Zhongxing Xu | As GRState seems general enough, it is time to merge... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Daniel Dunbar | Fix clang breakage, CGF can be null in this context. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ted Kremenek | Implement lazy "copying" of structures and arrays in... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Fariborz Jahanian | Patch to optimize away copy constructor call when |
commit | commitdiff | tree | snapshot |
2009-08-06 |
John McCall | AlisdairM pointed out that this will likely be relaxed... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Mike Stump | Fixup object layout when we have a primary base (it... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
John McCall | Add a test for invalid uses of non-static members from... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Mike Stump | Refactor some bits. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Mike Stump | Add another test for a recent checkin. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Mike Stump | Calculate the primary base class better and use that... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Fariborz Jahanian | A blank line to separate the two blocks(per Mike comment). |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Benjamin Kramer | Fix -fno-omit-frame-pointer bug Eli noticed. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Fariborz Jahanian | Modified test case to use FileCheck. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Eli Friedman | Get rid of "smart" quotes. Per report on cfe-dev. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Ted Kremenek | Use feedback from RegionStoreSubRegionMap::add() to... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Douglas Gregor | Fix canonical type construction for function types... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Fariborz Jahanian | Handle destruction of temporaries used in default argument |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Fariborz Jahanian | Patch to improve ir-gen for constructors with default... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Benjamin Kramer | Translate -mcmodel=X to -code-model X and pass it to... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Benjamin Kramer | Add support for the -fno-omit-frame-pointer option... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Douglas Gregor | Fix a comment that trailed off |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Douglas Gregor | Introduce the canonical type smart pointers, and use... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Ted Kremenek | Fix a bug in RegionStoreSubRegionManager::add() where... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Chris Lattner | cgobjcgnu was making invalid common globals. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Chris Lattner | weak globals that are const should get weak_odr linkage. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Chris Lattner | rdar://7119244 - globals with an explicit section speci... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Zhongxing Xu | Add test case. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Zhongxing Xu | If the UnaryOperator has non-location type, use its... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Mike Stump | Remove an unused header. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Fariborz Jahanian | Support for use of default argument in constructors. |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Douglas Gregor | Move the template instantiation logic for template... |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Mike Stump | vtable building for simple inheritance. Still in progress. |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Mike Stump | Canonicalize else. |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Mike Stump | Test cases for some recent work. |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Mike Stump | Will I ever get used to CamelCase? Will I ever like... |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Mike Stump | Add armv7 support. |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Anders Carlsson | Revert the fix for PR3800, it broke things. |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Ted Kremenek | Renable "html" indexing by default. |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Fariborz Jahanian | Some code refactoring. Be more generous in issuance... |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Douglas Gregor | Refactor template instantiation for types into a generi... |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Anders Carlsson | Simplify alignment handling in the record builder. |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Daniel Dunbar | lit: Some sample tests, for testing the tester |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Daniel Dunbar | Fix test case for Darwin10 (which sets ssp), and move... |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Daniel Dunbar | Update for LLVM API change |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Fariborz Jahanian | Compare matching selectors in current and |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Ted Kremenek | Adjust test case. |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Ted Kremenek | Recognize '-M' and '-MM' options. |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Ted Kremenek | 'unlink' file directly instead of invoking system shell. |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Ted Kremenek | Have scan-build clue off of 'BUGMETAEND' to know when... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Ted Kremenek | Emit a special 'BUGMETAEND' comment to aid in the postp... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Ted Kremenek | Per advice that Doug Gregor gave me several months... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Ted Kremenek | Add a pass-by-value test for the analyzer. |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Ryan Flynn | PR3679: add #pragma weak test file |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Ted Kremenek | Add test case testing field sensitivity. Reduced from... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Daniel Dunbar | Make sure UTF-16 strings end with a 16-bit null (as... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Ted Kremenek | Handle disgusting corner case where a byte is loaded... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Daniel Dunbar | When generating cleanup blocks for Obj-C @finally,... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Ted Kremenek | Regression fix: reset 'DisplayedFunction' when a new... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Fariborz Jahanian | assert(nyi) on attempt to destruct an array of objects. |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Fariborz Jahanian | ir-gen for destructor calls. |
commit | commitdiff | tree | snapshot |
2009-08-03 |
John McCall | Refactor methods on DeclSpec to take a diagnostic&... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Eli Friedman | Website updates for working with Visual Studio and... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Fariborz Jahanian | Minor renaming/refactoring. No change in functionality. |
commit | commitdiff | tree | snapshot |
2009-08-03 |
John McCall | Templatize BadSpecifier and introduce DeclSpec::getSpec... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Daniel Dunbar | Formatting fixes (trailing whitespace, 80-cols, indenta... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Eli Friedman | Fix assertion crash. I don't have a testcase, but... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Zhongxing Xu | add a bunch of routine methods to AnalysisContext. |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Daniel Dunbar | lit: Don't treat '\' as an escape in unquoted strings... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Eli Friedman | Tweak diagnostic wording; patch by Sean Hunt. |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Daniel Dunbar | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Daniel Dunbar | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Zhongxing Xu | now we can let AnalysisManager to own the PathDiagnosti... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Zhongxing Xu | Create only one AnalysisManager for each translation... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Zhongxing Xu | Add LocationContext classes to enable creation of cross... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Daniel Dunbar | Driver/OpenBSD: Improve ld options. |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Douglas Gregor | Produce a warning that partial ordering of function... |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Douglas Gregor | Keep track of the template arguments deduced when match... |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Anders Carlsson | Whoops, meant to delete this. |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Anders Carlsson | use CodeGenModule::EmitNullConstant in a couple of... |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Anders Carlsson | Use the correct cast kind for dynamic_cast. |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Douglas Gregor | Update C++ open projects list |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Douglas Gregor | We have fairly good support for namespaces, now. Namesp... |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Benjamin Kramer | Remove duplicated colon. |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Ted Kremenek | Fix regression caused by recent refactoring where HTML... |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Ted Kremenek | Include '-o' arguments in verbose output. |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Chris Lattner | linkify IRC |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Chris Lattner | rearrange side bar, add link to IRC info. |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Ted Kremenek | Remove RegionViews and RegionCasts. These are no longe... |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Ted Kremenek | RegionStoreManager::RemoveDeadBindings() now removes... |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Ted Kremenek | Generalize the interface of 'StoreManager::RemoveDeadBi... |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Anders Carlsson | Remove old code that was causing the new test to fail. |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Ted Kremenek | Fix regression in StoreManager::CastRegion() to always... |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Anders Carlsson | Don't evaluate inout constraints twice. Fixes PR3800. |
commit | commitdiff | tree | snapshot |
next |