1. ec91dab Ignore plus operands when looking up the operand number from a named operand. This matches llvm-gcc and fixes PR3908. by Anders Carlsson · 16 years ago
  2. 7cd2e93 Implement -fvisibility. by Fariborz Jahanian · 16 years ago
  3. 2d06612 Tweak test (now that http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090330/015001.html is fixed). by Steve Naroff · 16 years ago
  4. a9668e0 Add target hook for setting symbol prefix and section of unicode by Daniel Dunbar · 16 years ago
  5. 81048aa Move the rest of the fixit tests to the FixIt area. by Mike Stump · 16 years ago
  6. 8e7ec66 Update wording. by Mike Stump · 16 years ago
  7. 26df2f0 Add a new command-line option "-fixit-at=file:line:column" that only by Douglas Gregor · 16 years ago
  8. d09a456 Fix up lookup rules for properties declared in objc's continuation class. by Fariborz Jahanian · 16 years ago
  9. ed91f90 Fix http://llvm.org/bugs/show_bug.cgi?id=3907. by Steve Naroff · 16 years ago
  10. 035cf89 Remove -ftrapu. by Mike Stump · 16 years ago
  11. ef77d54 Add a few more analyzer test cases. by Ted Kremenek · 16 years ago
  12. dd6f4ab Move the fix-it tests into their own subdirectory by Douglas Gregor · 16 years ago
  13. 1b42c79 Implement mangling of declarations inside functions. by Anders Carlsson · 16 years ago
  14. 329749c Mangle VarDecls correctly. by Anders Carlsson · 16 years ago
  15. 74734d5 When calling a function without a prototype for which we have a by Douglas Gregor · 16 years ago
  16. 91e20dd Emit code for linkage specifications. by Anders Carlsson · 16 years ago
  17. ef5cc75 Make darned sure that the -fixit tests are testing what we want them to test by Douglas Gregor · 16 years ago
  18. fe057ac Update comments in fixit tests by Douglas Gregor · 16 years ago
  19. b8adaf9 Update expected warning in test case. by Ted Kremenek · 16 years ago
  20. 20d0ee5 A code modification hint for files that don't end in a newline. by Mike Stump · 16 years ago
  21. 947b3e2 Oops, almost forgot the testcases. by Mike Stump · 16 years ago
  22. 558cb56 Introduce a "-fixit" mode to clang-cc that applies code-modification hints. by Douglas Gregor · 16 years ago
  23. c561367 We no longer expect an warning as this is now valid. by Mike Stump · 16 years ago
  24. a3a8351 Add some more code modification hints by Douglas Gregor · 16 years ago
  25. 22b6e06 Fix a bug in declaration of property in continuation by Fariborz Jahanian · 16 years ago
  26. 9b3064b Add code modification hints to various parsing-related diagnostics. by Douglas Gregor · 16 years ago
  27. 31a19b6 Make parsing a semantic analysis a little more robust following Sema by Douglas Gregor · 16 years ago
  28. faa435a Update test case and comment. by Steve Naroff · 16 years ago
  29. b59212a CodeGenModule::GetAddrOfConstantCFString(): by Steve Naroff · 16 years ago
  30. 99eee36 Nonfragile ivar synthesis with property is in a continuation class. by Fariborz Jahanian · 16 years ago
  31. 16e3fed Split PTH tests from carbon.c into separate test. by Daniel Dunbar · 16 years ago
  32. 2acddeb Forgot to remove trailing && by Daniel Dunbar · 16 years ago
  33. 32c6093 Ted & I crossed paths here, these tests are in cocoa-pth.m now. by Daniel Dunbar · 16 years ago
  34. 7e2e795 Removed the test case, as Chris did have a test case in the patch. by Fariborz Jahanian · 16 years ago
  35. 5e23074 Test case for Chris's patch: by Fariborz Jahanian · 16 years ago
  36. 4eee274 Add testcase for -Wmissing-prototypes by Douglas Gregor · 16 years ago
  37. 969c689 Give Type::getDesugaredType a "for-display" mode that can apply more by Douglas Gregor · 16 years ago
  38. cb5a955 Add cocoa-pth.c test case, this got lost in shuffling PTH test cases. by Daniel Dunbar · 16 years ago
  39. 8d69a57 Re-enable PTH testing for cocoa.h and carbon.h. This tests that PTH works on by Ted Kremenek · 16 years ago
  40. cf6bde3 x86-32 Darwin ABI: Handle small structures correctly. by Daniel Dunbar · 16 years ago
  41. dfc6b80 x86-32 Darwin ABI: Single element arrays can be part of "single by Daniel Dunbar · 16 years ago
  42. b930d7a Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct by Ted Kremenek · 16 years ago
  43. 3604316 x86-32 Darwin ABI: Handle direct return of vectors. by Daniel Dunbar · 16 years ago
  44. 0b5b0da Pull clang-cc code for generating PTH files based on the input type. by Daniel Dunbar · 16 years ago
  45. aa5bd87 Fix a subtle bug where the cleanup scope entries had a dangling block reference by Daniel Dunbar · 16 years ago
  46. 8a8d8af Tweak/cleanup darwin::Link a bit, add several FIXMES, and improve test case. by Daniel Dunbar · 16 years ago
  47. 57d7dde Fix pascal string support; testcase from mailing list message. by Eli Friedman · 16 years ago
  48. 5fd1528 Fix test failure on Linux by forcing the triple to OS X. by Eli Friedman · 16 years ago
  49. 285d0db fix the two xfails I added with a previous patch by making ObjC interface by Chris Lattner · 16 years ago
  50. aab0f7a Fix block comparisons. Radar 6732116. by Mike Stump · 16 years ago
  51. 984e068 Implement code generation of namespaces and add mangling tests. by Anders Carlsson · 16 years ago
  52. 1734317 Parsing, semantic analysis, and template instantiation for typename by Douglas Gregor · 16 years ago
  53. c6c91bc Fix a mangling bug where functions with no arguments weren't getting the 'v' parameter specifier. by Anders Carlsson · 16 years ago
  54. 8e5c2b8 Add Target hooks for IRgen of [cf]string literals. by Daniel Dunbar · 16 years ago
  55. 35f38a2 Change UsedArray to be a vector of WeakVH to fix a dangling pointer problem that occurs when by Chris Lattner · 16 years ago
  56. 3244780 Improve the dependent nested-name-specifier test a bit by Douglas Gregor · 16 years ago
  57. 5bde6f4 x86_32 Darwin ABI: Treat empty unions like empty structures. by Daniel Dunbar · 16 years ago
  58. de650ae Implement template instantiation for template names, including both by Douglas Gregor · 16 years ago
  59. 1819188 ir-gen support for nonfragile abi's synthesized ivars. by Fariborz Jahanian · 16 years ago
  60. af07f93 (LLVM up) Update to use llvm::sys::getHostTriple(). by Daniel Dunbar · 16 years ago
  61. cfdee92 Add -Wdeprecated-declarations to driver and add a test case. by Steve Naroff · 16 years ago
  62. 8a5c0cd Incorporate feedback from Eli. by Steve Naroff · 16 years ago
  63. 2349925 Fix a problem in ASTContext::addRecordToClass handling forward declarations. by Chris Lattner · 16 years ago
  64. d013aa1 Codegen sometimes crashes on comparisons that aren't legal, just by Chris Lattner · 16 years ago
  65. b73e75c Check in test for namespace aliases+using directives. by Anders Carlsson · 16 years ago
  66. 28433ff Update test case. by Ted Kremenek · 16 years ago
  67. c45c232 Parsing and AST representation for dependent template names that occur by Douglas Gregor · 16 years ago
  68. af3e722 fe support for objc2's nonfragile-abi synthesized ivars. by Fariborz Jahanian · 16 years ago
  69. 0e3e3eb Implement UCN support for C string literals (C99 6.4.3) and add some very basic tests. Chris Goller has graciously offered to write some test to help validate UCN support. by Steve Naroff · 16 years ago
  70. f3929da Add another uninitialized values test case illustrating that the CFG correctly by Ted Kremenek · 16 years ago
  71. 776dbd8 Driver: Unbreak ArgList::hasFlag. by Daniel Dunbar · 16 years ago
  72. 46562b9 Fix -MD with no -MT when -o is specified (and fix test case). by Daniel Dunbar · 16 years ago
  73. 0f6ec1b Missed test case update (part of previous commit) by Daniel Dunbar · 16 years ago
  74. cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 16 years ago
  75. a5a7bd0 Improve dependency file support. by Daniel Dunbar · 16 years ago
  76. 9120f17 Driver: Add test case for darwin::Preprocess and darwin::Compile by Daniel Dunbar · 16 years ago
  77. cd14775 hoist some code for handling objc foreach construct out of Declaration processing by Chris Lattner · 16 years ago
  78. 23c4b18 hoist checks for ; and in out of ParseInitDeclaratorListAfterFirstDeclarator by Chris Lattner · 16 years ago
  79. a984580 Reintroduce r67870 (rval ref overloading), since I can't reproduce any test failures on i386 or x86_64. If this fails for someone, please contact me. by Sebastian Redl · 16 years ago
  80. 81c85c4 More improvements to namespace aliases. We now support everything except aliases in using directives. by Anders Carlsson · 16 years ago
  81. dd729fc Fix lookup bug by Anders Carlsson · 16 years ago
  82. 2a8d6b0 Fix regression in pointer comparison with NULL (e.g., 0 != ptr). This fixes by Ted Kremenek · 16 years ago
  83. a1a1b30 As Eli pointed out, it is possible that a namespace lookup is ambiguous! by Anders Carlsson · 16 years ago
  84. 5721c68 Check that the alias points to a valid namespace. by Anders Carlsson · 16 years ago
  85. 8d7ba40 Check that the namespace alias doesn't conflict with a previous declaration in this scope. by Anders Carlsson · 16 years ago
  86. 14734f7 Revert Sebastian's rvalue patch (r67870) since it caused test failures in by Anders Carlsson · 16 years ago
  87. f67606a Parse namespace aliases. by Anders Carlsson · 16 years ago
  88. 48f9122 Move where block-related variables are initialized so that block by Eli Friedman · 16 years ago
  89. 3ded200 Fix silly mistake in test. by Eli Friedman · 16 years ago
  90. daa24a2 Misc small fixes/cleanups/comment changes. by Eli Friedman · 16 years ago
  91. ab3a852 Change compound assignment operators to keep track of both the promoted by Eli Friedman · 16 years ago
  92. e5194ff Implement access checking for protected base classes. by Anders Carlsson · 16 years ago
  93. eeae8f0 Make our diagnostics about the obsolete GNU designated-initializer by Douglas Gregor · 16 years ago
  94. 68c56de Fix <rdar://problem/6724396>, where we were silently dropping by Douglas Gregor · 16 years ago
  95. d57959a Initial implementation of parsing, semantic analysis, and template by Douglas Gregor · 16 years ago
  96. f873878 Better overload resolution for rvalue references. by Sebastian Redl · 16 years ago
  97. 55d3aaf Finish off semantic analysis for regparm, and remove the warning. Also by Eli Friedman · 16 years ago
  98. f8080a3 It is OK to cast to a private base class if the current member belongs to the class that the private base class is a base of: by Anders Carlsson · 16 years ago
  99. c4f1e87 Implement checking for base class access. Right now it's overly conservative but that will change. (Also, protected isn't implemented right now). by Anders Carlsson · 16 years ago
  100. 214f31a If the user is trying to apply the -> or . member reference operator by Douglas Gregor · 16 years ago