1. 10a7a6a Emit method access specifier. Radar 8490416. by Devang Patel · 14 years ago
  2. fbb6fad When performing template argument deduction of a function template by Douglas Gregor · 14 years ago
  3. 549ee4b Test case for r115067. by Devang Patel · 14 years ago
  4. dd0cb22 Add support for attribute((naked)), patch by Zoxc on cfe-commits! by Daniel Dunbar · 14 years ago
  5. 1b39820 Fix handling of dependent nested namespace specifiers in UsingDecls by Douglas Gregor · 14 years ago
  6. 54d56a5 Frontend/XML: Add support for printing nested structures, patch by Martin Vejnár! by Daniel Dunbar · 14 years ago
  7. 593770b Define _Bool, bool, true, and false macros in <stdbool.h> when we're by Douglas Gregor · 14 years ago
  8. 6229c8e enhance tentative parsing to handle ms extensions, patch by Martin Vejnar! by Chris Lattner · 14 years ago
  9. 4949927 Add test case for <rdar://problem/8452791> (fixed in r114392). by Ted Kremenek · 14 years ago
  10. c5be7b0 vla expressions used in __typeof__ must be evaluated. Fixes rdar://8476159. by Fariborz Jahanian · 14 years ago
  11. 2cf9d65 Centralize the management of CXXRecordDecl::DefinitionData's Empty bit by Douglas Gregor · 14 years ago
  12. 8577364 When we have two identifiers in a row in Objective-C, make sure to by Douglas Gregor · 14 years ago
  13. b335872 Don't warn with -Wbool-conversions if the user wrote an explicit cast like "(void *)false". by Argyrios Kyrtzidis · 14 years ago
  14. 1a18600 Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://8483139. by Argyrios Kyrtzidis · 14 years ago
  15. ff3a078 Patch to support transparent_union arguments by Fariborz Jahanian · 14 years ago
  16. 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
  17. b4a88ef Let lit give helpful advice if 'make test' was not run yet. by Nico Weber · 14 years ago
  18. 60acea4 Issue warning for trivial cases of nonnull attributes by Fariborz Jahanian · 14 years ago
  19. db148be Copying result of object property reference expression by Fariborz Jahanian · 14 years ago
  20. 5cadfab Fixed isConstantInitializer for __builtin_choose_expr. by Abramo Bagnara · 14 years ago
  21. 301669b Lexer: Implement GCC's version of pragma message. by Michael J. Spencer · 14 years ago
  22. 3911a1a Fix a NYI in IRGen which was due to incorrect AST by Fariborz Jahanian · 14 years ago
  23. 76dc889 When setting the globally-visible declarations for a particular by Douglas Gregor · 14 years ago
  24. 37bf9d2 Allow the use of C++0x deleted functions as an extension in C++98. by Anders Carlsson · 14 years ago
  25. 07acdf4 Fix rewriting of property declared in @protocol's. Fixed //rdar://8472487. by Fariborz Jahanian · 14 years ago
  26. 745da3a Patch implements passing arrays to functions expecting vla. Implements pr7827. by Fariborz Jahanian · 14 years ago
  27. 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
  28. 84906b2 Pass -fobjc-nonfragile-abi2 in test. by Ted Kremenek · 14 years ago
  29. fc320e3 Since this test depends on default ivar synthesis, specify the target triple. This hopefully unbreaks the buildbot by Ted Kremenek · 14 years ago
  30. 4e42972 Update comment in test with reference to bug report. by Ted Kremenek · 14 years ago
  31. 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
  32. 52779fb Synchronize globally-cached code completion results with the results by Douglas Gregor · 14 years ago
  33. 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
  34. 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
  35. 4a2e9ea For properties declared in a @protocol and redeclared in a class extension, use the class extension by Ted Kremenek · 14 years ago
  36. 2b64239 Fix bogus compiler errors when declaring anonymous union, outside a class, with by Argyrios Kyrtzidis · 14 years ago
  37. 47423bd Don't crash on _Imaginary. by Argyrios Kyrtzidis · 14 years ago
  38. 7d8eb51 Use -emit-llvm-only in the test. by Argyrios Kyrtzidis · 14 years ago
  39. 7bb1d23 Tweak test to pass -ffreestanding, to avoid platform dependent header issues. by Daniel Dunbar · 14 years ago
  40. f554b1c IRgen/ABI/ARM: Return large vectors in memory. by Daniel Dunbar · 14 years ago
  41. 8aa87c7 IRgen/ABI/ARM: Trust the backend to pass vectors correctly for the given ABI. by Daniel Dunbar · 14 years ago
  42. b4a9aec Testcase for r114585. by Devang Patel · 14 years ago
  43. 78a916e Implement -Wpadded and -Wpacked. by Argyrios Kyrtzidis · 14 years ago
  44. 398e6b9 update a bunch of tests that are using the x86 backend instead of grepping IR :( by Chris Lattner · 14 years ago
  45. 4f20944 fix the rest of rdar://8461279 - clang miscompiles address-space qualified atomics by Chris Lattner · 14 years ago
  46. 780a2eb same bug as before, this time with __sync_val_compare_and_swap. by Chris Lattner · 14 years ago
  47. f2b9527 fix __sync_bool_compare_and_swap to work with address-space qualified types. by Chris Lattner · 14 years ago
  48. c7f78c7 filecheckize. by Chris Lattner · 14 years ago
  49. f443570 Fixes an IRgen ICE due to cast of null pointer to a vla type (fixes pr7827). by Fariborz Jahanian · 14 years ago
  50. a054fb4 Correctly register the class extension as the lexical DeclContext for ObjC methods declared with @property in class extensions. by Ted Kremenek · 14 years ago
  51. 0b78710 IRgen for gnu extension's conditional lvalue expression by Fariborz Jahanian · 14 years ago
  52. 8254aa6 For ObjCPropertyDecls in class extensions, use the class extension as the lexical DeclContext for newly created by Ted Kremenek · 14 years ago
  53. 6f942b2 Add code completion for C++ constructors wherever we see the class (or by Douglas Gregor · 14 years ago
  54. ff8819b Do not warn with -Wuninitialized when the member is used in a sizeof or address-of expression. by Argyrios Kyrtzidis · 14 years ago
  55. b9d7757 When providing code completions for an argument in an Objective-C by Douglas Gregor · 14 years ago
  56. aa3b57e Implements in IRgen gnu extensions missing LHS for by Fariborz Jahanian · 14 years ago
  57. 08f43cd Code completion has no reason to prefer values over types, especially by Douglas Gregor · 14 years ago
  58. 6155d73 Check in support for OpenCL conditional operator on vector types. by Nate Begeman · 14 years ago
  59. d475aad Get rid of the lame attempt to prioritize "void" functions at by Douglas Gregor · 14 years ago
  60. b05496d Tweak priorities for some types and macros: by Douglas Gregor · 14 years ago
  61. 66b7fbf Introduce a simple, substitution-based compression scheme for USRs, so by Douglas Gregor · 14 years ago
  62. ea844f3 Check that an overloaded function name, when used by the ! operator, by Douglas Gregor · 14 years ago
  63. 1b2ad2f Revert r114316, -Wunused-value enabled by default was intended. by Argyrios Kyrtzidis · 14 years ago
  64. 6dff228 Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. by Argyrios Kyrtzidis · 14 years ago
  65. 355a9fe Implement -Wunused-label. by Argyrios Kyrtzidis · 14 years ago
  66. d2827af Warn when an expression result in a LabelStmt is unused. by Argyrios Kyrtzidis · 14 years ago
  67. dc5ea09 Fixes IRgen bug in objc++ reference binding of a by Fariborz Jahanian · 14 years ago
  68. 1fb019b Problem with gnu conditional extension with missing by Fariborz Jahanian · 14 years ago
  69. 97fe61c Give the Objective-C _cmd an "unlikely" code completion priority; it's by Douglas Gregor · 14 years ago
  70. ae79222 static local variables with destructors don't require a global destructor by John McCall · 14 years ago
  71. 833ba9c Add another text for code completion after recovery by Douglas Gregor · 14 years ago
  72. ac5fd84 Continue parsing more postfix expressions, even after semantic by Douglas Gregor · 14 years ago
  73. 2f474ea Added '|' delimiter to separate inline asm multiple alternative constraints for Clang side of support. by John Thompson · 14 years ago
  74. 01add59 Add more error checking to attribute vecreturn by John Thompson · 14 years ago
  75. fc1e6c7 Fix a bug with binding l-values to elided temporaries, and leave a couple by John McCall · 14 years ago
  76. 1dfc212 Testcase for r114239. by Bill Wendling · 14 years ago
  77. 41e11a9 Sema/transparent_union: Make sure to add implicit cast when constructing by Daniel Dunbar · 14 years ago
  78. 837e738 Update test by Douglas Gregor · 14 years ago
  79. 9485989 Improve recovery when the middle expression of a ternary operator is ill-formed by Douglas Gregor · 14 years ago
  80. 200b292 When we run into an error parsing or type-checking the left-hand side by Douglas Gregor · 14 years ago
  81. 23c0104 Diagnose use of incomplete type on method argument type of by Fariborz Jahanian · 14 years ago
  82. dd5fa7a fix rdar://8445858 - __sync_* intrinsics erroneously reject ObjC pointers by Chris Lattner · 14 years ago
  83. eb17e8b Only assignment operator triggers property setter call. Fixes radar 8437253. by Fariborz Jahanian · 14 years ago
  84. 692577c When traversing an InitListExpr, there may not be a syntactic form; by Douglas Gregor · 14 years ago
  85. 7f18e67 Add a -ftrapv-handler= option which allows a handler to invoke instead of simply aborting when a signed operation overflows. This mirrors the (GCC-incompatible) behaviour from clang 1.0 and 1.1 when -ftrapv was specified, but allows the handler to be defined for each compilation unit. by David Chisnall · 14 years ago
  86. dc24572 Use a temporary file for output which gets renamed after all the writing is finished. by Argyrios Kyrtzidis · 14 years ago
  87. a83c6be Fix test for no-asserts builds. by John McCall · 14 years ago
  88. af9b968 Patch to add IRgen support for Gnu's conditional operator by Fariborz Jahanian · 14 years ago
  89. 2a24065 Fix this test to use -cc1. by Daniel Dunbar · 14 years ago
  90. 7e1dff7 Currently we're initializing the vtable pointers of a class only after by John McCall · 14 years ago
  91. 3019c44 When emitting a new-expression inside a conditional expression, by John McCall · 14 years ago
  92. 2346513 Handle '#line' in '-E' that has an empty file name. Fixes <rdar://problem/8439412>. by Ted Kremenek · 14 years ago
  93. 069ea64 When dealing with an anonymous enumeration declared in function by Douglas Gregor · 14 years ago
  94. e59d858 IRgen/ABI/x86-32: Realign indirect arguments when the ABI requires us to pass by Daniel Dunbar · 14 years ago
  95. 93ae947 IRgen/ABI/x86_32/Darwin: On Darwin, only structures with SSE vector types get passed by Daniel Dunbar · 14 years ago
  96. fb67d6c IRgen/x86_32/Linux: Linux seems to align all stack objects to 4 bytes, unlike by Daniel Dunbar · 14 years ago
  97. ce78461 improve the "enumeration value 'g' not handled in switch" by Chris Lattner · 14 years ago
  98. d754d55 Swap the priorities of constants and types, so that we prefer types. by Douglas Gregor · 14 years ago
  99. d36adf5 Don't add two code-completion results for the same selector; it by Douglas Gregor · 14 years ago
  100. e396c7b When collecting Objective-C methods for message send completions, be by Douglas Gregor · 14 years ago