1. a1a1b30 As Eli pointed out, it is possible that a namespace lookup is ambiguous! by Anders Carlsson · 15 years ago
  2. 5721c68 Check that the alias points to a valid namespace. by Anders Carlsson · 15 years ago
  3. 8d7ba40 Check that the namespace alias doesn't conflict with a previous declaration in this scope. by Anders Carlsson · 15 years ago
  4. 14734f7 Revert Sebastian's rvalue patch (r67870) since it caused test failures in by Anders Carlsson · 15 years ago
  5. f67606a Parse namespace aliases. by Anders Carlsson · 15 years ago
  6. 48f9122 Move where block-related variables are initialized so that block by Eli Friedman · 15 years ago
  7. 3ded200 Fix silly mistake in test. by Eli Friedman · 15 years ago
  8. daa24a2 Misc small fixes/cleanups/comment changes. by Eli Friedman · 15 years ago
  9. ab3a852 Change compound assignment operators to keep track of both the promoted by Eli Friedman · 15 years ago
  10. e5194ff Implement access checking for protected base classes. by Anders Carlsson · 15 years ago
  11. eeae8f0 Make our diagnostics about the obsolete GNU designated-initializer by Douglas Gregor · 15 years ago
  12. 68c56de Fix <rdar://problem/6724396>, where we were silently dropping by Douglas Gregor · 15 years ago
  13. d57959a Initial implementation of parsing, semantic analysis, and template by Douglas Gregor · 15 years ago
  14. f873878 Better overload resolution for rvalue references. by Sebastian Redl · 15 years ago
  15. 55d3aaf Finish off semantic analysis for regparm, and remove the warning. Also by Eli Friedman · 15 years ago
  16. 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 · 15 years ago
  17. 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 · 15 years ago
  18. 214f31a If the user is trying to apply the -> or . member reference operator by Douglas Gregor · 15 years ago
  19. 3329756 Improve recovery when a constructor fails to type-check. Test case from Anders by Douglas Gregor · 15 years ago
  20. 551f48c Tests and fixes for templates declared within (non-template) by Douglas Gregor · 15 years ago
  21. 9af5500 Fix rdar://6719156 - clang should emit a better error when blocks are disabled but are used anyway by Chris Lattner · 15 years ago
  22. 069afd5 Driver: Forward -fno-common to clang. by Daniel Dunbar · 15 years ago
  23. ce341cb Driver: Test case for darwin::Link by Daniel Dunbar · 15 years ago
  24. 02633b5 Driver: Add darwin::Link tool. by Daniel Dunbar · 15 years ago
  25. 8bfd1b8 Fix <rdar://problem/6697053> instance variable is protected. by Steve Naroff · 15 years ago
  26. 3308382 Sanity-check argument to indirect goto. by Eli Friedman · 15 years ago
  27. 4cbe82c Set the access specifier for templates inside classes. by Anders Carlsson · 15 years ago
  28. 5071345 Check that the access specifier of a member redeclaration is the same as the original declaration. by Anders Carlsson · 15 years ago
  29. bbf4623 Fix for PR3869: actually enforce that the argument of an indirect goto by Eli Friedman · 15 years ago
  30. befc20e The injected-class-name of class templates and class template by Douglas Gregor · 15 years ago
  31. 1329c27 Tighten the setAccess assert. We now allow AS_none if the decl contex is not a C++ record decl. by Anders Carlsson · 15 years ago
  32. 3d7a12a Implement template instantiation for static data members of class by Douglas Gregor · 15 years ago
  33. d048bb7 Fix notes regarding the instantiation of member classes (and test 'em). by Douglas Gregor · 15 years ago
  34. d475b8d Instantiation for member classes of class templates. Note that only by Douglas Gregor · 15 years ago
  35. 4fcb4cd fix PR3880, fixing a comma swallowing bug handling macros that only take by Chris Lattner · 15 years ago
  36. 4927abd Remove -f__block as codegen for __block variables should be solid. by Mike Stump · 15 years ago
  37. a803b0e Fixup codegen for block literals that bleed copy/dispose information by Mike Stump · 15 years ago
  38. 65633f9 Update to account for the great driver renaming. by Mike Stump · 15 years ago
  39. 9135c72 Fix parsing of template classes prefixed by nested-name-specifiers by Douglas Gregor · 15 years ago
  40. 4e7e9cf Driver: Handle -Xarch_, including warning for nasty -Xarch_ use cases by Daniel Dunbar · 15 years ago
  41. a7b3521 Improve handling of base initializers. We now parse initializers in out of line decls, such as: by Anders Carlsson · 15 years ago
  42. bb969ed Template instantiation for conversion functions by Douglas Gregor · 15 years ago
  43. 50de12f Parse deleted function definitions and hook them up to Doug's machinery. by Sebastian Redl · 15 years ago
  44. 337a627 Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc. by Daniel Dunbar · 15 years ago
  45. e7450f5 Make sure to use RequireCompleteType rather than testing for by Douglas Gregor · 15 years ago
  46. 0f99d2e Driver: Change default use of "clang" compiler. by Daniel Dunbar · 15 years ago
  47. b3fd500 Driver: Translate -fverbose-asm for LLVM backend. by Daniel Dunbar · 15 years ago
  48. fe2e04a Driver: ArgList::getLastArg was in fact returning the first matching arg. by Daniel Dunbar · 15 years ago
  49. e65a3c8 Fix the bug that Eli noticed where we wouldn't look at function decls outside the class declaration. by Anders Carlsson · 15 years ago
  50. f26d510 fix "Comment#1" from PR3872 by Chris Lattner · 15 years ago
  51. 615c5d4 Template instantiation for constructors by Douglas Gregor · 15 years ago
  52. e494d34 Update TestRunner.sh for renaming. - Substitutes both clang and clang-cc. by Daniel Dunbar · 15 years ago
  53. 7ec3daf Rename clang-driver to clang. by Daniel Dunbar · 15 years ago
  54. 9034558 Support member reference on ?: of struct type. by Daniel Dunbar · 15 years ago
  55. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  56. f94e215 Use not instead of ! in tests. by Daniel Dunbar · 15 years ago
  57. 5eff73c Handle pointers to arrays of abstract types. by Anders Carlsson · 15 years ago
  58. 8211eff More work on diagnosing abstract classes. We can now handle cases like by Anders Carlsson · 15 years ago
  59. 42edd0d Fix PR3868 by making Evaluate handle cases like "(long)&a + 4". by Eli Friedman · 15 years ago
  60. ff59a8a Fix a couple of tests. by Eli Friedman · 15 years ago
  61. 5545e16 Cleanup template instantiation for methods, destructors by Douglas Gregor · 15 years ago
  62. 03b2b07 Template instantiation for destructors. This is somewhat repetitive; by Douglas Gregor · 15 years ago
  63. 2dc0e64 Template instantiation for the declarations of member functions within by Douglas Gregor · 15 years ago
  64. 632d1ec A test case to test that -warn-dead-stores does not emit a warning for stores to variables marked with '#pragma unused'. by Ted Kremenek · 15 years ago
  65. 4726d03 Implement '#pragma unused'. by Ted Kremenek · 15 years ago
  66. 0a855d0 Must allow for strong cast of floats as well (objc2 gc). by Fariborz Jahanian · 15 years ago
  67. 11f21a0 More improvements to abstract type checking. Handle arrays correctly, and make sure to check parameter types before they decay. by Anders Carlsson · 15 years ago
  68. b9bbe49 It's an error to try to allocate an abstract object using new. by Anders Carlsson · 15 years ago
  69. 374e156 Fix PR3855. When we encounter an incompatible redeclaration of a by Douglas Gregor · 15 years ago
  70. f1538de The individual pieces of an invalid paste as still candidates for expansion. by Chris Lattner · 15 years ago
  71. 68ac94a analyzer: Provide temporary workaround for false positive reported by by Ted Kremenek · 15 years ago
  72. d1659a6 Tighten up the determination of whether a function declaration has a by Douglas Gregor · 15 years ago
  73. 38179b2 Thanks to Eli for pointing out my misreading of 6.2.2p5 by Douglas Gregor · 15 years ago
  74. 693de5d analyzer: Fix embarrassing regression in BasicStore when invalidating struct by Ted Kremenek · 15 years ago
  75. a1f47c4 Minor enhancements to Evaluate. by Eli Friedman · 16 years ago
  76. f52bbeb Fix a subtle bug in CodeGen for the increment of a bitfield. by Eli Friedman · 16 years ago
  77. 700b133 Fix a few more instances of "&>". by Eli Friedman · 16 years ago
  78. 743de1f Recognize rvalue references in C++03, but complain about them. This leads to far better error recovery. by Sebastian Redl · 16 years ago
  79. f05c05d Partial implementation of PR3342: break out pointer sign by Eli Friedman · 16 years ago
  80. f2e21e5 Disallow catching exceptions by rvalue reference. by Sebastian Redl · 16 years ago
  81. 04831aa Adjust isModifiableLvalue to give a slightly more useful diagnostic for by Eli Friedman · 16 years ago
  82. b0c4df5 Driver: Implement 'missing argument' error. by Daniel Dunbar · 16 years ago
  83. 5fdeae1 Fix code to mark block variables as const to actually work. Fix by Eli Friedman · 16 years ago
  84. 157be83 Implement static_cast from lvalue to rvalue reference. by Sebastian Redl · 16 years ago
  85. 21bab84 Add testcase for incomplete call/return types for calls. by Eli Friedman · 16 years ago
  86. e7c6f7a Check that the return/argument types of calls are complete. by Eli Friedman · 16 years ago
  87. b808c95 switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction by Chris Lattner · 16 years ago
  88. 1ab10d4 Don't use &> in tests; dash doesn't understand it. by Eli Friedman · 16 years ago
  89. 35f6c13 make alias definition logic more similar to functions/globals. by Chris Lattner · 16 years ago
  90. 82227ff fix PR3200 by making alias emission use the new infrastructure. Fold by Chris Lattner · 16 years ago
  91. 4681ebd Disallow abstract types where appropriate. by Anders Carlsson · 16 years ago
  92. ff75e1d fix a fixme: non-proto struct returning function definitions should be compiled by Chris Lattner · 16 years ago
  93. 67e4dd2 Keep track of whether a class is abstract or not. This is currently only used for the __is_abstract type trait. by Anders Carlsson · 16 years ago
  94. 0c3c576 fix test by Chris Lattner · 16 years ago
  95. a8b60c9 Fixup codegen for nested block literals so that we generate by Mike Stump · 16 years ago
  96. b31cb7f Issue error if variables are defined inside an objc class, category or protocol. by Fariborz Jahanian · 16 years ago
  97. 54dfd5c Frontend: Handle empty input on stdin. - PR3854. by Daniel Dunbar · 16 years ago
  98. 0558e79 fix a crash that could occur when a variable declaration became a by Chris Lattner · 16 years ago
  99. 570585c simplify and cleanup global variable creation stuff to all go through one by Chris Lattner · 16 years ago
  100. ca3f25c fix several problems with asm renaming, by pulling it into the mangling code: by Chris Lattner · 16 years ago