1. 21fd7d7 Fix an incorrect union layout assert. Fixes PR6164. by Anders Carlsson · 15 years ago
  2. 233a641 Access control for surrogate function calls. Required a moderately gross hack by John McCall · 15 years ago
  3. d93256e Introduce serialization and deserialization of diagnostic information by Douglas Gregor · 15 years ago
  4. 41d8903 Access control for overloaded call operators. Not for surrogates yet, by John McCall · 15 years ago
  5. 5357b61 Access checking for overloaded operators. by John McCall · 15 years ago
  6. 7e20ffe Fixes a rewrite bug rewriting nested ivars reference. (Radar 7583971). by Fariborz Jahanian · 15 years ago
  7. d410fa2 ARM/APCS: Fix alignment of long double. by Daniel Dunbar · 15 years ago
  8. f2dd48c Set -ccc-host-triple in these tests. by Daniel Dunbar · 15 years ago
  9. ad323a8 Fix a major oversight in the comparison of standard conversion by Douglas Gregor · 15 years ago
  10. 2f51448 Implement access-check delays for out-of-line member definitions by John McCall · 15 years ago
  11. bfc008d Update xcode project. by Anders Carlsson · 15 years ago
  12. 798345c XFAIL this for now. by Anders Carlsson · 15 years ago
  13. 202e42b Fix test/CodeGenCXX/default-destructor-synthesis.cpp not to rely on asm output. by Anders Carlsson · 15 years ago
  14. 577cacc Fix attr.cpp by not checking the generated assembler output. by Anders Carlsson · 15 years ago
  15. c373d48 Implement access control for overloaded functions. Suppress access control by John McCall · 15 years ago
  16. 5435fc9 Driver/Darwin: Eliminate invalid uses of DarwinVersion -- this fixes a number of by Daniel Dunbar · 15 years ago
  17. cacb0f0 Driver/Darwin: Fix a few link arguments when targetting different iPhoneOS by Daniel Dunbar · 15 years ago
  18. fee9081 Teach RegionStore to handle initialization of incomplete arrays in structures using a compound value. Fixes <rdar://problem/7515938>. by Ted Kremenek · 15 years ago
  19. 15189fb Refine the non-virtual this adjustments for thunks by using the offset by Mike Stump · 15 years ago
  20. 16b55a7 Implement 'clang_getInclusions()' in CIndex. This API allows clients to walk the set of files included in a translation unit via the C API. by Ted Kremenek · 15 years ago
  21. 78a527a Fix two redefinitions in test cases that weren't diagnosed yet, but will be soon. by Sebastian Redl · 15 years ago
  22. 0045e9f Implement clang_annotateTokens(), which associates cursors with each by Douglas Gregor · 15 years ago
  23. 3bb9269 Use the right definition when emitting a global variable. Fixes PR5564. by Anders Carlsson · 15 years ago
  24. fc8ea23 Introduce a CIndex API for lexing the raw tokens within a given source by Douglas Gregor · 15 years ago
  25. 7edb5fd Handle redeclarations found by ADL deterministically and reasonably. by John McCall · 15 years ago
  26. aec7caa Correctly treat 64 bit integers specified via the mode attribute as the 'long' by Chandler Carruth · 15 years ago
  27. d0c4792 If a global variable has an initializer with side effects, it can never be deferred (even if it's in an anonymous namespace). by Anders Carlsson · 15 years ago
  28. a113e72 Allow ADL to find functions imported by using decls. Leave wordy comment by John McCall · 15 years ago
  29. dbdad6d Remove a few more references to index-test; this was killed in r94210. by Chandler Carruth · 15 years ago
  30. e70d391 Fix another debug info crash with virtual bases. by Anders Carlsson · 15 years ago
  31. 4433f1c Fix the test I broke, and also fix a crash when declaring a virtual destructor. Add debug info support for pure virtual member functions. by Anders Carlsson · 15 years ago
  32. 071c810 Make sure to always mark a global variable as not being constant if it has a C++ initializer. by Anders Carlsson · 15 years ago
  33. d99a4d2 Be sure to track the non-virtual part of the vcall offset in complex by Mike Stump · 15 years ago
  34. 816bc31 Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET. by Daniel Dunbar · 15 years ago
  35. 21ae319 Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) triple instead of keying off architecture. Also, fix version define to properly include the revision/micro component of the version number. by Daniel Dunbar · 15 years ago
  36. a5d5fbc Fix a regression caused by my rewriting of cast of ivar by Fariborz Jahanian · 15 years ago
  37. cf0b9cc Fixup a missing vcall entry. WIP. by Mike Stump · 15 years ago
  38. 7a6ae74 Warn on top-level 'asm volatile' (instead of misparsing it). by John McCall · 15 years ago
  39. 5bfc536 Fixes a rewriting bug of access ivar of a variable cast by Fariborz Jahanian · 15 years ago
  40. f7c00ed Fix a code gen. bug involving compiling global references. by Fariborz Jahanian · 15 years ago
  41. 3512107 Add test case for ? : crasher by Douglas Gregor · 15 years ago
  42. 60cbfac Loosen preconditions for clang_getCursorSpelling(), returning an empty by Douglas Gregor · 15 years ago
  43. b988f9c Move the type specifier location for elaborated-type-specifiers from by Douglas Gregor · 15 years ago
  44. 263b47b Visit the condition variables of while and for loops; also, visit the by Douglas Gregor · 15 years ago
  45. 3db9eb1 merge another one in. by Chris Lattner · 15 years ago
  46. 9712e0b consolidate two testcases. by Chris Lattner · 15 years ago
  47. 165714e fix rdar://7556129 a crash in blocks debug info codegen. by Chris Lattner · 15 years ago
  48. 2f93a98 Enhance test to check on expected rewritten output. by Fariborz Jahanian · 15 years ago
  49. 7a6e13a Fix a pretty bad bug where if a constructor (or conversion function) was marked as 'explicit', but then defined out-of-line, we would not treat it as being explicit. by Anders Carlsson · 15 years ago
  50. 0757c8c Implement [dcl.fct.spec]p6. by Anders Carlsson · 15 years ago
  51. b2e90ac Land test case. by Anders Carlsson · 15 years ago
  52. 3145525 Mangle static variables with an extra name to distinguish them from non-static variables in the same TU. by Sean Hunt · 15 years ago
  53. 7e52de4 fix PR6034, a crash on invalid where the switch stack would get unbalanced. by Chris Lattner · 15 years ago
  54. f091b4b disable this test, it is failing sporadically. by Chris Lattner · 15 years ago
  55. 08e9e45 Fix a nasty bug where temporaries weren't marked as being conditional in some cases. by Anders Carlsson · 15 years ago
  56. 1b36a2f Use new initialization code when dealing with [dcl.init.aggr]p12. This fixes the bug where array elements and member initializers weren't copied correctly. by Anders Carlsson · 15 years ago
  57. 2bbae5d Use the new init code for member subobjects. by Anders Carlsson · 15 years ago
  58. 784f699 Switch some array initialization over to the new init code. by Anders Carlsson · 15 years ago
  59. 4617191 Insulate these from changes to the default for -Wunreachable-code. by Mike Stump · 15 years ago
  60. 46f4659 Baby steps towards migrating the InitListChecker over to the new initialization code. Pass an InitializedEntity pointer through to most init checker functions. Right now, it's ignored everywhere except when initializing vectors in C++. by Anders Carlsson · 15 years ago
  61. 56c75a7 Adjust testcase for recent AsmPrinter changes, sigh. by Benjamin Kramer · 15 years ago
  62. f95dd73 Adjust testcase for recent DWARF printer changes. by Benjamin Kramer · 15 years ago
  63. 258b203 Produce a special diagnostic when users call a function with an argument of by John McCall · 15 years ago
  64. a729bbb Fix the EntityKind order so that all entity kinds that can be copied (using copy constructors) come first. Also, fix a bug where EK_New was left out of the err_init_conversion_failed diagnostic (It is now reported as 'new value'). Please review Doug :) by Anders Carlsson · 15 years ago
  65. 92f8831 Implement elementary access control. by John McCall · 15 years ago
  66. 336fd81 Teach the cursor visitor to recurse into the type information of by Douglas Gregor · 15 years ago
  67. 9f16f13 Fix a FIXME, this test folds to a constant now. by Daniel Dunbar · 15 years ago
  68. 4db64a4 Extend clang_createTranslationUnitFromSourceFile() to support creating by Douglas Gregor · 15 years ago
  69. e4fb828 outside a method, 'super' should resolve in a normal name look up by Fariborz Jahanian · 15 years ago
  70. f9d3e9b Fixup the rest of the testcases to grep the .ll file instead of the .s by Mike Stump · 15 years ago
  71. f57b820 Fixes test. by Fariborz Jahanian · 15 years ago
  72. e07b6e5 Convert more testcases to checking the .ll file instead of the .s file. by Mike Stump · 15 years ago
  73. a8be02b ui64, etc. are valid VS suffixes. Fixes radar 7562363. by Fariborz Jahanian · 15 years ago
  74. 9fb48de Eliminate index-test; all of its tested functionality is now in c-index-test. by Douglas Gregor · 15 years ago
  75. 6ebee07 Be sure to select primary bases among the nearly empties in preorder, by Mike Stump · 15 years ago
  76. 33e9abd Teach CIndex's cursor visitor to restrict its traversal to a specific by Douglas Gregor · 15 years ago
  77. 588a4ad Patch fixes a lookup bug in c++'s anonymous union member by Fariborz Jahanian · 15 years ago
  78. f2a04bf No need to canonicalize the type and use dyn_cast. Also, correctly diagnose trying to override a function returning an lvalue reference with a function overriding an rvalue reference. by Anders Carlsson · 15 years ago
  79. ceb7e00 Fix an obvious goof that caused us to only see the top level of return types by Chandler Carruth · 15 years ago
  80. fc9f16c Ensure we output all non-virtual base vtables. Fixes PR5890. by Mike Stump · 15 years ago
  81. 1ef2fc1 Teach the cursor visitor to walk all of the C and Objective-C by Douglas Gregor · 15 years ago
  82. f45b646 revert my patch for rdar://7520940 that warns when a published header by Chris Lattner · 15 years ago
  83. a59e390 Teach the cursor visitor to walk statements and expressions, including by Douglas Gregor · 15 years ago
  84. b5c7755 Improve unreachable code warnings with respect to dead member and by Mike Stump · 15 years ago
  85. 2d6ceab Improve unreachable code warnings for with respect to dead functional casts in C++. by Mike Stump · 15 years ago
  86. 4458230 Improve unreachable code warnings for with respect to c-style casts. by Mike Stump · 15 years ago
  87. e5fba70 Improve unreachable code warnings for with respect to ? :. by Mike Stump · 15 years ago
  88. 5bb4d98 Revert r94073, it fails in Release-Asserts builds. by Benjamin Kramer · 15 years ago
  89. d050240 Patch to implement rewriting of properties. Fixes radar 7562952. by Fariborz Jahanian · 15 years ago
  90. 45db90d Improve unreachable code warnings for with respect to compound assignments. by Mike Stump · 15 years ago
  91. f20dfbc Teach the cursor visitor to walk into a variety of different TypeLoc by Douglas Gregor · 15 years ago
  92. 55f988e Improve unreachable code warnings with respect to dead binary and by Mike Stump · 15 years ago
  93. 7d0d40e Introduce type references into the C API, capturing references to by Douglas Gregor · 15 years ago
  94. c026540 Teach code-completion to deal with calls to functions without prototypes. by Douglas Gregor · 15 years ago
  95. 4c45aa1 Speed up compilation by avoiding generating exceptional edges from by Mike Stump · 15 years ago
  96. 21c5791 Match branch labels with the trailing colon so we don't accidentally match something else. by Benjamin Kramer · 15 years ago
  97. f7c43fd Also allow cast of block pointer type to by Fariborz Jahanian · 15 years ago
  98. b351a7d In objective-c++ land, a block pointer is another object pointer. by Fariborz Jahanian · 15 years ago
  99. 3ad230e Settled rule on warning on unimplemented property in by Fariborz Jahanian · 15 years ago
  100. f79df05 allow this test to pass, even with the recent .s printer changes. by Chris Lattner · 15 years ago