1. 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
  2. 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
  3. d99a4d2 Be sure to track the non-virtual part of the vcall offset in complex by Mike Stump · 15 years ago
  4. 816bc31 Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET. by Daniel Dunbar · 15 years ago
  5. 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
  6. a5d5fbc Fix a regression caused by my rewriting of cast of ivar by Fariborz Jahanian · 15 years ago
  7. cf0b9cc Fixup a missing vcall entry. WIP. by Mike Stump · 15 years ago
  8. 7a6ae74 Warn on top-level 'asm volatile' (instead of misparsing it). by John McCall · 15 years ago
  9. 5bfc536 Fixes a rewriting bug of access ivar of a variable cast by Fariborz Jahanian · 15 years ago
  10. f7c00ed Fix a code gen. bug involving compiling global references. by Fariborz Jahanian · 15 years ago
  11. 3512107 Add test case for ? : crasher by Douglas Gregor · 15 years ago
  12. 60cbfac Loosen preconditions for clang_getCursorSpelling(), returning an empty by Douglas Gregor · 15 years ago
  13. b988f9c Move the type specifier location for elaborated-type-specifiers from by Douglas Gregor · 15 years ago
  14. 263b47b Visit the condition variables of while and for loops; also, visit the by Douglas Gregor · 15 years ago
  15. 3db9eb1 merge another one in. by Chris Lattner · 15 years ago
  16. 9712e0b consolidate two testcases. by Chris Lattner · 15 years ago
  17. 165714e fix rdar://7556129 a crash in blocks debug info codegen. by Chris Lattner · 15 years ago
  18. 2f93a98 Enhance test to check on expected rewritten output. by Fariborz Jahanian · 15 years ago
  19. 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
  20. 0757c8c Implement [dcl.fct.spec]p6. by Anders Carlsson · 15 years ago
  21. b2e90ac Land test case. by Anders Carlsson · 15 years ago
  22. 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
  23. 7e52de4 fix PR6034, a crash on invalid where the switch stack would get unbalanced. by Chris Lattner · 15 years ago
  24. f091b4b disable this test, it is failing sporadically. by Chris Lattner · 15 years ago
  25. 08e9e45 Fix a nasty bug where temporaries weren't marked as being conditional in some cases. by Anders Carlsson · 15 years ago
  26. 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
  27. 2bbae5d Use the new init code for member subobjects. by Anders Carlsson · 15 years ago
  28. 784f699 Switch some array initialization over to the new init code. by Anders Carlsson · 15 years ago
  29. 4617191 Insulate these from changes to the default for -Wunreachable-code. by Mike Stump · 15 years ago
  30. 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
  31. 56c75a7 Adjust testcase for recent AsmPrinter changes, sigh. by Benjamin Kramer · 15 years ago
  32. f95dd73 Adjust testcase for recent DWARF printer changes. by Benjamin Kramer · 15 years ago
  33. 258b203 Produce a special diagnostic when users call a function with an argument of by John McCall · 15 years ago
  34. 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
  35. 92f8831 Implement elementary access control. by John McCall · 15 years ago
  36. 336fd81 Teach the cursor visitor to recurse into the type information of by Douglas Gregor · 15 years ago
  37. 9f16f13 Fix a FIXME, this test folds to a constant now. by Daniel Dunbar · 15 years ago
  38. 4db64a4 Extend clang_createTranslationUnitFromSourceFile() to support creating by Douglas Gregor · 15 years ago
  39. e4fb828 outside a method, 'super' should resolve in a normal name look up by Fariborz Jahanian · 15 years ago
  40. f9d3e9b Fixup the rest of the testcases to grep the .ll file instead of the .s by Mike Stump · 15 years ago
  41. f57b820 Fixes test. by Fariborz Jahanian · 15 years ago
  42. e07b6e5 Convert more testcases to checking the .ll file instead of the .s file. by Mike Stump · 15 years ago
  43. a8be02b ui64, etc. are valid VS suffixes. Fixes radar 7562363. by Fariborz Jahanian · 15 years ago
  44. 9fb48de Eliminate index-test; all of its tested functionality is now in c-index-test. by Douglas Gregor · 15 years ago
  45. 6ebee07 Be sure to select primary bases among the nearly empties in preorder, by Mike Stump · 15 years ago
  46. 33e9abd Teach CIndex's cursor visitor to restrict its traversal to a specific by Douglas Gregor · 15 years ago
  47. 588a4ad Patch fixes a lookup bug in c++'s anonymous union member by Fariborz Jahanian · 15 years ago
  48. 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
  49. ceb7e00 Fix an obvious goof that caused us to only see the top level of return types by Chandler Carruth · 15 years ago
  50. fc9f16c Ensure we output all non-virtual base vtables. Fixes PR5890. by Mike Stump · 15 years ago
  51. 1ef2fc1 Teach the cursor visitor to walk all of the C and Objective-C by Douglas Gregor · 15 years ago
  52. f45b646 revert my patch for rdar://7520940 that warns when a published header by Chris Lattner · 15 years ago
  53. a59e390 Teach the cursor visitor to walk statements and expressions, including by Douglas Gregor · 15 years ago
  54. b5c7755 Improve unreachable code warnings with respect to dead member and by Mike Stump · 15 years ago
  55. 2d6ceab Improve unreachable code warnings for with respect to dead functional casts in C++. by Mike Stump · 15 years ago
  56. 4458230 Improve unreachable code warnings for with respect to c-style casts. by Mike Stump · 15 years ago
  57. e5fba70 Improve unreachable code warnings for with respect to ? :. by Mike Stump · 15 years ago
  58. 5bb4d98 Revert r94073, it fails in Release-Asserts builds. by Benjamin Kramer · 15 years ago
  59. d050240 Patch to implement rewriting of properties. Fixes radar 7562952. by Fariborz Jahanian · 15 years ago
  60. 45db90d Improve unreachable code warnings for with respect to compound assignments. by Mike Stump · 15 years ago
  61. f20dfbc Teach the cursor visitor to walk into a variety of different TypeLoc by Douglas Gregor · 15 years ago
  62. 55f988e Improve unreachable code warnings with respect to dead binary and by Mike Stump · 15 years ago
  63. 7d0d40e Introduce type references into the C API, capturing references to by Douglas Gregor · 15 years ago
  64. c026540 Teach code-completion to deal with calls to functions without prototypes. by Douglas Gregor · 15 years ago
  65. 4c45aa1 Speed up compilation by avoiding generating exceptional edges from by Mike Stump · 15 years ago
  66. 21c5791 Match branch labels with the trailing colon so we don't accidentally match something else. by Benjamin Kramer · 15 years ago
  67. f7c43fd Also allow cast of block pointer type to by Fariborz Jahanian · 15 years ago
  68. b351a7d In objective-c++ land, a block pointer is another object pointer. by Fariborz Jahanian · 15 years ago
  69. 3ad230e Settled rule on warning on unimplemented property in by Fariborz Jahanian · 15 years ago
  70. f79df05 allow this test to pass, even with the recent .s printer changes. by Chris Lattner · 15 years ago
  71. 3ac1eda Patch to implement required warnings for unimplemented by Fariborz Jahanian · 15 years ago
  72. 97b9872 Extend the CIndex API with direct support for expressions and by Douglas Gregor · 15 years ago
  73. a3899eb Implement goto inside of blocks. by Mike Stump · 15 years ago
  74. 1d7d8d6 The type of a compound literal expression is not necessarily the same as the by John McCall · 15 years ago
  75. 3012213 Introduce the notion of an "unexposed" declaration into the CIndex by Douglas Gregor · 15 years ago
  76. 1d4fca2 Rewriteing of gnu extension __typeof in objective-c rewriter. by Fariborz Jahanian · 15 years ago
  77. b699866 Eliminate cursor kinds used to express definitions. Instead, provide by Douglas Gregor · 15 years ago
  78. 2e8f00c objective-c test case for __attribute__((unused)) on method arguments. by Fariborz Jahanian · 15 years ago
  79. dd0cb90 Issue diagnostics (instead of crashing in code gen) when using by Fariborz Jahanian · 15 years ago
  80. 0707bc5 Teach Sema::ActOnDependentTemplateName that a dependent template name by Douglas Gregor · 15 years ago
  81. 45eb406 Add test case. by Zhongxing Xu · 15 years ago
  82. e8aba3d Another test case for PR6062 by Douglas Gregor · 15 years ago
  83. 7a886e1 In a mem-initializer, a nested-name-specifier followed by an by Douglas Gregor · 15 years ago
  84. e39fe72 When looking up enumerator names for redeclaration, use the by Douglas Gregor · 15 years ago
  85. c5d1e93 Introduce clang_getCursorReferenced, to get a cursor pointing at the by Douglas Gregor · 15 years ago
  86. a7bde20 Implement clang_getCursorExtent, which provides a source range for the by Douglas Gregor · 15 years ago
  87. 83b7b31 Allow conversion of pointer to an objective-c pointer to by Fariborz Jahanian · 15 years ago
  88. cf84aa4 Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing 'contexts' from c-index-test output; it wasn't helpful and was extremely brittle. by Ted Kremenek · 15 years ago
  89. e44433c Print fix-it hints properly around tabs, from Christian Adåker! by Douglas Gregor · 15 years ago
  90. 6cfb3ef Remove ../libexec from clang program search path, clang-cc is dead. by Daniel Dunbar · 15 years ago
  91. 35aa62a More VTT builder fixes. With these fixes we now correctly handle the very complex VTT example from the Itanium ABI spec. by Anders Carlsson · 15 years ago
  92. 3ed04d3 Add support for computing size in elements for symbolic regions obtained from by Zhongxing Xu · 15 years ago
  93. 20314ff Fix a bunch of VTT layout bugs, add simple tests for VTT layout. by Anders Carlsson · 15 years ago
  94. 425c7ed Add test case for pr6069. by Zhongxing Xu · 15 years ago
  95. 0d8bb8e Update virt.cpp for changes to the LLVM asm printer (?) This test should really be all LLVM IR... by Anders Carlsson · 15 years ago
  96. 60406be Introduce a second queue of "local" pending implicit instantiation, by Douglas Gregor · 15 years ago
  97. ce757a7 Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCastExpr, CXXConstCastExpr and CXXFunctionalCastExpr. by Sam Weinig · 15 years ago
  98. 26997fd While determining when to parse inline member functions of a class, by Douglas Gregor · 15 years ago
  99. 79c2278 When we are instantiating a member function of a local class, be sure by Douglas Gregor · 15 years ago
  100. dfa4fa0 Fix a rewriting crash and correct rewriting of __block by Fariborz Jahanian · 15 years ago