Age | Commit message (Expand) | Author |
2009-08-08 | PR4700 - remove shift by 0 warning | Ryan Flynn |
2009-08-08 | Introduce a new PragmaPack attribute, and use it for #pragma pack. The Packed... | Anders Carlsson |
2009-08-08 | Patch should implement packed enums - PR4098. Credit to Anders Johnsen. | Edward O'Callaghan |
2009-08-08 | Get rid of Stmt::Clone now that we can reference count statements instead. | Anders Carlsson |
2009-08-08 | Introduce reference counting for statements and expressions, using it | Douglas Gregor |
2009-08-07 | Add a CK_ArrayToPointerDecay cast kind. | Anders Carlsson |
2009-08-07 | Add CK_ToUnion and use it for aggregate expression codegen. | Anders Carlsson |
2009-08-07 | Just add global scope to the associated namespaces set instead of tracking it | John McCall |
2009-08-07 | Add rbegin and rend for virtual bases, might come in handy some day. | Mike Stump |
2009-08-07 | Add ability to generate vcall offsets for primary virtual base. | Mike Stump |
2009-08-07 | Fix some const_cast issues. This is the beginning of the rabbit hole. | Mike Stump |
2009-08-07 | PR3333: warn when shifting by invalid amount | Ryan Flynn |
2009-08-07 | Separate Stmt::Destroy into the entrypoint for destroying a statement | Douglas Gregor |
2009-08-06 | Fix a couple false positive "uninitialized value" warnings with RegionStore | Ted Kremenek |
2009-08-06 | Drop the friend-inner-class diagnostic from an extwarn to an ext and don't | John McCall |
2009-08-06 | Permit a class to friend its members in C++0x, without restriction. | John McCall |
2009-08-06 | Silence gcc warning about non-virtual destructors. | Benjamin Kramer |
2009-08-06 | I forgot adding this header for r78298. | Zhongxing Xu |
2009-08-06 | Last step of template cleanup: merge *BuilderImpl to *Builder. | Zhongxing Xu |
2009-08-06 | Core analysis engine template cleanup step 2: | Zhongxing Xu |
2009-08-06 | Fix comment. | Zhongxing Xu |
2009-08-06 | Core analysis engine template cleanup step 2: | Zhongxing Xu |
2009-08-06 | Refactor RegionStoreManager::RemoveDeadBindings to also scan the bindings of ... | Ted Kremenek |
2009-08-06 | Support nested-name-specifiers for C++ member access expressions, e.g., | Douglas Gregor |
2009-08-06 | First pass at friend semantics. | John McCall |
2009-08-06 | As GRState seems general enough, it is time to merge some template classes | Zhongxing Xu |
2009-08-06 | Implement lazy "copying" of structures and arrays in RegionStore. While | Ted Kremenek |
2009-08-05 | Update for LLVM API change. | Owen Anderson |
2009-08-05 | Calculate the primary base class better and use that when laying down | Mike Stump |
2009-08-05 | Translate -mcmodel=X to -code-model X and pass it to clang-cc. Patch by Pawel... | Benjamin Kramer |
2009-08-05 | Add support for the -fno-omit-frame-pointer option. Patch by Roman Divacky! | Benjamin Kramer |
2009-08-05 | Fix a comment that trailed off | Douglas Gregor |
2009-08-05 | Introduce the canonical type smart pointers, and use them in a few places to | Douglas Gregor |
2009-08-05 | If the UnaryOperator has non-location type, use its type to create the | Zhongxing Xu |
2009-08-05 | Support for use of default argument in constructors. | Fariborz Jahanian |
2009-08-04 | Refactor template instantiation for types into a generic tree | Douglas Gregor |
2009-08-04 | Compare matching selectors in current and | Fariborz Jahanian |
2009-08-03 | Per advice that Doug Gregor gave me several months ago, clean up the | Ted Kremenek |
2009-08-03 | Regression fix: reset 'DisplayedFunction' when a new function/method decl get... | Ted Kremenek |
2009-08-03 | Refactor methods on DeclSpec to take a diagnostic& parameter, and reflect this | John McCall |
2009-08-03 | Templatize BadSpecifier and introduce DeclSpec::getSpecifier(T) for the | John McCall |
2009-08-03 | add a bunch of routine methods to AnalysisContext. | Zhongxing Xu |
2009-08-03 | Tweak diagnostic wording; patch by Sean Hunt. | Eli Friedman |
2009-08-03 | now we can let AnalysisManager to own the PathDiagnosticClient. | Zhongxing Xu |
2009-08-03 | Create only one AnalysisManager for each translation unit. In HandleCode(), | Zhongxing Xu |
2009-08-03 | Add LocationContext classes to enable creation of cross function | Zhongxing Xu |
2009-08-02 | Produce a warning that partial ordering of function templates is not yet supp... | Douglas Gregor |
2009-08-02 | Keep track of the template arguments deduced when matching a class | Douglas Gregor |
2009-08-02 | Use the correct cast kind for dynamic_cast. | Anders Carlsson |
2009-08-02 | Remove RegionViews and RegionCasts. These are no longer used. | Ted Kremenek |