- dac64a5 Almost forgot to turn on 32-bit test. by Mike Stump · 15 years ago
- 636548d Testcase for recent checkin. by Mike Stump · 15 years ago
- e1be2b1 Also generate the rtti field for virtual bases for vtables. Turn on by Mike Stump · 15 years ago
- d4e5a60 Fix a couple false positive "uninitialized value" warnings with RegionStore by Ted Kremenek · 15 years ago
- 7f27d92 Permit a class to friend its members in C++0x, without restriction. by John McCall · 15 years ago
- 70101ce Layout the primary base first in the vtable. by Mike Stump · 15 years ago
- 52ab92b After reporting ill-formed copy constructor(12.8.p3) don't recurs and crash. by Fariborz Jahanian · 15 years ago
- 4a959d8 When we encounter a dependent type that was parsed before we know that by Douglas Gregor · 15 years ago
- 8a12b56 More layout for virtual tables for virtual bases. Still in progress. by Mike Stump · 15 years ago
- 37148f4 Let's remember we want better codegen for these. by Mike Stump · 15 years ago
- c5708d9 Testcase for a recent checkin for vbase layout ordering. I hate to by Mike Stump · 15 years ago
- eb19fa9 Layout virtual bases. Work in progress. by Mike Stump · 15 years ago
- d1067e5 Implement transformation of template names within the generic tree by Douglas Gregor · 15 years ago
- addc931 Update test case. by Ted Kremenek · 15 years ago
- fe85ced Support nested-name-specifiers for C++ member access expressions, e.g., by Douglas Gregor · 15 years ago
- 4403a5e add support for FreeBSD's format(printf0,x,y) attribute; allows null format string. by Ryan Flynn · 15 years ago
- 67d1a67 First pass at friend semantics. by John McCall · 15 years ago
- 6904cbb Patch to optimize away copy constructor call when appropriate. by Fariborz Jahanian · 15 years ago
- 213a60e AlisdairM pointed out that this will likely be relaxed in C++0x, so let's by John McCall · 15 years ago
- 2effeca Fixup object layout when we have a primary base (it goes first). Start preping for by Mike Stump · 15 years ago
- e947278 Add a test for invalid uses of non-static members from nested classes, just by John McCall · 15 years ago
- 26899b0 Add another test for a recent checkin. by Mike Stump · 15 years ago
- 6f37633 Calculate the primary base class better and use that when laying down by Mike Stump · 15 years ago
- aed2b3e A blank line to separate the two blocks(per Mike comment). by Fariborz Jahanian · 15 years ago
- b5bc3d6 Modified test case to use FileCheck. by Fariborz Jahanian · 15 years ago
- 47259d9 Fix canonical type construction for function types with the noreturn by Douglas Gregor · 15 years ago
- caa499b Handle destruction of temporaries used in default argument by Fariborz Jahanian · 15 years ago
- b2c352e Patch to improve ir-gen for constructors with default argument by Fariborz Jahanian · 15 years ago
- 4ed4598 Fix a bug in RegionStoreSubRegionManager::add() where multiple subregions wouldn't correctly get registered in the SubRegion map. by Ted Kremenek · 15 years ago
- e78b86f weak globals that are const should get weak_odr linkage. by Chris Lattner · 15 years ago
- 309457d rdar://7119244 - globals with an explicit section specified don't get by Chris Lattner · 15 years ago
- bfc8168 Add test case. by Zhongxing Xu · 15 years ago
- 104ffaa vtable building for simple inheritance. Still in progress. by Mike Stump · 15 years ago
- 06758d0 Test cases for some recent work. by Mike Stump · 15 years ago
- fca9361 Revert the fix for PR3800, it broke things. by Anders Carlsson · 15 years ago
- e198f5d Some code refactoring. Be more generous in issuance of warning by Fariborz Jahanian · 15 years ago
- 7cfd891 Fix test case for Darwin10 (which sets ssp), and move to CodeGen/ by Daniel Dunbar · 15 years ago
- dbdec8b Compare matching selectors in current and by Fariborz Jahanian · 15 years ago
- 8eec7c0 Adjust test case. by Ted Kremenek · 15 years ago
- 7a02a37 Per advice that Doug Gregor gave me several months ago, clean up the by Ted Kremenek · 15 years ago
- 48775d5 Add a pass-by-value test for the analyzer. by Ted Kremenek · 15 years ago
- 8f6e88f PR3679: add #pragma weak test file by Ryan Flynn · 15 years ago
- 28ba10c Add test case testing field sensitivity. Reduced from <rdar://problem/7114618>. by Ted Kremenek · 15 years ago
- 434da48 Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit). by Daniel Dunbar · 15 years ago
- 968f0a6 Handle disgusting corner case where a byte is loaded from the address of a function. by Ted Kremenek · 15 years ago
- 6ca0b32 ir-gen for destructor calls. by Fariborz Jahanian · 15 years ago
- 2bbcf66 Driver/OpenBSD: Improve ld options. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
- 37d93e9 Keep track of the template arguments deduced when matching a class by Douglas Gregor · 15 years ago
- 9a108eb Fix regression in StoreManager::CastRegion() to always treat casts to by Ted Kremenek · 15 years ago
- 5a23264 Don't evaluate inout constraints twice. Fixes PR3800. by Anders Carlsson · 15 years ago
- c0879bb Fix a minor issue with unions in the new struct building code. by Eli Friedman · 15 years ago
- 19e1f0b This is a fairly large patch, which resulted from a cascade of changes by Ted Kremenek · 15 years ago
- 4dabe96 Ok, ok, I give in. Fix tests for unused result warning. by Daniel Dunbar · 15 years ago
- 39abcdf Temporarily disable out-of-bounds checking. The current checking logic will not work quite right with the changes I'm about to commit. by Ted Kremenek · 15 years ago
- f79ad5f Use %S, not `pwd`, and enable a line that *does* work. - Doug, please check. by Daniel Dunbar · 15 years ago
- 3f44291 'unset' isn't needed in these tests anymore, we always run with a controlled by Daniel Dunbar · 15 years ago
- 3af708f More warnings for unused expressions. by Anders Carlsson · 15 years ago
- c9c88b4 Update for LLVM API change. by Owen Anderson · 15 years ago
- 8c4dc1f For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check subexpressions. by Argyrios Kyrtzidis · 15 years ago
- 211c278 Make the recanonicalization-for-an-out-of-line-definition test case a bit trickier by Douglas Gregor · 15 years ago
- 29852b6 New test case for rev. 77694. by Devang Patel · 15 years ago
- 6f2c46b Make canonicalization of overloaded function declarations match the by Douglas Gregor · 15 years ago
- 4a3f780 Canonicalize function parameters by Douglas Gregor · 15 years ago
- c1e1d7c Add missing test suffixes. by Daniel Dunbar · 15 years ago
- 1db467f MultiTestRunner: Simplify, cleanup, and rename! by Daniel Dunbar · 15 years ago
- 6ebd15e Canonicalization and profiling for overloaded function declarations, by Douglas Gregor · 15 years ago
- 2ec09f1 Canonicalize dependent extended vector types. by Douglas Gregor · 15 years ago
- 1503f77 Make the check for the linkage of a template handle the case of nested by Eli Friedman · 15 years ago
- 04d4bee Build canonical types for dependently-sized array types. by Douglas Gregor · 15 years ago
- 9d702ae Canonicalization of dependent C++0x decltype types. by Douglas Gregor · 15 years ago
- b197572 Canonicalization for dependent typeof(expr) types. by Douglas Gregor · 15 years ago
- 7544311 Diagnose unused expression results for all statements, just not compound statements. by Anders Carlsson · 15 years ago
- 9668b1f Add casts to avoid a bunch of unused expr warnings. (They aren't reported right now due to a bug that I intend to fix). Ted, please review. by Anders Carlsson · 15 years ago
- c5b8c9b What luck! Clang obtains support for refering to members of the by Douglas Gregor · 15 years ago
- b88e888 Support out-of-line definitions of the members of class template by Douglas Gregor · 15 years ago
- e25ff83 PR3679 - handle #pragma weak by Ryan Flynn · 15 years ago
- 218e0b7 Add -fblocks. by Daniel Dunbar · 15 years ago
- 3dee6ef Add ability to layout the vtable pointer in trivial cases. I noticed by Mike Stump · 15 years ago
- c238a79 ir-gen for nested non-virtual base member access in current class. by Fariborz Jahanian · 15 years ago
- 19b732a Add support for ObjC message expressions, in the Analyzer: by Argyrios Kyrtzidis · 15 years ago
- ad6e5d1 Find references inside blocks. by Argyrios Kyrtzidis · 15 years ago
- f7a0cf4 Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only by Ted Kremenek · 15 years ago
- b7b6c4c Fixed test. by Fariborz Jahanian · 15 years ago
- 96e2fa9 Some refactoring of member access for performace sake. Also added a test case. by Fariborz Jahanian · 15 years ago
- 59c0437 Refactor base/member initializers, and construct them correctly in cases by Eli Friedman · 15 years ago
- 98a541e Patch to provide cast of objects in member access by Fariborz Jahanian · 15 years ago
- 6075e00 Add an XFAILed test case that currently crashes for RegionStore. This case will by Ted Kremenek · 15 years ago
- 0aeaf5a Add another analyzer test case involving an OSAtomic function. by Ted Kremenek · 15 years ago
- c447aba Check for identical types in C++ catch expression. Patch by Erik Verbruggen. by Sebastian Redl · 15 years ago
- 1f27ac6 Remove an obsolete kludge based on the previous, completely broken handling of function templates by Douglas Gregor · 15 years ago
- f61ef4f Test redefinition of class template partial specializations by Douglas Gregor · 15 years ago
- 828e226 Use the new statement/expression profiling code to unique dependent by Douglas Gregor · 15 years ago
- ddc4b81 Remove an ObjC-specific XFAIL (and tweak test). by Steve Naroff · 15 years ago
- c715e78 Fix <rdar://problem/7100524> regression: "error: incompatible operand types ('void *' and 'NSString *')". by Steve Naroff · 15 years ago
- ef0cb8e Make functional-style casts emit correct messages, and fix a crash-on-invalid. by Sebastian Redl · 15 years ago
- 87e5732 Be sure to turn on -fblocks. by Mike Stump · 15 years ago
- 4d9d51a Add support for -Wmissing-noreturn. by Mike Stump · 15 years ago
- 5692586 Add noreturn support for blocks. by Mike Stump · 15 years ago
- f3bfa21 Fix PR 4631. The compound initializers of unions were not being evaluated, which by Ted Kremenek · 15 years ago
- bb97722 Fix regression in attribute 'nonnull' checking when a transition node by Ted Kremenek · 15 years ago