1. dcf22ad Fix an ambiguous else warning from GCC by adding some much needed curlies. by Chandler Carruth · 14 years ago
  2. 3d48899 robustify the conflict marker stuff. Don't add 7 twice, which would by Chris Lattner · 14 years ago
  3. 3031c63 Correctly generate IR for ObjC messages sends to protocol-qualified types. by John McCall · 14 years ago
  4. 9dadd94 Teach ASTContext::getUnqualifiedArrayType() how to look through by Douglas Gregor · 14 years ago
  5. 33f9924 mutable is a storage class that can follow a class/struct/union definition. Fixes PR7153 by Douglas Gregor · 14 years ago
  6. 9614dc0 Don't attempt to poke into an invalid field's class type by Fariborz Jahanian · 14 years ago
  7. cfe833b Diagnose a redefinition error when there are two instantiations of friend by Douglas Gregor · 14 years ago
  8. 6cfacfe Determine when the instantiation of a friend function defined inside a by Douglas Gregor · 14 years ago
  9. e32b9b8 IRgen: Remove dead function. by Daniel Dunbar · 14 years ago
  10. 5ea6861 C++/Darwin/i386 ABI: Fix some problems with empty record handling. by Daniel Dunbar · 14 years ago
  11. ac7c2c8 C++98/03 [temp.friend]p4 requires that inline function definitions by Douglas Gregor · 14 years ago
  12. 3d91bbc Ensure that destructors are called for NRVO'd objects when the by Douglas Gregor · 14 years ago
  13. 79a9ad8 Pick the correct personality function based on the language. This prevents link failures when C/ObjC code uses __attribute__((cleanup())) (previously this was inserting references to two libstc++ symbols; the personality function and the __terminate() function). by David Chisnall · 14 years ago
  14. 9a0fcfe PR7117: Make sure we don't lose the calling convention for K&R-style by Eli Friedman · 14 years ago
  15. 150fcd5 when code completing inside a C-style block comment, don't emit errors about by Chris Lattner · 14 years ago
  16. 79bc57c Moved clang-builtin include dir position to immediately precede C includes. by mike-m · 14 years ago
  17. 55cbd6e Correctly diagnose array 'new' with initialization arguments when the new type is a typedef to an array type. by Anders Carlsson · 14 years ago
  18. 3caf04e When the type-id or new-type-id of a C++ "new" expression is a typedef by Douglas Gregor · 14 years ago
  19. 16565aa Don't emit any fallthrough / missing-noreturn warnings if we can't by John McCall · 14 years ago
  20. 761c94e When constant folding reference variables with an initializer to the by Chandler Carruth · 14 years ago
  21. 4037833 fix rdar://7985267 - Don't emit an error about a non-pod argument by Chris Lattner · 14 years ago
  22. a53d2cb Emit a type record for TYPE_OBJC_OBJECT in the PCH file. I'm not by John McCall · 14 years ago
  23. 7eb914b Avoid doing two switches in TypeLoc's initialize() loop. The optimizer by John McCall · 14 years ago
  24. 86a3a03 When initializing thread-safe statics, put the call to by Douglas Gregor · 14 years ago
  25. 1eb2e59 Revert r103880 (thread-safe static initialization w/ exceptions), by Douglas Gregor · 14 years ago
  26. c9a8fa4 Minor twik to my last patch. (for radar 7986354). by Fariborz Jahanian · 14 years ago
  27. 0ca0b1f Fix API gen for objc_msgSend property of aggregate types by Fariborz Jahanian · 14 years ago
  28. bfcc823 When initializing thread-safe statics, put the call to by Douglas Gregor · 14 years ago
  29. c00c1f6 Modify this comment per Doug's suggestion: we don't need to mangle protocols. by John McCall · 14 years ago
  30. eb94155 fix _mm_shuffle_pd too, thanks to Joel Falcou for pointing this out. by Chris Lattner · 14 years ago
  31. b5b30b9 When applying the named return value optimization, we still need to by Douglas Gregor · 14 years ago
  32. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  33. d86c477 Implement a simple form of the C++ named return value optimization for by Douglas Gregor · 14 years ago
  34. 5077c38 Implement semantic analysis and an AST representation for the named by Douglas Gregor · 14 years ago
  35. f805a6c add type casts to _mm_shuffle_ps so the front-end applies by Chris Lattner · 14 years ago
  36. 3c9034c Recognize when the named return value optimization applies in a by Douglas Gregor · 14 years ago
  37. 67d438d C++/ABI/x86_64: Member pointers should be classified as INTEGER. by Daniel Dunbar · 14 years ago
  38. 7711523 C++/ABI/i386: Member function pointers should be passed by value. by Daniel Dunbar · 14 years ago
  39. 1b71848 Driver: Make -fverbose-asm the default for platforms where the integrated by Daniel Dunbar · 14 years ago
  40. 4fb2053 Patch to fix a crash on incomplete class declaration. Radar 7923673. by Fariborz Jahanian · 14 years ago
  41. 69cfeb1 Emit an lvalue dynamic_cast even if the result is not used. Another by Douglas Gregor · 14 years ago
  42. 485ee32 When a failed dynamic_cast<T&> (which is an lvalue) results in a by Douglas Gregor · 14 years ago
  43. 5e37d48 Remove an unused function. by Anders Carlsson · 14 years ago
  44. 3e5af90 Move ContainsPointerToDataMember to CodeGenTypes. No functionality change. by Anders Carlsson · 14 years ago
  45. 509d477 Implement new default property synthesis rules. Essentially, no longer by Fariborz Jahanian · 14 years ago
  46. 9a65b81 Improve error recovery in C/ObjC when the first argument of a function by Chris Lattner · 14 years ago
  47. 83a9447 Refactor ParseFunctionDeclaratorIdentifierList to have the first by Chris Lattner · 14 years ago
  48. e17a643 Added Expr::EvaluateAsAnyLValue. by Abramo Bagnara · 14 years ago
  49. 0fd3d1f Fix thinko in yesterday's fix. by Devang Patel · 14 years ago
  50. a63db84 Revert r103770, "Added basic source locations to Elaborated and DependentName by Daniel Dunbar · 14 years ago
  51. 3cb18bc Make sure that value-initialized pointers to data members are initialized correctly. by Anders Carlsson · 14 years ago
  52. 5431299 Added basic source locations to Elaborated and DependentName types. by Abramo Bagnara · 14 years ago
  53. 95f1b15 Namespaces can only be defined at global or namespace scope. Fixes PR6596. by Douglas Gregor · 14 years ago
  54. 00b4b03 Make sure to search semantic scopes and appropriate template-parameter by Douglas Gregor · 14 years ago
  55. ca4aa37 A vtable is used if the key function is defined... even if that key by Douglas Gregor · 14 years ago
  56. a1842d3 C++/Darwin/x86: Teach IRgen it can pass reference types in registers. by Daniel Dunbar · 14 years ago
  57. eb840bd Driver: Enable -integrated-as by default, at least for Darwin/x86 without -static. by Daniel Dunbar · 14 years ago
  58. 8b90a78 Fix context in class static variable's debugging information entry. by Devang Patel · 14 years ago
  59. 1297fd7 Disable the available_externally optimization for inline virtual by Douglas Gregor · 14 years ago
  60. 3ba6061 Objective-C++ Sema. Fix a bug in instantiation of receivers. by Fariborz Jahanian · 14 years ago
  61. 6fb745b Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 14 years ago
  62. fadebba Don't add a null successor to a CFGBlock when the contents of an @synchronized statement is empty. by Ted Kremenek · 14 years ago
  63. 1733bc3 Teach the AKA calculation to look at sugar on the pointee type for pointers and by Chandler Carruth · 14 years ago
  64. 5d7c29a Rebuild builtin_id * as an ObjCObjectPointerType, where builtin_id is the by John McCall · 14 years ago
  65. 8e98ac1 Relax an assertion. Various cases could lead to non-symbol values. by Zhongxing Xu · 14 years ago
  66. c000834 When performing template argument deduction, match Objective C pointers by John McCall · 14 years ago
  67. 197113b Delete a dead function at sabre's request. by Chandler Carruth · 14 years ago
  68. 5ef12b3 Update the types for warning option subgroup arrays to 'short', we have more by Chandler Carruth · 14 years ago
  69. bef0efd add a couple of key functions for classes without them. by Chris Lattner · 14 years ago
  70. 8ab870d If given location is invalid then use current location. by Devang Patel · 14 years ago
  71. 79d3f04 Objective-C++ Sema. Support for conversion of a C++ by Fariborz Jahanian · 14 years ago
  72. edd8df9 "this patch properly addresses escaping < and > which might appear by Chris Lattner · 14 years ago
  73. face981 improve comments. by Chris Lattner · 14 years ago
  74. b30575c Driver/Darwin/i386: Don't allow compiling C++ with -fapple-kext, we don't support the necessary ABI yet. by Daniel Dunbar · 14 years ago
  75. 6b3d5a6 Simplify. by Daniel Dunbar · 14 years ago
  76. 65267b2 Objective-C++ Sema - Allow static_cast of one objc pointer to another. by Fariborz Jahanian · 14 years ago
  77. 9679caf Whenever we instantiate a function definition or class, enter a new by Douglas Gregor · 14 years ago
  78. c63d2c8 When we emit an error during the implicit definition of a special by Douglas Gregor · 14 years ago
  79. 5e2a7ac Improve commentary on the indirect-goto jump scope checker and extract by John McCall · 14 years ago
  80. ddb0b4d When checking scopes for indirect goto, be more permissive (but still safe) by John McCall · 14 years ago
  81. 60e4fd9 Use end location of DeclStmt to mark stop point. by Devang Patel · 14 years ago
  82. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 14 years ago
  83. 380c213 Speculatively revert r103497, "Do not mark the virtual members of an by Daniel Dunbar · 14 years ago
  84. 9430d5a IRgen/i386/C++: Fix isSingleElementStruct computation for C++ record decls. by Daniel Dunbar · 14 years ago
  85. bbbe074 Do not mark the virtual members of an implicitly-instantiated class as by Douglas Gregor · 14 years ago
  86. 92dd191 VISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY. by Duncan Sands · 14 years ago
  87. ba55ec2 It's bad form to create VarDecl's without DeclContexts by Douglas Gregor · 14 years ago
  88. 2166beb The C++98/03 standard is disturbingly silent about out-of-scope by Douglas Gregor · 14 years ago
  89. 85bcd99 Static data members intialized in-class that have constant values are by Douglas Gregor · 14 years ago
  90. 84c580f Minor refactoring of my last patch. by Fariborz Jahanian · 14 years ago
  91. 7ed5bd3 Fix indentation by Douglas Gregor · 14 years ago
  92. bb6e73f A DeclRefExpr that refers to a member function or a static data member by Douglas Gregor · 14 years ago
  93. a5fdd9c Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe! by Douglas Gregor · 14 years ago
  94. f8e10a5 Initialize Column. by Devang Patel · 14 years ago
  95. 2f6c550 Allow static_cast to objective-c pointers. Fixes radar 7952457. by Fariborz Jahanian · 14 years ago
  96. 42c8f87 Refactor the constant-evaluator so that it only supports a single form by John McCall · 14 years ago
  97. b3ebe94 Objective-C++ Code gen. Handle code gen. for property by Fariborz Jahanian · 14 years ago
  98. 45d9c2d Allocate most of DeclarationNamesTable using ASTContext's allcocator. The only things that by Ted Kremenek · 14 years ago
  99. ac9590e Start converting pieces of DeclarationNameTable to be allocated using ASTContext's allocator. by Ted Kremenek · 14 years ago
  100. d04ed41 Convert CXXTempory[] in CXXExprWithTemporaries to be allocated using ASTContext's allocator. Fixes <rdar://problem/7961605>. by Ted Kremenek · 14 years ago