1. 10601a3 Revert r155933 by Douglas Gregor · 13 years ago
  2. ca2e1b7 Workaround a miscompile in 483.xalancbmk while we figure it out. by David Blaikie · 13 years ago
  3. 6c803f7 During block layout, after padding up to the max field alignment, by John McCall · 13 years ago
  4. edb45f0 Diagnostics should start with a lower-case letter. by Patrick Beard · 13 years ago
  5. 05e6076 In C++11 mode, implement the C++11 semantics for by Douglas Gregor · 13 years ago
  6. d53f697 Fix CMake build by Douglas Gregor · 13 years ago
  7. 6df1fa9 Test verified. by John McCall · 13 years ago
  8. d1c0c94 Spacing. by Chad Rosier · 13 years ago
  9. 8165605 Implement simplify_type traits for redecl_iterator. by David Blaikie · 13 years ago
  10. f720a2b Remove variables made dead by r155923 by David Blaikie · 13 years ago
  11. c5713cf Get rid of storelv4si builtin as it can be expressed directly. This is general by Chad Rosier · 13 years ago
  12. 1b9a688 Remove dead code found by static analyzer. by Ted Kremenek · 13 years ago
  13. cf18ae5 Push variable declaration into nested scope (the only place where it is used). Found by static analyzer. by Ted Kremenek · 13 years ago
  14. b68258f modern objective-c translation of private ivars. // rdar://11351299 by Fariborz Jahanian · 13 years ago
  15. 2a7b09d Restructure some of the member-pointer tests, implicitly by John McCall · 13 years ago
  16. bfd7a52 Unify Options.td and CC1Options.td, in a first step towards unifying the serialization logic in Frontend and Driver. by James Molloy · 13 years ago
  17. d1fda03 Make some helper functions static. by Benjamin Kramer · 13 years ago
  18. 287ab9f clang/test/CodeGenCXX: Fix two tests, destructors.cpp and microsoft-abi-array-cookies.cpp, for -Asserts. by NAKAMURA Takumi · 13 years ago
  19. 9ff009f clang/test/Rewriter: Remove XFAIL and add -U__declspec to other 9 tests. mingw32 tends to define built-in __declspec. by NAKAMURA Takumi · 13 years ago
  20. bb1a899 clang/test/Rewriter/rewrite-modern-extern-c-func-decl.mm: Remove XFAIL and add -U__declspec. mingw32 tends to define built-in __declspec. by NAKAMURA Takumi · 13 years ago
  21. c2244f6 Add a disclaimer to the new test, plus a user-declared ctor by John McCall · 13 years ago
  22. 441c623 Add support for laying out vtordisps according to our current by John McCall · 13 years ago
  23. a12f84d Fix compilation with mingw-w64. by Abramo Bagnara · 13 years ago
  24. 70d9b16 Enable AVX on AMD Bulldozer processors. by Craig Topper · 13 years ago
  25. 20bb175 Abstract the emission of global destructors into ABI-specific code by John McCall · 13 years ago
  26. 5729672 PR12710 - broken default argument handling for templates. by David Blaikie · 13 years ago
  27. 08c88db Place several uncovered warnings under warning flags, and tweak diagnostic output including the term "gc" (in lowercase). by Ted Kremenek · 13 years ago
  28. 2e7651d Remove some not-very-stable assumptions from this testcase. by John McCall · 13 years ago
  29. 537dd3a Teach RetainCountchecker about IORegistryEntrySearchCFProperty returning retained objects. I know there is an SDK enhancement request for this to have the cf_returns_retained annotation, so this is just a stop gap. by Ted Kremenek · 13 years ago
  30. e2b45e2 Refactor the C++ ABI code a little bit to take advantage of by John McCall · 13 years ago
  31. 95109d2 Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized. by David Blaikie · 13 years ago
  32. 3a8ac07 When mangling a synthetic function declaration, we might not have by John McCall · 13 years ago
  33. 198ff65 Revert r155874. by Douglas Gregor · 13 years ago
  34. 9222cad Remove the unused DestroyAttrs, noticed by Michael Han. by Douglas Gregor · 13 years ago
  35. 6d3b93d Turn the mixed-sign-comparison diagnostic into a runtime behavior by Douglas Gregor · 13 years ago
  36. c30636a Print inline for inline namespaces, from Faisal Vali by Douglas Gregor · 13 years ago
  37. 1de801a Move a non portable test to FileCheck, from Jonathan Gray! by Douglas Gregor · 13 years ago
  38. b46d30f Move warn_cxx0x_right_shift_in_template_arg to CXX11Compat group, from by Douglas Gregor · 13 years ago
  39. 111263c Let's use the correct bool this time. by Kaelyn Uhrain · 13 years ago
  40. 1a200a8 A couple of very small tweaks suggested by Doug in reply to r155580 and r155163. by Kaelyn Uhrain · 13 years ago
  41. bd4fa45 Remove ref/value inconsistency in redecl_iterator. by David Blaikie · 13 years ago
  42. 8d59dee My first effort to do this more subtly failed, so elaborately by John McCall · 13 years ago
  43. 88db6a2 malloc size checker: Ignore const'ness of pointer types when determining of a sizeof() type is compatible with a pointed type. by Ted Kremenek · 13 years ago
  44. 4e1b292 Add support for openSUSE 12.2, from Ismail Donmez! by Douglas Gregor · 13 years ago
  45. 8e5900c clang_getCursorLexicalParent should return a translation unit cursor for declarations at the global scope, from Evan P. Fixes PR9083. by Douglas Gregor · 13 years ago
  46. aa54986 Remove -Wc++98-compat warning for an outrageously-rare circumstance of 'this' by Richard Smith · 13 years ago
  47. e720ce7 When going through references to check if the function returns the address by Argyrios Kyrtzidis · 13 years ago
  48. 8fba894 modern objective-c translator. named aggregate types by Fariborz Jahanian · 13 years ago
  49. 0e22a9f For RecursiveASTVisitor, do data recursion for CXXOperatorCallExpr. by Argyrios Kyrtzidis · 13 years ago
  50. 4548ca2 Store the source range of a CXXOperatorCallExpr in the Expr object instead of by Argyrios Kyrtzidis · 13 years ago
  51. 89585e80 minor refactoring of modern objc translator. by Fariborz Jahanian · 13 years ago
  52. 8eece46 Fix C versus C++ linkage issue. by Ted Kremenek · 13 years ago
  53. bbf66ca Reduce malloc() traffic of clang_getOverridenCursors() by using a pool of SmallVector<CXCursor> objects by Ted Kremenek · 13 years ago
  54. 2c0abf4 Add FixItHint for -Wnull-conversion to initialize with an appropriate literal. by David Blaikie · 13 years ago
  55. c1c0725 Fix PR12378: provide conversion warnings on default args of function templates by David Blaikie · 13 years ago
  56. e7be109 HandleDeclarator() returns NULL for semantic disasters. Deal with it by Douglas Gregor · 13 years ago
  57. 694e796 Add -Wloop-analysis. This warning will fire on for loops which the variables by Richard Trieu · 13 years ago
  58. b4ee880 modern objective-c translation: de-virtualize all local rewriting functions. by Fariborz Jahanian · 13 years ago
  59. de88246 Restore paren, bracket and brace counts in parser when by Douglas Gregor · 13 years ago
  60. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 13 years ago
  61. 2980383 Correct CFGBlock's front() and back() to return by const ref rather than value. by David Blaikie · 13 years ago
  62. b86b855 PR11926 + duplicates: Fix crash in -Wuninitialized when using a compiler like by Richard Smith · 13 years ago
  63. 6850faf PR9546, DR1268: A prvalue cannot be reinterpret_cast to an rvalue reference by Richard Smith · 13 years ago
  64. e531001 PR12688: ParseCXXClassMemberDeclaration's sometimes-null ThisDecl takes another by Richard Smith · 13 years ago
  65. a2e76f5 [class.copy]p23: Fix an assertion caused by incorrect argument numbering in a by Richard Smith · 13 years ago
  66. e593921 Currently __builtin_annotation() only annotates an i32. by Julien Lerouge · 13 years ago
  67. bddc7e5 improve error recovery for extra ')'s after a if/switch/while condition. Before: by Chris Lattner · 13 years ago
  68. 8bb21d3 switch some uses of ExpectAndConsume(tok::semi to use ExpectAndConsumeSemi. This allows by Chris Lattner · 13 years ago
  69. 8907832 isCXX98PODType: Avoid dispatch on the language standard when recursing. by Benjamin Kramer · 13 years ago
  70. 98f71aa C++11 weakens the requirement for types used with offsetof from POD to standard layout type. by Benjamin Kramer · 13 years ago
  71. 152f6b7 Rename isPODType (using the C++98 rules) into isCXX98PODType and make isPODType decide which one to use based on LangOptions. by Benjamin Kramer · 13 years ago
  72. 470360d Revert "Use the C++11 definition of PODness for __is_pod in C++11 mode." by Benjamin Kramer · 13 years ago
  73. 046e869 Use the C++11 definition of PODness for __is_pod in C++11 mode. by Benjamin Kramer · 13 years ago
  74. d200187 [analyzer] Remove references to idx::TranslationUnit. Index is dead, cross-TU inlining never panned out. by Jordy Rose · 13 years ago
  75. d92fe8f Make the diagnostic for "unexpected ':' in nested name specifier" a bit easier on the eyes. by Nico Weber · 13 years ago
  76. 27fc81b objective-c modern translator: Correctly translate by Fariborz Jahanian · 13 years ago
  77. 58db7a5 When @encode'ing a C++ class that has empty base classes, we can end by Douglas Gregor · 13 years ago
  78. 0eed2cb Bump up the MaxDepth in the BalancedDelimiterTracker. by Chad Rosier · 13 years ago
  79. bd78cfa modern objective-c translator: _OBJC_PROTOCOL_REFERENCE_* by Fariborz Jahanian · 13 years ago
  80. 8202fb8 [driver] Don't try to set the deployment target when there is no bound by Chad Rosier · 13 years ago
  81. a1366cb PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode. by Richard Smith · 13 years ago
  82. 392b3f5 Imrpove the note text for when a non-type decl hides a tag type by Kaelyn Uhrain · 13 years ago
  83. 4e47dee Fix logic such that we only call getToolChain once. No functional change by Chad Rosier · 13 years ago
  84. 1dcfe34 Remove redundant calls to BAA->getArchName(). No functional change intended. by Chad Rosier · 13 years ago
  85. c97e96a Revert 155679; Not a typo. by Chad Rosier · 13 years ago
  86. 3a70cd6 Use enum to set debug info size generated by Clang by Alexey Samsonov · 13 years ago
  87. 577f14a Use a deque instead of an ImmutableList in AnalysisConsumer to preserve the file order that functions are visited. Should fix the buildbots. by Ted Kremenek · 13 years ago
  88. 29a4ce4 test/Rewriter: Mark 4 tests as XFAIL:mingw32, due to predefined __declspec(a) issue. by NAKAMURA Takumi · 13 years ago
  89. ba82a61 test/Driver/fast-math.c: Mark this as XFAIL:cygming. They use gcc driver for as. by NAKAMURA Takumi · 13 years ago
  90. d601c62 Add test case for rdar://11293995 by Argyrios Kyrtzidis · 13 years ago
  91. c8f11e9 Add a missing check in CodeGen of packed classes with vtables. <rdar://problem/11324125>. by Eli Friedman · 13 years ago
  92. 526cda3 The release notes are no place for modesty. by Richard Smith · 13 years ago
  93. cb0a503 Change FunctionSummary.h's definition of SetOfDecls to be an ImmutableList instead by Ted Kremenek · 13 years ago
  94. e9a4c01 Typo. by Chad Rosier · 13 years ago
  95. aec2ac6 Add note to help explain why a tag such as 'struct' is needed to refer by Kaelyn Uhrain · 13 years ago
  96. 65a7c68 modern objective-c transltion: Fixes a translation bug by Fariborz Jahanian · 13 years ago
  97. 9b94cd1 Add a missing ExpressionEvaluationContext for template default arguments. Fixes PR12581. by Eli Friedman · 13 years ago
  98. 0538ad7 Remove svn:eol-style from the test I just added. Sorry :-/ by Nico Weber · 13 years ago
  99. 40d8e97 Revert r154981, because it caused PR12674. by Nico Weber · 13 years ago
  100. 196603c Test case for previosu patch. // rdar://11323676 by Fariborz Jahanian · 13 years ago