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 |
2009-08-02 |
Daniel Dunbar | Compute end_overridden_methods in a way that keeps... |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Daniel Dunbar | Tweak svn:ignore |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Daniel Dunbar | Use Twine instead of utostr |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | Avoid accessing invalid std::vector element; this makes... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | lit: Catch (internal) exceptions when using --no-sh. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Eli Friedman | Fix a minor issue with unions in the new struct buildin... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | lit: Fix thinko in finding config file. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Eli Friedman | Additional AuroraUX header path. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Eli Friedman | Don't error on C++ linkage; if we don't support that... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Eli Friedman | Add temp C++ include path for AuroraUX; patch by Edward... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | lit: Add internal script execution. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | lit: Two more sh lex/parse bugs (but its so simple!) |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Ted Kremenek | This is a fairly large patch, which resulted from a... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | Ok, ok, I give in. Fix tests for unused result warning. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Ted Kremenek | Temporarily disable out-of-bounds checking. The curren... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | Use %S, not `pwd`, and enable a line that *does* work. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | lit: Fix two sh lexing bugs. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | 'unset' isn't needed in these tests anymore, we always... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | lit: Fix a name lookup problem, which only occurred... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | lit: Pull a few more variables into the TestingConfig... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | lit: Don't use threads when only running one test,... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | MultiTestRunner: Add 'sh' parsing to ShUtil. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Anders Carlsson | More warnings for unused expressions. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mike Stump | Add beginnigs of rtti generation, wire up more of ... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Anders Carlsson | Remove the old struct builder code. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mike Stump | And now we can generate a simple vtable. Still a work... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Anders Carlsson | Move code from EmitUnion directly into the function... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Anders Carlsson | Use the struct builder for unions. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mike Stump | Fixup spacing and 80-col violations. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Argyrios Kyrtzidis | For a CXXOperatorCallExpr, fix the order that StmtLocRe... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Make the recanonicalization-for-an-out-of-line-definiti... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Allow one to update the type representation of the... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Remove a redundant getCanonicalType call |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mike Stump | Add code to setup the vtable pointer in the constructor... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Devang Patel | New test case for rev. 77694. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | MultiTestRunner: Fix invalid warning when pointing... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mike Stump | Fix spacing. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Fix 80-col violation |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Make canonicalization of overloaded function declaratio... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Canonicalize template template parameters. We can't... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Canonicalize function parameters |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | MultiTestRunner: Add module for lexing 'sh' commands. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | Add missing test suffixes. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | MultiTestRunner: Simplify, cleanup, and rename! |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Canonicalization and profiling for overloaded function... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Canonicalize dependent extended vector types. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Ryan Flynn | PR3679 - enable #pragma weak aliasing. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
John McCall | Rename Action::TagKind to Action::TagUseKind, which... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
John McCall | sp. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mike Stump | Whitespace around else canonicalization and fix 80... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Eli Friedman | Make the check for the linkage of a template handle... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Anders Carlsson | Add CK_DerivedToBase and use it PerformObjectMemberConv... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mike Stump | Fix build warnings. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Anders Carlsson | Add a CastKind enum to CastExpr. Right now it's not... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Ted Kremenek | Fix use-after-release bug introduced in r77585 where... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Build canonical types for dependently-sized array types. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Ted Kremenek | Add scan-build option '-no-failure-reports' to supress... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Douglas Gregor | Canonicalization of dependent C++0x decltype types. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Fariborz Jahanian | Synthesize the default constructor which has not |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Douglas Gregor | Canonicalization for dependent typeof(expr) types. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Owen Anderson | Update for LLVM API changes. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Anders Carlsson | Diagnose unused expression results for all statements... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Anders Carlsson | Add casts to avoid a bunch of unused expr warnings... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Mike Stump | Canonicalize else spacing. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Anders Carlsson | Factor code out into a DiagnoseUnusedExprResult function. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Mike Stump | Note some other limitations. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Mike Stump | Update based upon comments. Explain why we have an... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Mike Stump | We'll also need a vtable pointer if we have virtual... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Douglas Gregor | What luck! Clang obtains support for refering to member... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Fariborz Jahanian | Patch for future ir-gen for destructor calls. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Ted Kremenek | Lexically order files. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Douglas Gregor | Support out-of-line definitions of the members of class... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Douglas Gregor | Initialize an otherwise-wild pointer. Fixes a crashy... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Benjamin Kramer | fix cmake build |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Zhongxing Xu | simple fixes. |
commit | commitdiff | tree | snapshot |
next |