1. 3573fff Driver: Don't warn about unused PIE arguments. by Daniel Dunbar · 13 years ago
  2. ca63c20 Implement a new type node, UnaryTransformType, designed to represent a by Sean Hunt · 13 years ago
  3. 6f0074a Add new warning that warns when invoking 'delete' on a polymorphic, non-final, class without a virtual destructor. by Argyrios Kyrtzidis · 13 years ago
  4. 74a5fd8 Make it possible for external tools to distinguish between paths that come from -I and paths that come from -system. Patch from Paul Holden! by Nico Weber · 13 years ago
  5. 0f16159 MSVC doesn't do any validation regarding exception specification. by Francois Pichet · 13 years ago
  6. b2ee830 Emulate a MSVC bug where if during an using declaration name lookup, the declaration found is unaccessible (private) and that declaration was bring into scope via another using declaration whose target declaration is accessible (public) then no error is generated. by Francois Pichet · 13 years ago
  7. 74a63bc Change the default for supporting ObjC GC to true. This shouldn't really be in ToolChain at all, since it's a property of the objc runtime library. by David Chisnall · 13 years ago
  8. 4d50934 Fix the clang part of PR7952: rewrite the specialization of isa<> in DeclBase, by Eli Friedman · 13 years ago
  9. e885e18 Diagnose the presence of storage-class-specifiers on explicit by Douglas Gregor · 13 years ago
  10. c9471b0 Introduce the -fdiagnostics-format=xxx option to control how Clang by Douglas Gregor · 13 years ago
  11. 5e9ebb3 A few more is(Un)signedIntegerType/is(Un)signedOrEnumerationType cleanups. by Douglas Gregor · 13 years ago
  12. 0fd228d Implement C++0x semantics for passing non-POD classes through varargs. by Douglas Gregor · 13 years ago
  13. 575a1c9 Introduce Type::isSignedIntegerOrEnumerationType() and by Douglas Gregor · 13 years ago
  14. b7ec906 Downgrade the error about re-opening an inline namespace as non-inline by Douglas Gregor · 13 years ago
  15. 4926d83 Clean up two comments by Douglas Gregor · 13 years ago
  16. 1e55e91 Undo enough of r131143 to make private copy ctor diags say "copy constructor" again by Matt Beaumont-Gay · 13 years ago
  17. 46a4939 Correction for r131662, the GNU as option is --fatal-warnings. by Joerg Sonnenberger · 13 years ago
  18. d793350 Support -fatal-warnings for the assembler frontend by Joerg Sonnenberger · 13 years ago
  19. db5d44b Implement __underlying_type for libc++. by Sean Hunt · 13 years ago
  20. 0ee3391 Reapply r121528, fixing PR9941 by delaying the exception specification check for destructors until the class is complete and destructors have been adjusted. by Sebastian Redl · 13 years ago
  21. 1d78032 Revert r121528 as it breaks a simple testcase, which leads to, among by Sean Hunt · 13 years ago
  22. 0320a1d Implement implicit exception specifications of destructors. by Sebastian Redl · 13 years ago
  23. 403de3f Fix a nasty bug where inside StringLiteralParser: by Argyrios Kyrtzidis · 13 years ago
  24. be63122 Fix some minor bugs and add a lot more test cases for defaulted by Sean Hunt · 13 years ago
  25. 2636197 Reapply the commits that r131401 reverted and add a fix for PR9927. by Argyrios Kyrtzidis · 13 years ago
  26. 81e557b Pulls the common part of the clang-check example into Tooling, to allow new tools to be implemented without duplicating the boilerplate. by Manuel Klimek · 13 years ago
  27. 4ea0304 Revert 131377, 131369 and 131365. 131365 caused PR9927. by Rafael Espindola · 13 years ago
  28. 23c608d Add a method for checking whether a function is one of the reserved global by John McCall · 13 years ago
  29. ffb945f When emitting the destructor for a class with a vtable, if we can determine by Anders Carlsson · 13 years ago
  30. 02c5116 Create proper Objective-C @encoding for C++ classes; fixes rdar://9357400. by Argyrios Kyrtzidis · 13 years ago
  31. 3b5904b Emit an error when trying to @encode an incomplete type. by Argyrios Kyrtzidis · 13 years ago
  32. e1e96a6 Revert 131347. It asserts if the specialization in within a class template: by Francois Pichet · 13 years ago
  33. 1fa8028 In Microsoft mode, allow template function explicit specialization at class scope. by Francois Pichet · 13 years ago
  34. 2b18808 What I hope to be an implementation of defaulted copy assignment operators. by Sean Hunt · 13 years ago
  35. 7f41019 More progress towards defaulted copy assignment by Sean Hunt · 13 years ago
  36. 30de05c Start implementing defaulted copy assignment by Sean Hunt · 13 years ago
  37. c1b5fa4 Introduce __has_extension macro by Peter Collingbourne · 13 years ago
  38. 600d57f Remove the 'unaligned load' builtins now that they're no longer used in the *mmintrin.h files. by Bill Wendling · 13 years ago
  39. 819e9bf refactor CheckForwardProtocolDeclarationForCircularDependency returns by Fariborz Jahanian · 13 years ago
  40. 49634cf Defaulting copy constructors now works reasonably well. by Sean Hunt · 13 years ago
  41. 8cad304 Refactoring of constant expression evaluator by Peter Collingbourne · 13 years ago
  42. 7999991 Add a ConstStmtVisitor class by Peter Collingbourne · 13 years ago
  43. 2bb1101 When determining whether we can make a declaration into a global by Douglas Gregor · 13 years ago
  44. feb375d Implement the __is_trivially_copyable type trait by Sean Hunt · 13 years ago
  45. 2be7e90 Implement defaulting of destructors. by Sean Hunt · 13 years ago
  46. cb45a0f Hrm by Sean Hunt · 13 years ago
  47. 5762c0b Add a method to query whether or not a class has a default constructor declared. by Nick Lewycky · 13 years ago
  48. 96b69a7 After issuing diagnostics on circular protocol list, by Fariborz Jahanian · 13 years ago
  49. 0c96430 LLVM doesn't always optimize away the four loads from this: by Bill Wendling · 13 years ago
  50. 211924b Add clang_CXXMethod_isVirtual() to libclang, from Erik Verbruggen! by Douglas Gregor · 13 years ago
  51. e4246a6 Properly parse the 'default' and 'delete' keywords. by Sean Hunt · 13 years ago
  52. ca46d13 Implement deletion of explicitly defaulted default constructors. by Sean Hunt · 13 years ago
  53. cf41cdd Place "conflicting distributed object modifiers..." warnings under a -W flag. by Ted Kremenek · 13 years ago
  54. cdee3fe Implement implicit deletion of default constructors. by Sean Hunt · 13 years ago
  55. 6a24747 In Microsoft mode, allow pure specifier (=0) on inline functions declared at class scope. by Francois Pichet · 13 years ago
  56. 4405445 Tweak the diagnostics for the C++0x extensions to friend types to note by Douglas Gregor · 13 years ago
  57. f961ea5 Re-do R131114 without breaking code. by Sean Hunt · 13 years ago
  58. c840649 Reimplement Sema::MatchTemplateParametersToScopeSpecifier() based on by Douglas Gregor · 13 years ago
  59. 680404e Revert 131114. This fixes PR9884. by Rafael Espindola · 13 years ago
  60. 001cad9 Further implement defaulting constructors. by Sean Hunt · 13 years ago
  61. a780da7 The last of the trivial constructor changes, make CXXSpecialMember by Sean Hunt · 13 years ago
  62. 7604f64 Ignore const/volatile/restrict qualifiers on anonymous structs and by Douglas Gregor · 13 years ago
  63. 37b8c9e Clean up trivial default constructors now. by Sean Hunt · 13 years ago
  64. 023df37 Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and by Sean Hunt · 13 years ago
  65. 76934c7 Restore an accidentally-deleted word. by Sean Hunt · 13 years ago
  66. 377e1bd Relax the conversion rules for Objective-C GC qualifiers a by Douglas Gregor · 13 years ago
  67. f986038 Add support for _if_exists and __if_not_exists at namespace/global scope. by Francois Pichet · 13 years ago
  68. 52bbe7a Establish a new alignment for an ms_struct bitfield following by Fariborz Jahanian · 13 years ago
  69. 31d375f Keep track of the file ID corresponding to the original file used to by Douglas Gregor · 13 years ago
  70. bb85f8e Per Richard's suggestion, rename DefLoc to DefaultLoc where it appears. by Sean Hunt · 13 years ago
  71. 26dc3e0 Fix diagnostics to start with a lower case letter by Sean Hunt · 13 years ago
  72. 1e86269 Add support for Microsoft __if_exists and __if_not_exists construct inside function definition. by Francois Pichet · 13 years ago
  73. 10620eb Modify some deleted function methods to better reflect reality: by Sean Hunt · 13 years ago
  74. 5f3827c Fix a couple of comments. by Eli Friedman · 13 years ago
  75. dca8ee8 Introduce a new libclang parsing flag, by Douglas Gregor · 13 years ago
  76. 2174d4c Warn when trying to call a pure virtual member function in a class from the class constructor/destructor. Fixes PR7966. by Anders Carlsson · 13 years ago
  77. fe2695e Do defaulted constructors properly. by Sean Hunt · 13 years ago
  78. 5f802e5 Revert r130912 in order to approach defaulted functions from the other by Sean Hunt · 13 years ago
  79. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  80. 4b81cde When providing code completions for an Objective-C property access, by Douglas Gregor · 13 years ago
  81. e59abb5 Introduce a Diagnostic::Report function that accepts and emits a StoredDiagnostic. by Argyrios Kyrtzidis · 13 years ago
  82. 38165ae Place "incompatible pointer types assigning..." warning under a flag, allowing it to be surgically mapped to an error. by Ted Kremenek · 13 years ago
  83. 9be6e7c Add Checker callback for running a checker at the end of processing an entire TranslationUnit. Patch by Lei Zhang. by Ted Kremenek · 13 years ago
  84. ad7ec12 Implement some framework for defaulted constructors. by Sean Hunt · 13 years ago
  85. 3dc0541 Preserve the full name of the file, so that '-c -o foo.pic.o' produces by Nick Lewycky · 13 years ago
  86. c159870 Change cycle detection to be based off of a warning flag. by Sean Hunt · 13 years ago
  87. ebcbe1d there i fixed it by Sean Hunt · 13 years ago
  88. c9366ba Implement Sema::isExprCallable. by Matt Beaumont-Gay · 13 years ago
  89. 5ea4f44 Record where the GCOV data files should be placed. by Nick Lewycky · 13 years ago
  90. 9b3acaa More ms_struct bitfield stuff: by Fariborz Jahanian · 13 years ago
  91. 69d891d From Vassil Vassilev: by Axel Naumann · 13 years ago
  92. fe57eef Implement a better version of delegating constructor cycle detection. by Sean Hunt · 13 years ago
  93. 5e1db6a Enhance clang_getCXTUResourceUsage() to return the amount of memory used by the Preprocessor's bump allocator as well as those from the PreprocessingRecord. by Ted Kremenek · 13 years ago
  94. 156b640 Implement serialization of delegating constructors. by Sean Hunt · 13 years ago
  95. fa74c23 Ensure that delegating constructor loop detection uses canonical declarations. by Sean Hunt · 13 years ago
  96. dd3e554 Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), by Douglas Gregor · 13 years ago
  97. d808bd2 Introduce ASTUnit::LoadFromCompilerInvocationAction that allows one to create an ASTUnit by Argyrios Kyrtzidis · 13 years ago
  98. 06bc9eb Extend -Wnon-pod-memset to also encompass memcpy() and memmove(), by Douglas Gregor · 13 years ago
  99. 2a053a3 Separate the -Wnon-pod-memset warnings into two separate warnings: by Douglas Gregor · 13 years ago
  100. 0f4be74 When parsing a template friend declaration we dropped the template by Chandler Carruth · 13 years ago