- 55f9bdd Avoid assert-crash in a case where the expression passed to EmitConstantExpr by Eli Friedman · 15 years ago
- f70b24e Make __func__ and friends work correctly within the initializer for a static by Eli Friedman · 15 years ago
- 3e42ffd PR5462: Don't run off the edge of the argument array for vararg handling by Eli Friedman · 15 years ago
- 73dd768 Update FixIt tests to make it more obvious they use a separate mode. by Daniel Dunbar · 15 years ago
- 2f00552 Fix a couple of tests. by Eli Friedman · 15 years ago
- ea9a208 PR5483: Generate missing form of destructor when it is virtual. (Someone by Eli Friedman · 15 years ago
- 49e2b8e Fix for PR5489: don't skip the complete type requrirement for variable by Eli Friedman · 15 years ago
- 19aeac6 When type-checking a static cast (or the static_cast part of a C-style by Douglas Gregor · 15 years ago
- ba69b3c Fix broken tests, exposed by improved -verify. by Daniel Dunbar · 15 years ago
- 0ba63ea Diagnose ambiguity of operator delete and operator delete[]. Sebastian, please review. by Anders Carlsson · 15 years ago
- 370e538 Handle CXXDefaultArgExprs in EmitLValue. Fixes PR5484. by Anders Carlsson · 15 years ago
- 66724ea If we attempt to add a constructor template specialization that looks by Douglas Gregor · 15 years ago
- fd47648 Revert r88718, which does NOT solve the constructor-template-as-copy-constructor issue. Big thanks to John for finding this by Douglas Gregor · 15 years ago
- 15755cb Template argument deduction of a non-type template parameter from a by Douglas Gregor · 15 years ago
- cad84b7 A constructor template cannot be instantiated to a copy by Douglas Gregor · 15 years ago
- 534ba90 Code gen. For virtual destructor call on array objects (still part of pr5472). by Fariborz Jahanian · 15 years ago
- 22efb85 More VTT and constructor vtable testcases from recent work. by Mike Stump · 15 years ago
- 513225f Add more testcase for construction vtables and VTTs. by Mike Stump · 15 years ago
- 2cdcbdb Add some more VTT testcases. by Mike Stump · 15 years ago
- 64241fc Obvious fix for PR5474. by Eli Friedman · 15 years ago
- c360775 Remove test case's dependency on header file. by Ted Kremenek · 15 years ago
- c764d4b Add two new test cases for the Malloc/Free checker. Both have to do with by Ted Kremenek · 15 years ago
- ba93087 Add test case that shows a leak we don't catch. by Ted Kremenek · 15 years ago
- 9326c56 Add a testcase for the recent VTT work. by Mike Stump · 15 years ago
- 72c2153 Code gen for arrady delete operator. Fixes pr5472. by Fariborz Jahanian · 15 years ago
- bb62dcb Add test for expr.delete p5, with a FIXME. by Daniel Dunbar · 15 years ago
- a660440 This falls into the category of stupid pet tricks. I hate to do this, by Mike Stump · 15 years ago
- 8382cf5 Add clang-cc option "--analyzer-experimental-internal-checks". This by Ted Kremenek · 15 years ago
- 79b680e When performing copy initialization (= "implicit conversion", here) to by Douglas Gregor · 15 years ago
- 4b3cbea Don't bind arguments to temporaries if the argument has a reference type. by Anders Carlsson · 15 years ago
- fc7ac8f Malloc checker basically works now. by Zhongxing Xu · 15 years ago
- 03d8ed4 Fix two bugs with temporaries: by Anders Carlsson · 15 years ago
- b0069ee Fix a code gen bug in i386-apple-darwin (objc fragile abi), sending by Fariborz Jahanian · 15 years ago
- caddba0 Recognize (and check) pointer-to-member template arguments that are by Douglas Gregor · 15 years ago
- 231edff When instantiating a reference to a non-type template parameter of pointer to by Douglas Gregor · 15 years ago
- fb898e1 When comparing template parameter lists, distinguish between three cases: by Douglas Gregor · 15 years ago
- dcdd2a0 Generalize stdint.h for non-8-bit-multiple types, patch by Ken Dyck! by Chris Lattner · 15 years ago
- 9184646 do not store wchar/char16/char32/intmax width/alignment info by Chris Lattner · 15 years ago
- 1ea5294 Fix PCH/preprocess test to be more useful, and unbreak -E mode with implicit by Daniel Dunbar · 15 years ago
- 8b13c08 Improve recovery in a wonky case where one tries to specialize a by Douglas Gregor · 15 years ago
- 010c3f5 Fix test portability. by Daniel Dunbar · 15 years ago
- c8d8ac5 Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category, by John McCall · 15 years ago
- eaf75f4 Remove an overly-eager assertion when replacing tokens with an by Douglas Gregor · 15 years ago
- db0d4b7 Template argument deduction for template template parameters. This by Douglas Gregor · 15 years ago
- 8406aed Fix PR 5422: handle lvalue results when evaluating 'based' ptrtoints as part of by John McCall · 15 years ago
- f42d74f Make test more platform independent. by Fariborz Jahanian · 15 years ago
- 1f2fcee Make test more platform independent (per Sebastian's comment). by Fariborz Jahanian · 15 years ago
- 7ca8b06 writable atomic property's setter/getter must be in 'lock' step of by Fariborz Jahanian · 15 years ago
- f35f828 Improve diagnostics when a default template argument does not match by Douglas Gregor · 15 years ago
- 9148c3f Before checking a template template argument against its corresponding by Douglas Gregor · 15 years ago
- e8b31cc Value initialize non-class array members in ctor's by Fariborz Jahanian · 15 years ago
- ab6d622 Split buffer overflow test case into two test cases, removing out logic that was commented out. by Ted Kremenek · 15 years ago
- 9106ef7 Instantiation of template template parameters for nested templates, e.g., by Douglas Gregor · 15 years ago
- 7bb87fc Fix speculative parsing of dependent template names in by Douglas Gregor · 15 years ago
- d694485 Add undefined array subscript checker. by Zhongxing Xu · 15 years ago
- 58e689f Reimplement out-of-bound array access checker with the new checker interface. by Zhongxing Xu · 15 years ago
- de7d800 CastToStructChecker: use 'isStructureType()' instead of 'isRecordType()' to determine if a pointer is casted to a struct pointer. This fixes an observed false positive when a value is casted to a union. by Ted Kremenek · 15 years ago
- 131c981 And now a test fix in +Asserts mode, which I broke. by Daniel Dunbar · 15 years ago
- 47d1e82 Fix some tests in -Asserts mode. - FileCheck is a *huuuuge* improvement here. by Daniel Dunbar · 15 years ago
- a52ef08 Apparently the following idiom is specifically encouraged: by John McCall · 15 years ago
- 788cd06 Introduce a new representation for template template by Douglas Gregor · 15 years ago
- f7f3d0d Create a new Scope when parsing a declaration with a C++ scope specifier. by John McCall · 15 years ago
- b03bfa5 Diagnose illegally typed operator new/new[]. by Fariborz Jahanian · 15 years ago
- 7f1de45 Fix for PR5454: make sure to use the right block as the predecessor in the by Eli Friedman · 15 years ago
- dfcaf06 Make -Wsemicolon-before-method-body opt-in (and part of -Wextra). Addresses <rdar://problem/7381735>. by Ted Kremenek · 15 years ago
- 88f4280 This patch implements Code gen. for destruction of global array of objects. by Fariborz Jahanian · 15 years ago
- 12ea578 Make a somewhat more convincing test case for unqualified lookup through by John McCall · 15 years ago
- cdc89c4 Simple test case for [basic.lookup.udir]. by John McCall · 15 years ago
- d7be78a Fix unqualified lookup through using directives. by John McCall · 15 years ago
- b76cd3d When trying to assign a regular string literal to an Objective-C 'id' type or a pointer to an NSString, emit a code insertion hint that turns it into an Objective-C string. For example: by Anders Carlsson · 15 years ago
- ad26b73 If a function with a default argument is redefined and the new function also has a defualt argument then add a fixit hint that removes the default argument. Fixes PR5444. by Anders Carlsson · 15 years ago
- 79234ca Add test case for PointerSubChecker. by Zhongxing Xu · 15 years ago
- adca271 Refine PointerSubChecker: compare the base region instead of the original by Zhongxing Xu · 15 years ago
- 3ada2df Enable the use of the new llvm objectsize intrinsic. by Mike Stump · 15 years ago
- 3451e92 Changed error for nested type qualifier mismatch to by Fariborz Jahanian · 15 years ago
- ff4393c Make sure that we look into nested, transparent declaration contexts by Douglas Gregor · 15 years ago
- d411b3f For array pointee type, get its cvr qualifier from by Fariborz Jahanian · 15 years ago
- d47c47d Make sure that we instantiate default function arguments for an by Douglas Gregor · 15 years ago
- 80c30da Add additional note to mark the cause of synthesized constructors. Mark by Eli Friedman · 15 years ago
- 0f8716b Improve instantiation of default template arguments for nested by Douglas Gregor · 15 years ago
- d49c7b6 Add code generation test for r86500. by Eli Friedman · 15 years ago
- 8875334 Test case for Sean Hunt's patch which I left out. by Fariborz Jahanian · 15 years ago
- 8f4c59e Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen by Eli Friedman · 15 years ago
- 11a8240 Slightly more testing for instantiation of non-type template parameters in nested templates, for my own sanity's sake by Douglas Gregor · 15 years ago
- a23dcce Add a triple to try to fix the buildbot error. by Anders Carlsson · 15 years ago
- 1c03ca3 __uint128_t is indeed an unsigned integer type. Fixes PR5435. by Anders Carlsson · 15 years ago
- 4bb2c28 Simplify test to deal with type-based ordering variations by Douglas Gregor · 15 years ago
- ac06a7c Verify that code-completion is at least a little bit robust against inclusion of missing headers by Douglas Gregor · 15 years ago
- 3ac7385 Minor cleanup for CIndex-based code-completion: by Douglas Gregor · 15 years ago
- e4da0eb update test case. by Zhongxing Xu · 15 years ago
- ede7eb2 Add check for pointer arithmetic on non-array variables. by Zhongxing Xu · 15 years ago
- bd842e3 Add check for obsolete function call of getpw(). by Zhongxing Xu · 15 years ago
- 4f3dc69 Add checker for CWE-588: Attempt to Access Child of a Non-structure Pointer. by Zhongxing Xu · 15 years ago
- b10a7c2 Add checker for CWE-587: Assignment of a Fixed Address to a Pointer. by Zhongxing Xu · 15 years ago
- 3ce2dc3 Add checker for CWE-469: Use of Pointer Subtraction to Determine Size. This by Zhongxing Xu · 15 years ago
- bb4a33c Add hack to make the given testcase work. As far as I can tell, this change is by Eli Friedman · 15 years ago
- c24e9f3 Add a test case for CWE-467, and simplify the wording of the warning. by Zhongxing Xu · 15 years ago
- 49c16da Unify the codepaths used to verify base and member initializers for explicitly by Eli Friedman · 15 years ago
- a29e51b Special-case default argument expression in instantiation. This should fix PR4301. Doug, please double-check my assumptions. Read the PR for more details. by Sebastian Redl · 15 years ago
- 9770ef0 When checking the namespace of a redeclaration or definition, look through linkage specs. Fixes PR5430. by Sebastian Redl · 15 years ago