- af86b0c Revise Cocoa conventions detection: 'copy' and 'mutableCopy' by Ted Kremenek · 14 years ago
- 9c39acf Give hidden visibility to RTTI for derived types. This is kindof a hacky by John McCall · 14 years ago
- ecea19f Microsoft's __uuidof operator returns a lvalue. by Francois Pichet · 14 years ago
- 1bc80af Do lvalue-to-rvalue conversions on the LHS of a shift operator. by John McCall · 14 years ago
- a669c53 Add tests checking for unexpanded parameter packs in declarations that by Douglas Gregor · 14 years ago
- 781def0 Check for unexpanded parameter packs in non-type template parameter types. by Douglas Gregor · 14 years ago
- 6f52675 Check for unexpanded parameter packs in default arguments. by Douglas Gregor · 14 years ago
- 7dd3c73 Tweak location of diagnostic for -Wunreachable-code by Ted Kremenek · 14 years ago
- 892697d Start migration of static analyzer to using the by Ted Kremenek · 14 years ago
- a31040f Check for unexpanded parameter packs within variable initializers. by Douglas Gregor · 14 years ago
- 6ccab97 Check for unexpanded parameter packs in friend declarations. by Douglas Gregor · 14 years ago
- 8b1aba4 Improve diagnostics when property being looked up by Fariborz Jahanian · 14 years ago
- 56c0458 Check for unexpanded parameter packs in using declarations. As a by Douglas Gregor · 14 years ago
- 0c9e479 Check for unexpanded parameter packs in enumeration types and enumerators. by Douglas Gregor · 14 years ago
- 399ad97 Check for unexpanded parameter packs in static assertion expressions. by Douglas Gregor · 14 years ago
- 7504966 ivars craeted for explicit @synthesize and those by Fariborz Jahanian · 14 years ago
- e186269 Check for unexpanded parameter packs in various kinds of by Douglas Gregor · 14 years ago
- cff163e Test that all of the relevant types properly compute the "contains by Douglas Gregor · 14 years ago
- 9ef7589 Introduce a RecursiveASTVisitor subclass that finds all unexpanded by Douglas Gregor · 14 years ago
- 0827408 Fix diagnostic pragmas. by Argyrios Kyrtzidis · 14 years ago
- de43632 __attribute__((nonnull)) can apply to reference-to-pointer by Douglas Gregor · 14 years ago
- fb7b363 Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed IntegerLiterals by Peter Collingbourne · 14 years ago
- bfdcdc8 Set the "implicitly inline" bit on a method as soon as we see a definition by John McCall · 14 years ago
- bebbe0d Variadic templates: extend the Expr class with a bit that specifies by Douglas Gregor · 14 years ago
- 54eeba7 Generalize this test to work without instruction names. by Dan Gohman · 14 years ago
- 2ea7e73 Implement CodeGen support for the may_alias attribute. by Dan Gohman · 14 years ago
- d093722 Variadic templates: extend Type, NestedNameSpecifier, TemplateName, by Douglas Gregor · 14 years ago
- 1192fff Remove a type that got reduced away from this test case but not actually deleted. by Chandler Carruth · 14 years ago
- e7f8504 Fix PR8774 by restricting when hasInit returns true. Previously, it by Chandler Carruth · 14 years ago
- 2c2c8dd Sema: diagnose kernel functions with non-void return type by Peter Collingbourne · 14 years ago
- c78f684 Enhance my implementation of //rdar ://8747333 in r121597 to allow by Fariborz Jahanian · 14 years ago
- 96fc8e4 Improved complex constants evaluation. by Abramo Bagnara · 14 years ago
- 88f5e9b Any property declared in a class extension might have user by Fariborz Jahanian · 14 years ago
- 9f6f6a1 Do not substitute template types if template has dependent context by Peter Collingbourne · 14 years ago
- 85fe156 In clang_getCursor(), don't override a preprocessing cursor within by Douglas Gregor · 14 years ago
- 90f1450 Treat visibility on an enclosing namespace as a non-explicit source of by John McCall · 14 years ago
- f0d9d8b Add dependency to "make clang-test check-all". by NAKAMURA Takumi · 14 years ago
- ad616eb Added remaining objective-c library builtins (as in gcc) to by Fariborz Jahanian · 14 years ago
- db2b42f Fix another obscure corner layout case. by Argyrios Kyrtzidis · 14 years ago
- 25bb03b Don't crash when code-completing after "#include <". It would be far by Douglas Gregor · 14 years ago
- 7344921 Eliminate duplicate code completions for properties. by Douglas Gregor · 14 years ago
- 70c2335 Don't walk the translation unit context to produce protocol names when by Douglas Gregor · 14 years ago
- 4d936ec Update test. by Devang Patel · 14 years ago
- 8f15094 When an "inline" declaration was followed by a definition not marked by Douglas Gregor · 14 years ago
- 40e1775 Fix PR8760: IndirectFieldDecl Type was not updated during template instantiation. by Francois Pichet · 14 years ago
- 5a82119 Fix another unnecessary-struct-padding issue. by Argyrios Kyrtzidis · 14 years ago
- 43ddd9f Before determining the effect the alignment of base struct will have in the aligment of the sub-struct, by Argyrios Kyrtzidis · 14 years ago
- 048b905 Test case for r121323. by Devang Patel · 14 years ago
- d954504 A typename specifier can end up referring to a unresolved using by Douglas Gregor · 14 years ago
- 823d8e9 Start using DIBuilder. It provides cleaner interface. by Devang Patel · 14 years ago
- 9eb93b0 Driver: M and MM should be grouped together, <rdar://problem/8744831>. by Daniel Dunbar · 14 years ago
- dc7b2ce Make this test resilient to whether or not the Linux toolchain renders the by Chandler Carruth · 14 years ago
- cad2c59 Fix two thinkos and add a test for importing the AST of a category by Douglas Gregor · 14 years ago
- 0a03a3f Fix bug where annotate tokens was not working for BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
- 2346789 Fix test that didn't really test anything. by Francois Pichet · 14 years ago
- 346af03 Handle parameter attributes when tentative parsing for function/variable disambiguation. by Argyrios Kyrtzidis · 14 years ago
- d50187d Test case. by John McCall · 14 years ago
- 954e0c7 Implement AST import for Objective-C property implementations by Douglas Gregor · 14 years ago
- 3daef29 Implement ASTImporter support for Objective-C category implementations. by Douglas Gregor · 14 years ago
- f5fe292 Fix PR8720 by printing an error message with a substring that the gcc testsuite searches for. by Rafael Espindola · 14 years ago
- dd182ff Extern the ASTImporter to import @implementation declarations. by Douglas Gregor · 14 years ago
- 6ad6f28 Type traits intrinsic implementation: __is_base_of(T, U) by Francois Pichet · 14 years ago
- 143c7ac Objective-C pointer conversions to 'id' or qualified 'id' subsume by Douglas Gregor · 14 years ago
- 40c2913 Do unary conversions on vararg arguments and *then* special-case float. by John McCall · 14 years ago
- cd940a1 __block variables require us to evaluate the RHS of an assignment before by John McCall · 14 years ago
- 01b2e4e Clarify the logic for when to build an overloaded binop. In particular, by John McCall · 14 years ago
- 2a41637 Fix a bug in the emission of __real/__imag l-values on scalar operands. by John McCall · 14 years ago
- 560bf12 Put each test in class-layout.cpp into a separate namespace. by Anders Carlsson · 14 years ago
- 3cd1ea3 Fix rewriter to match recent changes in property ref AST. by Fariborz Jahanian · 14 years ago
- fd56900 Silly special case: never load when dereferencing void*. by John McCall · 14 years ago
- 85515d6 First pass at implementing the intent of ANSI C DR106. by John McCall · 14 years ago
- 74e40b7 Don't crash when initializing a subaggregate in C from a property r-value. by John McCall · 14 years ago
- abc56c7 When deciding whether to complain about the type of a boolean condition, use by John McCall · 14 years ago
- e7c6849 Apparently properties.m does not always fail; make it. by John McCall · 14 years ago
- 3144b72 Fix this test case on no-asserts builds by not trying to match the basic by John McCall · 14 years ago
- f6a1648 Although we currently have explicit lvalue-to-rvalue conversions, they're by John McCall · 14 years ago
- e68b984 Test case for the l-value base only being evaluated once. by John McCall · 14 years ago
- 0982136 Implement -cl-single-precision-constant by Peter Collingbourne · 14 years ago
- 61e0786 Implement -cl-opt-disable by Peter Collingbourne · 14 years ago
- ae3038c Mark functions referenced by 'cleanup' attribute as used. Fixes rdar://8728293 by Argyrios Kyrtzidis · 14 years ago
- 74b2756 Diagnose when accessing property in a class method and by Fariborz Jahanian · 14 years ago
- 83300e8 Add test case for r120795. by Ted Kremenek · 14 years ago
- 23ef69d Fix diagnostic for reporting bad escape sequence. Patch by Paul Curtis! by Ted Kremenek · 14 years ago
- a3998bd When we're performing an explicit cast of some sort, don't complain by Douglas Gregor · 14 years ago
- a9e9144 Improve on objc diagnostics. // rdar://8721692 by Fariborz Jahanian · 14 years ago
- f91d757 Merge transparent union types using member's unqualified type by Peter Collingbourne · 14 years ago
- 7966297 Fix range in printf warnings for invalid conversion specifiers. by Ted Kremenek · 14 years ago
- b97c403 Merge transparent union types using member's canonical param type by Peter Collingbourne · 14 years ago
- d1d56df fix PR8726 by teaching the aggregate init optimization code to handle by Chris Lattner · 14 years ago
- 2575585 Test for // rdar://8594790 by Fariborz Jahanian · 14 years ago
- 550e5ad Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. by Bob Wilson · 14 years ago
- 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 14 years ago
- 0608f53 Add a test for calling a Neon intrinsic macro with the wrong vector type. by Bob Wilson · 14 years ago
- 1b72677 Improve codegen for initializer lists to use memset more aggressively by Chris Lattner · 14 years ago
- a6cf1e7 Add support for the common and nocommon attributes. by Eric Christopher · 14 years ago
- 7b3982b FileCheckize. by Eric Christopher · 14 years ago
- 7c92342 FileCheckize. by Eric Christopher · 14 years ago
- 70b0294 Enhance the init generation logic to emit a memset followed by a few stores when by Chris Lattner · 14 years ago
- 9d0b2b7 Test use of arm_neon.h with -fno-lax-vector-conversions. by Bob Wilson · 14 years ago
- 96607b2 Add a testcase for Radar 8228022. by Bob Wilson · 14 years ago