1. 79d3f04 Objective-C++ Sema. Support for conversion of a C++ by Fariborz Jahanian · 14 years ago
  2. edd8df9 "this patch properly addresses escaping < and > which might appear by Chris Lattner · 14 years ago
  3. e0530b0 Revert "Move macro definitions for IBOutlet and IBAction into the source by Daniel Dunbar · 14 years ago
  4. 445851c Move macro definitions for IBOutlet and IBAction into the source code. This hopefully by Ted Kremenek · 14 years ago
  5. 65267b2 Objective-C++ Sema - Allow static_cast of one objc pointer to another. by Fariborz Jahanian · 14 years ago
  6. 9679caf Whenever we instantiate a function definition or class, enter a new by Douglas Gregor · 14 years ago
  7. c63d2c8 When we emit an error during the implicit definition of a special by Douglas Gregor · 14 years ago
  8. a9f1bb1 Yes another annotate-tokens tweak. by Daniel Dunbar · 14 years ago
  9. 321f8df Increase test portability. by Daniel Dunbar · 14 years ago
  10. a3849b1 Make test portable. by Ted Kremenek · 14 years ago
  11. bcbdd8e Make test case invariant to macro definition location. by Ted Kremenek · 14 years ago
  12. 9a700d2 Re-apply r103581 with updated tests. It turns out we were computing bogus locations for by Ted Kremenek · 14 years ago
  13. 20f9ba7 Temporarily revert r103581 so I can fix the failing tests. by Ted Kremenek · 14 years ago
  14. 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
  15. a333c66 Adjust clang_annotateTokens() to correctly account for the TypeSourceInfo for DeclaratorDecls by Ted Kremenek · 14 years ago
  16. 984ec48 don't force 16 threads. by Chris Lattner · 14 years ago
  17. ebc2fb2 Correct spelling of expected error message. Apparently I forgot to re-run by John McCall · 14 years ago
  18. ddb0b4d When checking scopes for indirect goto, be more permissive (but still safe) by John McCall · 14 years ago
  19. 380c213 Speculatively revert r103497, "Do not mark the virtual members of an by Daniel Dunbar · 14 years ago
  20. 9430d5a IRgen/i386/C++: Fix isSingleElementStruct computation for C++ record decls. by Daniel Dunbar · 14 years ago
  21. bbbe074 Do not mark the virtual members of an implicitly-instantiated class as by Douglas Gregor · 14 years ago
  22. c965449 Fix test. by Fariborz Jahanian · 14 years ago
  23. 2166beb The C++98/03 standard is disturbingly silent about out-of-scope by Douglas Gregor · 14 years ago
  24. 85bcd99 Static data members intialized in-class that have constant values are by Douglas Gregor · 14 years ago
  25. bb6e73f A DeclRefExpr that refers to a member function or a static data member by Douglas Gregor · 14 years ago
  26. 444eaa8 Add a test for a subtle instantiation pattern that showed up within a Boost by Chandler Carruth · 14 years ago
  27. 2f6c550 Allow static_cast to objective-c pointers. Fixes radar 7952457. by Fariborz Jahanian · 14 years ago
  28. 191fdb6 tests: Avoid spurious use of /dev/null. by Daniel Dunbar · 14 years ago
  29. b3ebe94 Objective-C++ Code gen. Handle code gen. for property by Fariborz Jahanian · 14 years ago
  30. 258cf27 If variable location is invalid then use current location. by Devang Patel · 14 years ago
  31. 5921863 pch'ify CXXNewExpr and CXXZeroInitValueExpr by Chris Lattner · 14 years ago
  32. d259836 pchify CXXTemporary, CXXBindTemporaryExpr, and CXXExprWithTemporaries. by Chris Lattner · 14 years ago
  33. 030854b pch'ify default argument definitions and uses. by Chris Lattner · 14 years ago
  34. 2fbdfcd pch'ify 'this' and 'throw' by Chris Lattner · 14 years ago
  35. 14ab24f pch'ify typeid. by Chris Lattner · 14 years ago
  36. 1817bd4 pchify CXXMemberCallExpr correctly. Before it would serialize by Chris Lattner · 14 years ago
  37. 5764f61 Improve our handling of the -Wunused-variable warning in templates. In by Douglas Gregor · 14 years ago
  38. c6dfe19 Don't complain about an __builtin_va_arg expression's result being by Douglas Gregor · 14 years ago
  39. eaa18e4 When instantiating statements that involve conditions (if, while, do, by Douglas Gregor · 14 years ago
  40. ff5adac Record template argument deduction failures for member function by Douglas Gregor · 14 years ago
  41. ec20f46 When printing an overload candidate that failed due to SFINAE, print a by Douglas Gregor · 14 years ago
  42. f1a8445 Improve overload-candidate diagnostic for a function template that by Douglas Gregor · 14 years ago
  43. a18592e When template argument deduction fails because the call had too by Douglas Gregor · 14 years ago
  44. a933319 When printing a non-viable overload candidate that failed due to by Douglas Gregor · 14 years ago
  45. 40e6299 Fix test for Release-Asserts build by Douglas Gregor · 14 years ago
  46. b4eeaff When we encounter a non-dependent type during template instantiation, by Douglas Gregor · 14 years ago
  47. abd3a85 The FP constant evaluator was missing a few cases of unary operators that return floats by John McCall · 14 years ago
  48. 6ad9ac0 add PCH support for a bunch of C++ Decls, patch by Andrew Sutton! by Chris Lattner · 14 years ago
  49. 2ea5baf Extend C++ usrs to include type mangling for tag decl arguments, indicating whether a method by Ted Kremenek · 14 years ago
  50. 6b6d01f Reapply the reference-binding patch applied below, along with a fix to by Douglas Gregor · 14 years ago
  51. bbb5224 Fixes a Code gen crash trying to use a dot-syntax for by Fariborz Jahanian · 14 years ago
  52. 44c9806 Revert r103220. It seems to be breaking self-host by Douglas Gregor · 14 years ago
  53. a7d3c04 Fix PR4386 by implementing gcc's old behaviour (4.2) when initializing by Rafael Espindola · 14 years ago
  54. 565f8d6 Test case for my last fix. by Sebastian Redl · 14 years ago
  55. 8e67219 Add initial USR support for mangling in the types of C++ functions and methods. by Ted Kremenek · 14 years ago
  56. d5d90fe Add USR test case for C++ operator methods. by Ted Kremenek · 14 years ago
  57. 6fb9439 Implement encoding of methods which have instantiated template arguments. by Fariborz Jahanian · 14 years ago
  58. abfe192 When determining whether the two types involved in reference binding by Douglas Gregor · 14 years ago
  59. 8eb662e After some discussion, conservatively extend our sentinel check to discard by John McCall · 14 years ago
  60. cbd66f0 Add USR support for C++ namespaces, and unify mangling of location information in USRs by Ted Kremenek · 14 years ago
  61. a97badf It turns out that we should be allowing redeclarations within function by Douglas Gregor · 14 years ago
  62. b076910 Do not give implicitly-defined virtual members functions by Douglas Gregor · 14 years ago
  63. f4aac11 The global variable for the VTT might not have external linkage; allow by Douglas Gregor · 14 years ago
  64. b697e08 Diagnose deprecated/unavailable functions selected by overload resolution. by John McCall · 14 years ago
  65. 586596f Rework our handling of temporary objects within the conditions of by Douglas Gregor · 14 years ago
  66. 97a73cd Code Gen support for Getter/Setter synthesis of by Fariborz Jahanian · 14 years ago
  67. 323ed74 Rearchitect -Wconversion and -Wsign-compare. Instead of computing them by John McCall · 14 years ago
  68. 985f739 simplify EmitAggMemberInitializer a bit and make it work in 32-bit mode, by Chris Lattner · 14 years ago
  69. ed07415 implement codegen support for __builtin_isfinite, part of PR6083 by Chris Lattner · 14 years ago
  70. 81368fb optimize builtin_isnan/isinf to not do an extraneous extension from by Chris Lattner · 14 years ago
  71. 1c625f2 Turn -analyzer-inline-call on for C functions. This also fixed a bug that by Zhongxing Xu · 14 years ago
  72. 7b99d12 Make -analyzer-inline-call not a separate analysis. Instead it's a boolean by Zhongxing Xu · 14 years ago
  73. 13c8577 Partial and full specializations of a class template may have a by Douglas Gregor · 14 years ago
  74. 672c003 Workaround a really serious caching bug in SourceManager::isBeforeInTranslationUnit() where the by Ted Kremenek · 14 years ago
  75. 7e21ffb Pass the globaldecl into GetOrCreateLLVMFunction so that llvm by Chris Lattner · 14 years ago
  76. 60a8fbb When implicit definition of the copy-assignment operator fails, by Douglas Gregor · 14 years ago
  77. c446d18 When we emit a non-constant initializer for a global variable of by Douglas Gregor · 14 years ago
  78. cc6a44b For thread-safe static initialization of local statics with by Douglas Gregor · 14 years ago
  79. 0278e12 Support for 'template' as a disambiguator (PR7030) by Douglas Gregor · 14 years ago
  80. fb8cc25 Reimplement code generation for copying fields in the by Douglas Gregor · 14 years ago
  81. 68e3013 Use a more appropriate LLVM type for the vtable pointer. by Anders Carlsson · 14 years ago
  82. fbd84ca Rework clang_annotateTokens() to annotate tokens with information that more closely matches by Ted Kremenek · 14 years ago
  83. fe67f3b Emit the globals, metadata, etc. associated with static variables even when by John McCall · 14 years ago
  84. 8b688ed Fixes a code gen. crash when ivar object has trivial constructor. by Fariborz Jahanian · 14 years ago
  85. 5f970ee When instantiating a function that was declared via a typedef, e.g., by Douglas Gregor · 14 years ago
  86. d33ded5 Fixes a code gen crash when block is a reference type, etc. (radar 7495203). by Fariborz Jahanian · 14 years ago
  87. 6c1cb99 Introduce a limit on the depth of the macro instantiation backtrace by Douglas Gregor · 14 years ago
  88. 6cdc161 When creating a call to a base subobject's operator= in an by Douglas Gregor · 14 years ago
  89. 01ebd9d An access is permitted if the current template instantiates to the appropriate by John McCall · 14 years ago
  90. 3d6c178 When inheriting a default argument expression, inherit the full expression, by John McCall · 15 years ago
  91. 3c347f2 Fixes a Code Gen. Crash when calling destructor on a __block by Fariborz Jahanian · 15 years ago
  92. e7089b0 When computing the template arguments for the instantiation of a by Douglas Gregor · 15 years ago
  93. e65ce96 Just bail out immediately when emitting an unreachable function-local static by John McCall · 15 years ago
  94. a36f3ed Test for my last patch. by Fariborz Jahanian · 15 years ago
  95. f7d72f5 When instantiating a function-local variable definition, introduce the by Douglas Gregor · 15 years ago
  96. da5a428 Workaround: Don't add ObjCMethodDecls to the vector of TopLevelDecls since they don't go in by Ted Kremenek · 15 years ago
  97. e174bd0 If we're generating code to create a pointer-to-member function by Douglas Gregor · 15 years ago
  98. 324b54d Diagnose unused exception parameters under a different warning group by Douglas Gregor · 15 years ago
  99. 4d9e738 Complain when we try to initialize an object of Objective-C class type by Douglas Gregor · 15 years ago
  100. 8fc6d23 It's okay to reference an enum in a template definition, even though by Douglas Gregor · 15 years ago