1. 0fb9708 If a switch condition is constant, don't warn about missing enum cases. by John McCall · 14 years ago
  2. 532ec7b Teach the ObjC mangler to ignore member pointers just like gcc does. by John McCall · 14 years ago
  3. 00e9cbb Add a hack to silence warnings about failing to return from functions after by Chandler Carruth · 14 years ago
  4. a6b0907 Instantiate attributes on typedefs. This is a quick fix for PR7148, by Douglas Gregor · 14 years ago
  5. e2aaf39 Clean up test case and remove XFAIL. This test can now distinguish between by Ted Kremenek · 14 years ago
  6. 3d48899 robustify the conflict marker stuff. Don't add 7 twice, which would by Chris Lattner · 14 years ago
  7. 3031c63 Correctly generate IR for ObjC messages sends to protocol-qualified types. by John McCall · 14 years ago
  8. 293279a Test that mutability of class members that involve class definitions actually works by Douglas Gregor · 14 years ago
  9. 9dadd94 Teach ASTContext::getUnqualifiedArrayType() how to look through by Douglas Gregor · 14 years ago
  10. 33f9924 mutable is a storage class that can follow a class/struct/union definition. Fixes PR7153 by Douglas Gregor · 14 years ago
  11. 9614dc0 Don't attempt to poke into an invalid field's class type by Fariborz Jahanian · 14 years ago
  12. cfe833b Diagnose a redefinition error when there are two instantiations of friend by Douglas Gregor · 14 years ago
  13. 6cfacfe Determine when the instantiation of a friend function defined inside a by Douglas Gregor · 14 years ago
  14. 5ea6861 C++/Darwin/i386 ABI: Fix some problems with empty record handling. by Daniel Dunbar · 14 years ago
  15. ac7c2c8 C++98/03 [temp.friend]p4 requires that inline function definitions by Douglas Gregor · 14 years ago
  16. 3d91bbc Ensure that destructors are called for NRVO'd objects when the by Douglas Gregor · 14 years ago
  17. 9a0fcfe PR7117: Make sure we don't lose the calling convention for K&R-style by Eli Friedman · 14 years ago
  18. 150fcd5 when code completing inside a C-style block comment, don't emit errors about by Chris Lattner · 14 years ago
  19. 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
  20. 3caf04e When the type-id or new-type-id of a C++ "new" expression is a typedef by Douglas Gregor · 14 years ago
  21. 761c94e When constant folding reference variables with an initializer to the by Chandler Carruth · 14 years ago
  22. 4bb3bf9 really use valist. by Chris Lattner · 14 years ago
  23. 4037833 fix rdar://7985267 - Don't emit an error about a non-pod argument by Chris Lattner · 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. 0ca0b1f Fix API gen for objc_msgSend property of aggregate types by Fariborz Jahanian · 14 years ago
  27. bfcc823 When initializing thread-safe statics, put the call to by Douglas Gregor · 14 years ago
  28. 72bf425 Attempt to satisfy Release-Asserts build by Douglas Gregor · 14 years ago
  29. 986f349 sigh by Chris Lattner · 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. 67d438d C++/ABI/x86_64: Member pointers should be classified as INTEGER. by Daniel Dunbar · 14 years ago
  35. 7711523 C++/ABI/i386: Member function pointers should be passed by value. by Daniel Dunbar · 14 years ago
  36. e37706d Tweak test so that it does not require <typeinfo> by Douglas Gregor · 14 years ago
  37. 4fb2053 Patch to fix a crash on incomplete class declaration. Radar 7923673. by Fariborz Jahanian · 14 years ago
  38. 69cfeb1 Emit an lvalue dynamic_cast even if the result is not used. Another by Douglas Gregor · 14 years ago
  39. 8e0ac17 Add CXType and an initial set of supporting functions to libclang. This exposes details of by Ted Kremenek · 14 years ago
  40. 485ee32 When a failed dynamic_cast<T&> (which is an lvalue) results in a by Douglas Gregor · 14 years ago
  41. 509d477 Implement new default property synthesis rules. Essentially, no longer by Fariborz Jahanian · 14 years ago
  42. 9a65b81 Improve error recovery in C/ObjC when the first argument of a function by Chris Lattner · 14 years ago
  43. 3cb18bc Make sure that value-initialized pointers to data members are initialized correctly. by Anders Carlsson · 14 years ago
  44. 95f1b15 Namespaces can only be defined at global or namespace scope. Fixes PR6596. by Douglas Gregor · 14 years ago
  45. 00b4b03 Make sure to search semantic scopes and appropriate template-parameter by Douglas Gregor · 14 years ago
  46. ca4aa37 A vtable is used if the key function is defined... even if that key by Douglas Gregor · 14 years ago
  47. ecb2df2 XFAIL a test on Win32. by Daniel Dunbar · 14 years ago
  48. a1842d3 C++/Darwin/x86: Teach IRgen it can pass reference types in registers. by Daniel Dunbar · 14 years ago
  49. 7d94918 Force -no-integrated-as in this test. by Daniel Dunbar · 14 years ago
  50. 1297fd7 Disable the available_externally optimization for inline virtual by Douglas Gregor · 14 years ago
  51. 3ba6061 Objective-C++ Sema. Fix a bug in instantiation of receivers. by Fariborz Jahanian · 14 years ago
  52. 6fb745b Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 14 years ago
  53. 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
  54. 6614b2d Testcase for r103712. by Chandler Carruth · 14 years ago
  55. 5d7c29a Rebuild builtin_id * as an ObjCObjectPointerType, where builtin_id is the by John McCall · 14 years ago
  56. c000834 When performing template argument deduction, match Objective C pointers by John McCall · 14 years ago
  57. 01b0cfa Add test case for <rdar://problem/7880658>. by Ted Kremenek · 14 years ago
  58. 0f91f6a Specially handle CaseStmts in CursorVisitor because they can be nested and walking them by Ted Kremenek · 14 years ago
  59. 79d3f04 Objective-C++ Sema. Support for conversion of a C++ by Fariborz Jahanian · 14 years ago
  60. edd8df9 "this patch properly addresses escaping < and > which might appear by Chris Lattner · 14 years ago
  61. e0530b0 Revert "Move macro definitions for IBOutlet and IBAction into the source by Daniel Dunbar · 14 years ago
  62. 445851c Move macro definitions for IBOutlet and IBAction into the source code. This hopefully by Ted Kremenek · 14 years ago
  63. 65267b2 Objective-C++ Sema - Allow static_cast of one objc pointer to another. by Fariborz Jahanian · 14 years ago
  64. 9679caf Whenever we instantiate a function definition or class, enter a new by Douglas Gregor · 14 years ago
  65. c63d2c8 When we emit an error during the implicit definition of a special by Douglas Gregor · 14 years ago
  66. a9f1bb1 Yes another annotate-tokens tweak. by Daniel Dunbar · 14 years ago
  67. 321f8df Increase test portability. by Daniel Dunbar · 14 years ago
  68. a3849b1 Make test portable. by Ted Kremenek · 14 years ago
  69. bcbdd8e Make test case invariant to macro definition location. by Ted Kremenek · 14 years ago
  70. 9a700d2 Re-apply r103581 with updated tests. It turns out we were computing bogus locations for by Ted Kremenek · 14 years ago
  71. 20f9ba7 Temporarily revert r103581 so I can fix the failing tests. by Ted Kremenek · 14 years ago
  72. b5fb6ac Correctly check if a cursor is a declaration before returning its location/range in clang_getCursorLocation()/clang_getCursorExtent(). This fixes a horrible bug reported in by Ted Kremenek · 14 years ago
  73. a333c66 Adjust clang_annotateTokens() to correctly account for the TypeSourceInfo for DeclaratorDecls by Ted Kremenek · 14 years ago
  74. 984ec48 don't force 16 threads. by Chris Lattner · 14 years ago
  75. ebc2fb2 Correct spelling of expected error message. Apparently I forgot to re-run by John McCall · 14 years ago
  76. ddb0b4d When checking scopes for indirect goto, be more permissive (but still safe) by John McCall · 14 years ago
  77. 380c213 Speculatively revert r103497, "Do not mark the virtual members of an by Daniel Dunbar · 14 years ago
  78. 9430d5a IRgen/i386/C++: Fix isSingleElementStruct computation for C++ record decls. by Daniel Dunbar · 14 years ago
  79. bbbe074 Do not mark the virtual members of an implicitly-instantiated class as by Douglas Gregor · 14 years ago
  80. c965449 Fix test. by Fariborz Jahanian · 14 years ago
  81. 2166beb The C++98/03 standard is disturbingly silent about out-of-scope by Douglas Gregor · 14 years ago
  82. 85bcd99 Static data members intialized in-class that have constant values are by Douglas Gregor · 14 years ago
  83. bb6e73f A DeclRefExpr that refers to a member function or a static data member by Douglas Gregor · 14 years ago
  84. 444eaa8 Add a test for a subtle instantiation pattern that showed up within a Boost by Chandler Carruth · 14 years ago
  85. 2f6c550 Allow static_cast to objective-c pointers. Fixes radar 7952457. by Fariborz Jahanian · 14 years ago
  86. 191fdb6 tests: Avoid spurious use of /dev/null. by Daniel Dunbar · 14 years ago
  87. b3ebe94 Objective-C++ Code gen. Handle code gen. for property by Fariborz Jahanian · 14 years ago
  88. 258cf27 If variable location is invalid then use current location. by Devang Patel · 14 years ago
  89. 5921863 pch'ify CXXNewExpr and CXXZeroInitValueExpr by Chris Lattner · 14 years ago
  90. d259836 pchify CXXTemporary, CXXBindTemporaryExpr, and CXXExprWithTemporaries. by Chris Lattner · 14 years ago
  91. 030854b pch'ify default argument definitions and uses. by Chris Lattner · 14 years ago
  92. 2fbdfcd pch'ify 'this' and 'throw' by Chris Lattner · 14 years ago
  93. 14ab24f pch'ify typeid. by Chris Lattner · 14 years ago
  94. 1817bd4 pchify CXXMemberCallExpr correctly. Before it would serialize by Chris Lattner · 14 years ago
  95. 5764f61 Improve our handling of the -Wunused-variable warning in templates. In by Douglas Gregor · 14 years ago
  96. c6dfe19 Don't complain about an __builtin_va_arg expression's result being by Douglas Gregor · 14 years ago
  97. eaa18e4 When instantiating statements that involve conditions (if, while, do, by Douglas Gregor · 14 years ago
  98. ff5adac Record template argument deduction failures for member function by Douglas Gregor · 14 years ago
  99. ec20f46 When printing an overload candidate that failed due to SFINAE, print a by Douglas Gregor · 14 years ago
  100. f1a8445 Improve overload-candidate diagnostic for a function template that by Douglas Gregor · 14 years ago