1. 9eefa22 When instantiating member functions, propagate whether the member function is marked 'final' and 'override'. by Anders Carlsson · 14 years ago
  2. 3ffe183 When checking for functions marked override, ignore dependent contexts. by Anders Carlsson · 14 years ago
  3. 4ebf160 Make CheckOverrideControl a member of Sema. by Anders Carlsson · 14 years ago
  4. 9e682d9 Diagnose virtual member functions marked override but not overriding any virtual member functions. by Anders Carlsson · 14 years ago
  5. c7119a8 Fix tests to be valid. by Anders Carlsson · 14 years ago
  6. c0534b6 Add IsMarkedOverride and IsMarkedFinal flags to FunctionDecl (to be used by CXXRecordDecl). by Anders Carlsson · 14 years ago
  7. 98367f0 Change the parser error to reflect that virt-specifiers are allowed on any class member. by Anders Carlsson · 14 years ago
  8. aae5af2 Only allow virtual member functions to be marked 'override' and 'final'. by Anders Carlsson · 14 years ago
  9. 37ea6c4 Add silly test case. by Anders Carlsson · 14 years ago
  10. 69a8735 Pass the VirtSpecifiers along to Sema::ActOnCXXMemberDeclarator. by Anders Carlsson · 14 years ago
  11. 7eeb4ec Lazily initialize the 'final' and 'override' contextual keywords as suggested by Doug. by Anders Carlsson · 14 years ago
  12. aa031fd Add more parser tests for the override control keywords. by Anders Carlsson · 14 years ago
  13. 15c6c0e Turns out that the previous commit also fixes this :-) by Rafael Espindola · 14 years ago
  14. 706df2f Fix PR8884 by skipping transparent contexts. The test is for LikageSpec. I by Rafael Espindola · 14 years ago
  15. 3dbdb58 Add CharUnits::RoundUpToAlignment() to simplify rounding in character units. by Ken Dyck · 14 years ago
  16. 83eecbe When building a user-defined conversion sequence, keep track of the by Douglas Gregor · 14 years ago
  17. f2ae526 Sema::BuildCXXMemberCallExpr() can fail due to access or ambiguities, by Douglas Gregor · 14 years ago
  18. dfc331e Explicitly track the number of call arguments provided when performing by Douglas Gregor · 14 years ago
  19. 83d7781 Eradicate any mention of C++0x concepts. by Douglas Gregor · 14 years ago
  20. 4c9131a Variadic templates are fully implemented. by Douglas Gregor · 14 years ago
  21. 5ce5f52 Downgrade the "variadic templates are a C++0x feature" error to an by Douglas Gregor · 14 years ago
  22. d967e31 Refactor the dependence computation for DeclRefExpr so that we can by Douglas Gregor · 14 years ago
  23. a779d9c Implement basic support for the use of variadic templates and blocks by Douglas Gregor · 14 years ago
  24. ba73ada Teach libclang to generate USRs containing parameter packs and pack expansions. by Douglas Gregor · 14 years ago
  25. 94d9629 Teach libclang about SizeOfPackExpr. by Douglas Gregor · 14 years ago
  26. 6952f1e Implement support for non-type template parameter packs whose type is by Douglas Gregor · 14 years ago
  27. 61f438a NonTypeTemplateParmDecls always have TypeSourceInfo. There's no sense by Douglas Gregor · 14 years ago
  28. 92c3a04 Warn about the use of unparenthesized |= in conditionals (which may be by Douglas Gregor · 14 years ago
  29. 9ea416e Parse the optional semicolon after a C++ in-class member function by Douglas Gregor · 14 years ago
  30. 2998d6b When building the copy expression for a __block variable, make sure by John McCall · 14 years ago
  31. 3b65751 Change the canonical representation of array types to store qualifiers on the by John McCall · 14 years ago
  32. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  33. f7e22d8 Fix name to match reality. by Nick Lewycky · 14 years ago
  34. fe71008 Replace calls to getTypeSize() and getTypeAlign() with their 'InChars' by Ken Dyck · 14 years ago
  35. 69fc1b3 Add a unary minus operator. by Ken Dyck · 14 years ago
  36. bcbd03a Emit DW_TAG_lexical_scope to surround foreach. by Devang Patel · 14 years ago
  37. 0b53cf8 Don't silently drop warning flags passed in to by Douglas Gregor · 14 years ago
  38. 6e5658d lib/Sema/SemaExpr.cpp: __null should be LongLongTy on LLP64 Win64. by NAKAMURA Takumi · 14 years ago
  39. ff8be0e lib/CodeGen/TargetInfo.cpp: Fix coding style and erase an obsolete comment. by NAKAMURA Takumi · 14 years ago
  40. c21fed3 Teach UninitializedValuesV2 to implicitly reason about C++ by Ted Kremenek · 14 years ago
  41. c532b50 Add unnamed_addr in CreateRuntimeVariable. by Rafael Espindola · 14 years ago
  42. a33e050 When redefining a macro don't warn twice if it's not used and don't warn for duplicate by Argyrios Kyrtzidis · 14 years ago
  43. e188933 Properly do a float -> _Complex double conversion, fixes rdar://8875946. by Argyrios Kyrtzidis · 14 years ago
  44. 6eb5be8 Comment a wacky test case by Douglas Gregor · 14 years ago
  45. ce88903 Fix some unnecessarily complicated code for canonicalizing variably-modified by John McCall · 14 years ago
  46. 62c28c8 Generalize some operations on qualifiers. QualType::getQualifiers() and by John McCall · 14 years ago
  47. 8e26222 Fix newlines. by Daniel Dunbar · 14 years ago
  48. 7a051b2 tests: Force a triple. by Daniel Dunbar · 14 years ago
  49. dbee341 Add support for explicit constructor calls in Microsoft mode. For example: by Francois Pichet · 14 years ago
  50. 4dccb90 Correctly enable test/Sema/unit-variables.c, by Ted Kremenek · 14 years ago
  51. c104e53 Teach UninitializedValuesV2 about "int x = x" and by Ted Kremenek · 14 years ago
  52. 8691e0b Get clang-wpa to build in TOT (reflecting updates to the static analyzer). by Ted Kremenek · 14 years ago
  53. d8868a6 Introduce the notion of a "minimal" import of ASTs, to better support LLDB. by Douglas Gregor · 14 years ago
  54. 06f486e Replace calls to CharUnits::fromQuantity() with ones to by Ken Dyck · 14 years ago
  55. dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 14 years ago
  56. fb1e3bc Replace calls to CharUnits::fromQuantity() with ones by Ken Dyck · 14 years ago
  57. a757322 lib/CodeGen/TargetInfo.cpp: Add Win64 calling conversion. by NAKAMURA Takumi · 14 years ago
  58. 7952199 lib/Basic/Targets.cpp: __builtin_va_list is as same on win64 mingw64! by NAKAMURA Takumi · 14 years ago
  59. 1b24cd3 lib/Basic/Targets.cpp: Fix __declspec() on Mingw-w64. by NAKAMURA Takumi · 14 years ago
  60. 8c959d9 lib/Basic/Targets.cpp: Set user_label_prefix on Win64 both mingw and msvc. by NAKAMURA Takumi · 14 years ago
  61. 31f7d02 Simplify. by Devang Patel · 14 years ago
  62. d3d4e1e More unnamed_addr. by Rafael Espindola · 14 years ago
  63. 803d307 merge strings created by const NSConstantString *appKey = @"MyApp"; by Rafael Espindola · 14 years ago
  64. 0f56559 NetBSD, OpenBSD, and Dragonfly BSD also have arc4random. Patch from by Douglas Gregor · 14 years ago
  65. 43d013d Add missing <cctype> include, from Joerg Sonnenberger by Douglas Gregor · 14 years ago
  66. 22c4120 Handle base and member destructors in CheckFallThrough. by Anders Carlsson · 14 years ago
  67. b918d0f Convert "#pragma unused(...)" into tokens for the parser. by Argyrios Kyrtzidis · 14 years ago
  68. b266a1f Add unnamed_addr to the special strings created by by Rafael Espindola · 14 years ago
  69. d6c4eb6 Remove dead code. by Anders Carlsson · 14 years ago
  70. b971dbd Change ParseOptionalCXX0XVirtSpecifierSeq to take a VirtSpecifiers struct. by Anders Carlsson · 14 years ago
  71. 5be38be Remove a c++ file test I inadvertently added in Sema last week. by Francois Pichet · 14 years ago
  72. 77a8184 Revert r123600. by Francois Pichet · 14 years ago
  73. 1f3b6fd Begin work on supporting "N3206: Override control: Eliminating Attributes", from by Anders Carlsson · 14 years ago
  74. 0dc5f9a Fix a bug where the -Wmissing-noreturn would always treat constructors with base or member initializers as noreturn. by Anders Carlsson · 14 years ago
  75. 04eeba4 Add AnalysisContext::dumpCFG. by Anders Carlsson · 14 years ago
  76. e7108ab Downgrade ext_enumerator_too_large from ExtWarn to Extension in Microsoft mode. Otherwise you can warnings flooding trying to selfhost clang with fms-extensions because of "unsigned int" -> "signed int" enumerator conversion. by Francois Pichet · 14 years ago
  77. 2d75bbd Emit an extension diagnostic for C99 designated initializers that appear in C++ code by Douglas Gregor · 14 years ago
  78. 9da95e6 Tweak the partial ordering rules for function templates to prefer a by Douglas Gregor · 14 years ago
  79. 657ca66 improve compatibility with GCC: when generating the ".d" filename to use by Chris Lattner · 14 years ago
  80. 7c4a4a0 AST/InheritViz: Remove all internal uses of PathV1. by Michael J. Spencer · 14 years ago
  81. eb6f5dc Add toCharUnitsInBits() to simplify the many calls to CharUnits::fromQuantity() of the form CharUnits::fromQuantity(bitSize, Context.getCharWidth()). by Ken Dyck · 14 years ago
  82. 2d78c37 Unbreak the MSVC build again: replace bzero by memset. by Francois Pichet · 14 years ago
  83. cd3ac4b Also set unnamed_addr on declarations. by Rafael Espindola · 14 years ago
  84. 3ed572e clean up some dead code around __has_include() processing code identified by the ted-o-matic. by Chris Lattner · 14 years ago
  85. 1aee05d Introduce a new kind of TemplateName that captures a substituted by Douglas Gregor · 14 years ago
  86. 610068c Add initial prototype for implementation of by Ted Kremenek · 14 years ago
  87. 200fbc8 Add const version if CFG::isBlkExpr(). by Ted Kremenek · 14 years ago
  88. b1bdced Store/retrieve -fshort-enums for PCH, fixes rdar://8854933. by Argyrios Kyrtzidis · 14 years ago
  89. 9c34ee6 Tweak the storage mechanism for a set of overloaded template names in by Douglas Gregor · 14 years ago
  90. c7793c7 Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, by Douglas Gregor · 14 years ago
  91. 2be29f4 Teach template template argument pack expansions to keep track of the by Douglas Gregor · 14 years ago
  92. 6a24bfd Handle substitutions into function parameter packs whose patterns by Douglas Gregor · 14 years ago
  93. c39b5e8 Cleanup confused code that redundantly called "getDeclContext()" twice. by Ted Kremenek · 14 years ago
  94. 689ebfc The variable 'ReusedDecl' is written but never read. by Ted Kremenek · 14 years ago
  95. fe62b06 The variable 'isTemplateSpecialization' is no longer by Ted Kremenek · 14 years ago
  96. e6df5f6 Remove unused store to variable 'Name'. Found by clang static analyzer. by Ted Kremenek · 14 years ago
  97. f033517 Driver: tweak handling of '--analyze' to invoke by Ted Kremenek · 14 years ago
  98. 02fff57 Fixed by r123477. by Owen Anderson · 14 years ago
  99. 67fd125 Teach PackExpansionExpr to keep track of the number of pack expansions by Douglas Gregor · 14 years ago
  100. 3efd52c Properly propagate #pragma diagnostic mappings from PCH but not command-line warning flags. by Argyrios Kyrtzidis · 14 years ago