1. 175ffbf When checking for uninitialized fields in member initializers, special case static variables and enums. Fixes PR8075. by Anders Carlsson · 14 years ago
  2. 372e103 Provide a slightly specialized diagnostic for tautological comparisons by John McCall · 14 years ago
  3. 2b1d51b Issue deprecated warning when typeof uses an expression of deprecated type. by Fariborz Jahanian · 14 years ago
  4. 63d5fb3 When instantiating a new-expression, force a rebuild if there were default by John McCall · 14 years ago
  5. bdaae39 Method declaration and its implementation must match in all their types. by Fariborz Jahanian · 14 years ago
  6. 23c51b5 ...without leaving a temporary file behind. by John McCall · 14 years ago
  7. 1eeaacd Er, this test should actually run IR generation. by John McCall · 14 years ago
  8. e71d60d Teach PopCleanupBlock to correctly handle the possibility of branching through by John McCall · 14 years ago
  9. 0a0c3e7 Serialize the "inline" bit for namespaces. Fixes <rdar://problem/8515069>. by Douglas Gregor · 14 years ago
  10. 9747583 Fix a marvelous chained AST writing bug, where we end up with the by Douglas Gregor · 14 years ago
  11. 92c8568 Fix a block rewriter bug where copy/dispose entries in by Fariborz Jahanian · 14 years ago
  12. 90c121c Remove a rogue typo by Douglas Gregor · 14 years ago
  13. 6309737 Register the __builtin_va_list_type node when we parse it, rather than by Douglas Gregor · 14 years ago
  14. 7c625d8 Added support for base and member destructors in destructor. by Marcin Swiderski · 14 years ago
  15. 25e7e16 Add test case for r115588. by Argyrios Kyrtzidis · 14 years ago
  16. b72db89 In Sema's TryRefInitWithConversionFunction, suppress user conversions for the overload candidates. by Argyrios Kyrtzidis · 14 years ago
  17. 9e2213d In the fragile ObjC ABI, save the caught exception to the side if there are by John McCall · 14 years ago
  18. 82bc3fd Added support for C++ initializers in CFG. by Marcin Swiderski · 14 years ago
  19. da500ca Do x86_64. by Bill Wendling · 14 years ago
  20. 9ab0a15 Test to verify that all of the MMX builtins are handled by the front-end. by Bill Wendling · 14 years ago
  21. c2760bc When providing a block literal as a code completion for a by Douglas Gregor · 14 years ago
  22. 358559d Introduce a new libclang function, clang_getCursorDisplayName(), which by Douglas Gregor · 14 years ago
  23. 3f0fee3 Teach clang_getCursorType() about base specifiers and other references by Douglas Gregor · 14 years ago
  24. 5e9888c When we insert a category (or class extension) into an interface, mark by Douglas Gregor · 14 years ago
  25. 1b0f7af Provide proper source location and range information for C++ base by Douglas Gregor · 14 years ago
  26. 77424bc Implement chained PCH support for the macro definitions stored within by Douglas Gregor · 14 years ago
  27. 42499be Use ParseObjCSelectorPiece for parsing getter and setter names in @property declarations. Fixes PR8169. by Anders Carlsson · 14 years ago
  28. 305ac49 Rename a test in preparation for fixing PR8169. by Anders Carlsson · 14 years ago
  29. 81134ad Don't add an imported function into its lexical context until *after* by Douglas Gregor · 14 years ago
  30. d78a019 Mark explict methods as explict in debug info. by Devang Patel · 14 years ago
  31. 946928f diagnose errors when a builtin that require constant arguments don't have them. by Chris Lattner · 14 years ago
  32. 011cf89 Doug's feedback by Gabor Greif · 14 years ago
  33. 28164ab Factor out enumerator APSInt adjustment into by Gabor Greif · 14 years ago
  34. e09f2e9 Restore test. Is for //rdar://8493239 by Fariborz Jahanian · 14 years ago
  35. c71d8eb Better diagnostic for superfluous scope specifier inside a class definition for member functions. + Fixit. by Francois Pichet · 14 years ago
  36. db1314e Teach clang_getCursorReferenced() about Objective-C property reference by Douglas Gregor · 14 years ago
  37. 9f59234 Extend libclang with an API that determines, given a C++ virtual by Douglas Gregor · 14 years ago
  38. dab60ad Implement the C++0x "trailing return type" feature, e.g., by Douglas Gregor · 14 years ago
  39. 0e97bcb Added generating CFGAutomaticObjDtors for exception variable in catch statement. by Marcin Swiderski · 14 years ago
  40. 47575f1 Added generating CFGAutomaticObjDtors for init statement, condition variable and implicit scope in for statement. by Marcin Swiderski · 14 years ago
  41. 8ae6058 dded generating CFGAutomaticObjDtors for condition variable and implicit scopes in switch statement. by Marcin Swiderski · 14 years ago
  42. 05adedc Added generating CFGAutomaticObjDtors for condition variable and implicit scopes in while and do statements. by Marcin Swiderski · 14 years ago
  43. ee9b0ba When an identifier that has a macro definition in the original PCH by Douglas Gregor · 14 years ago
  44. 073a45f Remove test until further notice. by Fariborz Jahanian · 14 years ago
  45. 04e046c Added generating CFGAutomaticObjDtors for condition variable and implicit scopes in if statement. by Marcin Swiderski · 14 years ago
  46. 2f8c898 Fix test. by Fariborz Jahanian · 14 years ago
  47. fcb72ac Added: by Marcin Swiderski · 14 years ago
  48. 9747739 Output debug info. for ivars declared in class by Fariborz Jahanian · 14 years ago
  49. 87e3432 Add test case I forgot for r115159 (support implicit includes along with PCH). by Argyrios Kyrtzidis · 14 years ago
  50. d47e262 Clang part of MMX rewrite (goes with 115243). by Dale Johannesen · 14 years ago
  51. 24f9cab Rewriting array element type of qualified-id. Fixes rdra://8475819. by Fariborz Jahanian · 14 years ago
  52. 6123874 Tweak nil receiver checker to not warning about 64-bit return values. by Ted Kremenek · 14 years ago
  53. aca745b Attach aritifical attribute with implicit parameters. Radar 8493141. by Devang Patel · 14 years ago
  54. 10a7a6a Emit method access specifier. Radar 8490416. by Devang Patel · 14 years ago
  55. fbb6fad When performing template argument deduction of a function template by Douglas Gregor · 14 years ago
  56. 549ee4b Test case for r115067. by Devang Patel · 14 years ago
  57. dd0cb22 Add support for attribute((naked)), patch by Zoxc on cfe-commits! by Daniel Dunbar · 14 years ago
  58. 1b39820 Fix handling of dependent nested namespace specifiers in UsingDecls by Douglas Gregor · 14 years ago
  59. 54d56a5 Frontend/XML: Add support for printing nested structures, patch by Martin Vejnár! by Daniel Dunbar · 14 years ago
  60. 593770b Define _Bool, bool, true, and false macros in <stdbool.h> when we're by Douglas Gregor · 14 years ago
  61. 6229c8e enhance tentative parsing to handle ms extensions, patch by Martin Vejnar! by Chris Lattner · 14 years ago
  62. 4949927 Add test case for <rdar://problem/8452791> (fixed in r114392). by Ted Kremenek · 14 years ago
  63. c5be7b0 vla expressions used in __typeof__ must be evaluated. Fixes rdar://8476159. by Fariborz Jahanian · 14 years ago
  64. 2cf9d65 Centralize the management of CXXRecordDecl::DefinitionData's Empty bit by Douglas Gregor · 14 years ago
  65. 8577364 When we have two identifiers in a row in Objective-C, make sure to by Douglas Gregor · 14 years ago
  66. b335872 Don't warn with -Wbool-conversions if the user wrote an explicit cast like "(void *)false". by Argyrios Kyrtzidis · 14 years ago
  67. 1a18600 Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://8483139. by Argyrios Kyrtzidis · 14 years ago
  68. ff3a078 Patch to support transparent_union arguments by Fariborz Jahanian · 14 years ago
  69. c956b6e Correctly set "explicit template instantiation" kind on inner structs of templates whose explicit instantiation is first declared and then defined. by Nico Weber · 14 years ago
  70. b4a88ef Let lit give helpful advice if 'make test' was not run yet. by Nico Weber · 14 years ago
  71. 60acea4 Issue warning for trivial cases of nonnull attributes by Fariborz Jahanian · 14 years ago
  72. db148be Copying result of object property reference expression by Fariborz Jahanian · 14 years ago
  73. 5cadfab Fixed isConstantInitializer for __builtin_choose_expr. by Abramo Bagnara · 14 years ago
  74. 301669b Lexer: Implement GCC's version of pragma message. by Michael J. Spencer · 14 years ago
  75. 3911a1a Fix a NYI in IRGen which was due to incorrect AST by Fariborz Jahanian · 14 years ago
  76. 76dc889 When setting the globally-visible declarations for a particular by Douglas Gregor · 14 years ago
  77. 37bf9d2 Allow the use of C++0x deleted functions as an extension in C++98. by Anders Carlsson · 14 years ago
  78. 07acdf4 Fix rewriting of property declared in @protocol's. Fixed //rdar://8472487. by Fariborz Jahanian · 14 years ago
  79. 745da3a Patch implements passing arrays to functions expecting vla. Implements pr7827. by Fariborz Jahanian · 14 years ago
  80. 1909dfd Remove this test for now until I figure out how to get it to work with c-index-test in a portable way. by Ted Kremenek · 14 years ago
  81. 84906b2 Pass -fobjc-nonfragile-abi2 in test. by Ted Kremenek · 14 years ago
  82. fc320e3 Since this test depends on default ivar synthesis, specify the target triple. This hopefully unbreaks the buildbot by Ted Kremenek · 14 years ago
  83. 4e42972 Update comment in test with reference to bug report. by Ted Kremenek · 14 years ago
  84. 2a6af6b Default synthesized ivars don't really have a location in the source. Using the location of the @implementation by Ted Kremenek · 14 years ago
  85. 52779fb Synchronize globally-cached code completion results with the results by Douglas Gregor · 14 years ago
  86. e3b159c When warning about comparing an unsigned int to being >= 0, don't issue a warning if the zero value was an by Ted Kremenek · 14 years ago
  87. 0d22d22 Add test case for c-index-test showing that @property declarations added in class extensions don't get reported by Ted Kremenek · 14 years ago
  88. 4a2e9ea For properties declared in a @protocol and redeclared in a class extension, use the class extension by Ted Kremenek · 14 years ago
  89. 2b64239 Fix bogus compiler errors when declaring anonymous union, outside a class, with by Argyrios Kyrtzidis · 14 years ago
  90. 47423bd Don't crash on _Imaginary. by Argyrios Kyrtzidis · 14 years ago
  91. 7d8eb51 Use -emit-llvm-only in the test. by Argyrios Kyrtzidis · 14 years ago
  92. 7bb1d23 Tweak test to pass -ffreestanding, to avoid platform dependent header issues. by Daniel Dunbar · 14 years ago
  93. f554b1c IRgen/ABI/ARM: Return large vectors in memory. by Daniel Dunbar · 14 years ago
  94. 8aa87c7 IRgen/ABI/ARM: Trust the backend to pass vectors correctly for the given ABI. by Daniel Dunbar · 14 years ago
  95. b4a9aec Testcase for r114585. by Devang Patel · 14 years ago
  96. 78a916e Implement -Wpadded and -Wpacked. by Argyrios Kyrtzidis · 14 years ago
  97. 398e6b9 update a bunch of tests that are using the x86 backend instead of grepping IR :( by Chris Lattner · 14 years ago
  98. 4f20944 fix the rest of rdar://8461279 - clang miscompiles address-space qualified atomics by Chris Lattner · 14 years ago
  99. 780a2eb same bug as before, this time with __sync_val_compare_and_swap. by Chris Lattner · 14 years ago
  100. f2b9527 fix __sync_bool_compare_and_swap to work with address-space qualified types. by Chris Lattner · 14 years ago