1. f88c8e0 Switch Sema over to using the new implementation of format string by Ted Kremenek · 15 years ago
  2. e14654b PR5909 had a test case for binding of const, non-volatile references by Douglas Gregor · 15 years ago
  3. ef06e24 Fix reference-binding when we have a reference to const volatile type; by Douglas Gregor · 15 years ago
  4. de4b1d8 Fix reference binding of const lvalue references to bit-fields, which by Douglas Gregor · 15 years ago
  5. 188aed3 New test case. by Devang Patel · 15 years ago
  6. 3c9e03b Add comment to test linking it back to the original Bugzilla PR. by Ted Kremenek · 15 years ago
  7. 86b8e09 When naming a function template via a qualified-id (or any other way by Douglas Gregor · 15 years ago
  8. 46287c7 Name mangling for cast expressions, from Matthias Schiffer! Fixes PR5876. by Douglas Gregor · 15 years ago
  9. 679855a ARM/APCS ABI: Fix some problems with bit-fields in structures. After rereading by Daniel Dunbar · 15 years ago
  10. 0e1c99a Fixes rewriter bug rewriting byref related API where a struct by Fariborz Jahanian · 15 years ago
  11. 51c6d38 When printing diagnostics in c-index-test, also print source ranges by Douglas Gregor · 15 years ago
  12. 21fd7d7 Fix an incorrect union layout assert. Fixes PR6164. by Anders Carlsson · 15 years ago
  13. 233a641 Access control for surrogate function calls. Required a moderately gross hack by John McCall · 15 years ago
  14. d93256e Introduce serialization and deserialization of diagnostic information by Douglas Gregor · 15 years ago
  15. 41d8903 Access control for overloaded call operators. Not for surrogates yet, by John McCall · 15 years ago
  16. 5357b61 Access checking for overloaded operators. by John McCall · 15 years ago
  17. 7e20ffe Fixes a rewrite bug rewriting nested ivars reference. (Radar 7583971). by Fariborz Jahanian · 15 years ago
  18. d410fa2 ARM/APCS: Fix alignment of long double. by Daniel Dunbar · 15 years ago
  19. f2dd48c Set -ccc-host-triple in these tests. by Daniel Dunbar · 15 years ago
  20. ad323a8 Fix a major oversight in the comparison of standard conversion by Douglas Gregor · 15 years ago
  21. 2f51448 Implement access-check delays for out-of-line member definitions by John McCall · 15 years ago
  22. bfc008d Update xcode project. by Anders Carlsson · 15 years ago
  23. 798345c XFAIL this for now. by Anders Carlsson · 15 years ago
  24. 202e42b Fix test/CodeGenCXX/default-destructor-synthesis.cpp not to rely on asm output. by Anders Carlsson · 15 years ago
  25. 577cacc Fix attr.cpp by not checking the generated assembler output. by Anders Carlsson · 15 years ago
  26. c373d48 Implement access control for overloaded functions. Suppress access control by John McCall · 15 years ago
  27. 5435fc9 Driver/Darwin: Eliminate invalid uses of DarwinVersion -- this fixes a number of by Daniel Dunbar · 15 years ago
  28. cacb0f0 Driver/Darwin: Fix a few link arguments when targetting different iPhoneOS by Daniel Dunbar · 15 years ago
  29. 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
  30. 15189fb Refine the non-virtual this adjustments for thunks by using the offset by Mike Stump · 15 years ago
  31. 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
  32. 78a527a Fix two redefinitions in test cases that weren't diagnosed yet, but will be soon. by Sebastian Redl · 15 years ago
  33. 0045e9f Implement clang_annotateTokens(), which associates cursors with each by Douglas Gregor · 15 years ago
  34. 3bb9269 Use the right definition when emitting a global variable. Fixes PR5564. by Anders Carlsson · 15 years ago
  35. fc8ea23 Introduce a CIndex API for lexing the raw tokens within a given source by Douglas Gregor · 15 years ago
  36. 7edb5fd Handle redeclarations found by ADL deterministically and reasonably. by John McCall · 15 years ago
  37. aec7caa Correctly treat 64 bit integers specified via the mode attribute as the 'long' by Chandler Carruth · 15 years ago
  38. 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
  39. a113e72 Allow ADL to find functions imported by using decls. Leave wordy comment by John McCall · 15 years ago
  40. dbdad6d Remove a few more references to index-test; this was killed in r94210. by Chandler Carruth · 15 years ago
  41. e70d391 Fix another debug info crash with virtual bases. by Anders Carlsson · 15 years ago
  42. 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
  43. 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
  44. d99a4d2 Be sure to track the non-virtual part of the vcall offset in complex by Mike Stump · 15 years ago
  45. 816bc31 Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET. by Daniel Dunbar · 15 years ago
  46. 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
  47. a5d5fbc Fix a regression caused by my rewriting of cast of ivar by Fariborz Jahanian · 15 years ago
  48. cf0b9cc Fixup a missing vcall entry. WIP. by Mike Stump · 15 years ago
  49. 7a6ae74 Warn on top-level 'asm volatile' (instead of misparsing it). by John McCall · 15 years ago
  50. 5bfc536 Fixes a rewriting bug of access ivar of a variable cast by Fariborz Jahanian · 15 years ago
  51. f7c00ed Fix a code gen. bug involving compiling global references. by Fariborz Jahanian · 15 years ago
  52. 3512107 Add test case for ? : crasher by Douglas Gregor · 15 years ago
  53. 60cbfac Loosen preconditions for clang_getCursorSpelling(), returning an empty by Douglas Gregor · 15 years ago
  54. b988f9c Move the type specifier location for elaborated-type-specifiers from by Douglas Gregor · 15 years ago
  55. 263b47b Visit the condition variables of while and for loops; also, visit the by Douglas Gregor · 15 years ago
  56. 3db9eb1 merge another one in. by Chris Lattner · 15 years ago
  57. 9712e0b consolidate two testcases. by Chris Lattner · 15 years ago
  58. 165714e fix rdar://7556129 a crash in blocks debug info codegen. by Chris Lattner · 15 years ago
  59. 2f93a98 Enhance test to check on expected rewritten output. by Fariborz Jahanian · 15 years ago
  60. 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
  61. 0757c8c Implement [dcl.fct.spec]p6. by Anders Carlsson · 15 years ago
  62. b2e90ac Land test case. by Anders Carlsson · 15 years ago
  63. 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
  64. 7e52de4 fix PR6034, a crash on invalid where the switch stack would get unbalanced. by Chris Lattner · 15 years ago
  65. f091b4b disable this test, it is failing sporadically. by Chris Lattner · 15 years ago
  66. 08e9e45 Fix a nasty bug where temporaries weren't marked as being conditional in some cases. by Anders Carlsson · 15 years ago
  67. 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
  68. 2bbae5d Use the new init code for member subobjects. by Anders Carlsson · 15 years ago
  69. 784f699 Switch some array initialization over to the new init code. by Anders Carlsson · 15 years ago
  70. 4617191 Insulate these from changes to the default for -Wunreachable-code. by Mike Stump · 15 years ago
  71. 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
  72. 56c75a7 Adjust testcase for recent AsmPrinter changes, sigh. by Benjamin Kramer · 15 years ago
  73. f95dd73 Adjust testcase for recent DWARF printer changes. by Benjamin Kramer · 15 years ago
  74. 258b203 Produce a special diagnostic when users call a function with an argument of by John McCall · 15 years ago
  75. 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
  76. 92f8831 Implement elementary access control. by John McCall · 15 years ago
  77. 336fd81 Teach the cursor visitor to recurse into the type information of by Douglas Gregor · 15 years ago
  78. 9f16f13 Fix a FIXME, this test folds to a constant now. by Daniel Dunbar · 15 years ago
  79. 4db64a4 Extend clang_createTranslationUnitFromSourceFile() to support creating by Douglas Gregor · 15 years ago
  80. e4fb828 outside a method, 'super' should resolve in a normal name look up by Fariborz Jahanian · 15 years ago
  81. f9d3e9b Fixup the rest of the testcases to grep the .ll file instead of the .s by Mike Stump · 15 years ago
  82. f57b820 Fixes test. by Fariborz Jahanian · 15 years ago
  83. e07b6e5 Convert more testcases to checking the .ll file instead of the .s file. by Mike Stump · 15 years ago
  84. a8be02b ui64, etc. are valid VS suffixes. Fixes radar 7562363. by Fariborz Jahanian · 15 years ago
  85. 9fb48de Eliminate index-test; all of its tested functionality is now in c-index-test. by Douglas Gregor · 15 years ago
  86. 6ebee07 Be sure to select primary bases among the nearly empties in preorder, by Mike Stump · 15 years ago
  87. 33e9abd Teach CIndex's cursor visitor to restrict its traversal to a specific by Douglas Gregor · 15 years ago
  88. 588a4ad Patch fixes a lookup bug in c++'s anonymous union member by Fariborz Jahanian · 15 years ago
  89. 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
  90. ceb7e00 Fix an obvious goof that caused us to only see the top level of return types by Chandler Carruth · 15 years ago
  91. fc9f16c Ensure we output all non-virtual base vtables. Fixes PR5890. by Mike Stump · 15 years ago
  92. 1ef2fc1 Teach the cursor visitor to walk all of the C and Objective-C by Douglas Gregor · 15 years ago
  93. f45b646 revert my patch for rdar://7520940 that warns when a published header by Chris Lattner · 15 years ago
  94. a59e390 Teach the cursor visitor to walk statements and expressions, including by Douglas Gregor · 15 years ago
  95. b5c7755 Improve unreachable code warnings with respect to dead member and by Mike Stump · 15 years ago
  96. 2d6ceab Improve unreachable code warnings for with respect to dead functional casts in C++. by Mike Stump · 15 years ago
  97. 4458230 Improve unreachable code warnings for with respect to c-style casts. by Mike Stump · 15 years ago
  98. e5fba70 Improve unreachable code warnings for with respect to ? :. by Mike Stump · 15 years ago
  99. 5bb4d98 Revert r94073, it fails in Release-Asserts builds. by Benjamin Kramer · 15 years ago
  100. d050240 Patch to implement rewriting of properties. Fixes radar 7562952. by Fariborz Jahanian · 15 years ago