1. 3dd82f7 The Redeclarable part of named decls is read before their name. by Axel Naumann · 12 years ago
  2. b0e33d4 Also merge template redeclarations. by Axel Naumann · 12 years ago
  3. 6e208db Mark two Clang tests as passing on ARM by Nico Weber · 12 years ago
  4. 5819750 fix test/CodeGen/tbaa-for-vptr.cpp: don't hardcode the index of metadata by Kostya Serebryany · 12 years ago
  5. 7b3b95a Bring ASTReader and Writer into sync for the case where a canonical template specialization was written, which is non-canonical at the time of reading: force the reading of the ClassTemplateDecl if it was written. by Axel Naumann · 12 years ago
  6. 6cacae8 CodeGen: Copy tail padding when we're not dealing with a trivial copy assign or move assign operator. by Benjamin Kramer · 12 years ago
  7. 615c3dd Filter out tools and unittests which we don't want to build when we're building clang only. by Bill Wendling · 12 years ago
  8. a2cccd0 Remove this hack in favor of another, better way of performing the same thing. by Bill Wendling · 12 years ago
  9. 33e3911 Specify a full target in an attempt to appease buildbots. by Bob Wilson · 12 years ago
  10. f2f3ce5 Add Clang support for iOS6. by Bob Wilson · 12 years ago
  11. cfaab00 Add ARM VFPv4 feature and enable it by default for Swift. by Bob Wilson · 12 years ago
  12. 336bfa3 Add armv7s and some other arm variants supported by Mach-O files. by Bob Wilson · 12 years ago
  13. 0226266 Add an FMA intrinsic for ARM Neon. by Bob Wilson · 12 years ago
  14. 2e4457a Whitespace. by Bob Wilson · 12 years ago
  15. aaa8e45 Fix refersToDeclaration()-matcher and add missing test case. This was by Daniel Jasper · 12 years ago
  16. 1952354 Move the 'find macro by spelling' infrastructure to the Preprocessor class and by Dmitri Gribenko · 12 years ago
  17. fa4f4b3 Comment XML schema: correct indentation. by Dmitri Gribenko · 12 years ago
  18. 436e825 clang/test/CodeGen/tbaa-struct.cpp: Fix. Be aware of 32 bit pointer. by NAKAMURA Takumi · 12 years ago
  19. ce6644b Revert "[analyzer] Create a temporary region for rvalue structs when accessing fields" by Jordan Rose · 12 years ago
  20. 20aa403 Revert "[analyzer] Create a temp region when a method is called on a struct rvalue." by Jordan Rose · 12 years ago
  21. 846c898 Revert "[analyzer] Handle inlined constructors for rvalue temporaries correctly." by Jordan Rose · 12 years ago
  22. f8afcff For PPCallbacks::InclusionDirective() add a parameter for the module, whenever by Argyrios Kyrtzidis · 12 years ago
  23. e2ac16b In the Module class, add a reference to the corresponding AST file. by Argyrios Kyrtzidis · 12 years ago
  24. eb788e9 Add an assertion to make sure the implicitly imported module by Argyrios Kyrtzidis · 12 years ago
  25. 0272622 [analyzer] Do not visit ObjCMethodDecl twice in the AST checkers. by Anna Zaks · 12 years ago
  26. 31f69cc [analyzer] Re-implement IvarInvalidationChecker so that it verifies that by Anna Zaks · 12 years ago
  27. ef4d5ce PR13941: Mark all virtual functions as unnamed_addr. It's not possible to by Richard Smith · 12 years ago
  28. b6d80fe Use a custom DenseMapInfo for WeakObjectProfileTy. by Jordan Rose · 12 years ago
  29. 257e2e8 [Doc parsing] Add availability information to generated Comment XML. by Fariborz Jahanian · 12 years ago
  30. 20441c5 Fix buildbots by not using a template from another namespace. by Jordan Rose · 12 years ago
  31. 66da0ab Compatibility macro detection for the -Wimplicit-fallthrough diagnostic. by Alexander Kornienko · 12 years ago
  32. 3437daa -Wreceiver-is-weak: rephrase warning text and add a suggestion Note. by Jordan Rose · 12 years ago
  33. a55d32d Pull ScopeInfo implementation into its own file. by Jordan Rose · 12 years ago
  34. 7a27048 -Warc-repeated-use-of-weak: check ivars and variables as well. by Jordan Rose · 12 years ago
  35. 58b6bdc Add a warning (off by default) for repeated use of the same weak property. by Jordan Rose · 12 years ago
  36. b22c7dc Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for by Dan Gohman · 12 years ago
  37. 72ab277 When processing an InitListExpr and skipping the initialization of an invalid by Richard Smith · 12 years ago
  38. 3c88301 Update template type diffing to handle qualifiers. Differing qualifiers will by Richard Trieu · 12 years ago
  39. 70d38f3 Allow __builtin_bswap32/64 in constant expressions, like gcc does. Patch by Tijl Coosemans! by Richard Smith · 12 years ago
  40. 65eaecf Clean up part of template type diffing. Moved repeated code to separate by Richard Trieu · 12 years ago
  41. a5ee089 Modern objcective-C translator. When doing rewriting, Do not by Fariborz Jahanian · 12 years ago
  42. 580cd17 [analyzer] Handle inlined constructors for rvalue temporaries correctly. by Jordan Rose · 12 years ago
  43. 0006ba4 [analyzer] Create a temp region when a method is called on a struct rvalue. by Jordan Rose · 12 years ago
  44. 6f61df3 [analyzer] Create a temporary region for rvalue structs when accessing fields by Jordan Rose · 12 years ago
  45. da3d76b Avoid malloc thrashing in the uninitialized value analysis. by Benjamin Kramer · 12 years ago
  46. 1c84c68 Set Diag.ErrorOccurred even if a DiagnosticConsumer does not want it in by Daniel Jasper · 12 years ago
  47. 919a2d7 Fix a regression from r164656. by Eli Friedman · 12 years ago
  48. bf24792 [analyzer] Address Jordan's code review for r164790. by Anna Zaks · 12 years ago
  49. 377945c [analyzer] IvarInvalidation: track synthesized ivars and allow escape by Anna Zaks · 12 years ago
  50. 69e431e Unbreak cmake build (fixup for r164790) by Anna Zaks · 12 years ago
  51. 88a83e3 [analyzer] Add an experimental ObjC direct ivar assignment checker. by Anna Zaks · 12 years ago
  52. ad0ce53 Make getDefaultSynthIvarName() a member of ObjCPropertyDecl. by Anna Zaks · 12 years ago
  53. b087bbf [analyzer] Address Jordan's code review comments for r164716. by Anna Zaks · 12 years ago
  54. 023bd7d Pass PrintingPolicy by reference, copying it isn't cheap. by Benjamin Kramer · 12 years ago
  55. cc59e91 clang/test/CodeGen/ms-inline-asm.c: It requires x86 codegen. Reported by Joey Gouly. by NAKAMURA Takumi · 12 years ago
  56. 98cfcbf Following up on r164620, cope with symlinking from an embedded by Douglas Gregor · 12 years ago
  57. dc6c6d3 Shrink LinkageInfo from 96 bits to 8 bits. by Benjamin Kramer · 12 years ago
  58. f3477c1 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766 by Sylvestre Ledru · 12 years ago
  59. 94ff8e1 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
  60. 7836011 IvarInvalidationChecker.cpp: Remove an unused member, InterfD. [-Wunused-private-field] by NAKAMURA Takumi · 12 years ago
  61. da31359 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 12 years ago
  62. 69e80c5 Use %clang_cc1 so that the test works even if the target isn't available. by Jordan Rose · 12 years ago
  63. c04bb92 [libclang] Always report a CXCursor_MacroDefinition for code-completion by Argyrios Kyrtzidis · 12 years ago
  64. 985c471 Use a variable to stop us from building clang testing tools. by Bill Wendling · 12 years ago
  65. a4376dc Turn off this test, as the new and old SROA cause it produce different output. by Nick Lewycky · 12 years ago
  66. bc3a3a7 Update to new function attribute querying syntax. by Bill Wendling · 12 years ago
  67. 99c7208 Allow -MF to be used in combination with -E -M or -E -MM. by Benjamin Kramer · 12 years ago
  68. 5bf5c2e [analyzer] Add experimental ObjC invalidation method checker. by Anna Zaks · 12 years ago
  69. 0be2638 [analyzer] Commit a test case for r164579. by Anna Zaks · 12 years ago
  70. b2d6bc3 Have set-xcode-analyer report an error if no xcspec file could be found. by Ted Kremenek · 12 years ago
  71. 9d86eab Make set-xcode-analyzer more tolerant of the naming differenes reported by xcode-select. by Ted Kremenek · 12 years ago
  72. b35007c Revert "Use sep instead of ' '." by Ted Kremenek · 12 years ago
  73. d278dbe Fix template instantiation of attributes. More specifically, fix the case by DeLesley Hutchins · 12 years ago
  74. fb9a0ed Use sep instead of ' '. by Ted Kremenek · 12 years ago
  75. 1aca456 Make our mini-stdint.h platform-independent by using predefined macros. by Jordan Rose · 12 years ago
  76. 526d244 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 12 years ago
  77. e6d2202 Have ASTUnit::Save() return a bool to indicate save error. by Argyrios Kyrtzidis · 12 years ago
  78. 86b671b Fix build failure and enhance the testcase for unwind.h. by Logan Chien · 12 years ago
  79. 025560c Run test in a freestanding environment so it doesn't accidentally pick up system headers for the wrong target. by Benjamin Kramer · 12 years ago
  80. dc32de2 Fix two more tests that didn't do anything. by Nico Weber · 12 years ago
  81. c888133 Make this test actually test something by Nico Weber · 12 years ago
  82. 93dec51 Revert r163022, it caused PR13924. by Nico Weber · 12 years ago
  83. c5e3df7 Add struct keyword before _Unwind_Context. by Logan Chien · 12 years ago
  84. 732cdf3 Remove unnecessary ASTContext& parameter from SymExpr::getType(). by Ted Kremenek · 12 years ago
  85. 385cc5f Add codegen support for the __debugbreak intrinsic. by Nico Weber · 12 years ago
  86. 80bfa3d Fix an edge case of mangling involving the combination of a lambda and typeid. by Eli Friedman · 12 years ago
  87. d7a6b16 Fix the AST representation for non-type template arguments to encode by Eli Friedman · 12 years ago
  88. 0738198 Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType by Richard Smith · 12 years ago
  89. a74b9cd Update checker build. by Ted Kremenek · 12 years ago
  90. 663117a [Options] Store the option ID in OptTable::Info. by Michael J. Spencer · 12 years ago
  91. afbb662 Remove 'const' version of getBasicVals(), which is useless. by Ted Kremenek · 12 years ago
  92. 2fd6956 Rename CanFitInto64Bits to alwaysFitsInto64Bits per discussion on IRC. by Jordan Rose · 12 years ago
  93. 80ecf5e [driver] Add support for the -fno-fast-math option. rdar://12299433 by Chad Rosier · 12 years ago
  94. 162884d [libclang] Do a AST concurrency check in clang_indexTranslationUnit_Impl. by Argyrios Kyrtzidis · 12 years ago
  95. d498f38 Improve upon r164450 and localize the logic of updating the type of by Argyrios Kyrtzidis · 12 years ago
  96. 191046d Optimize NumericLiteralParser::GetIntegerValue(). by Dmitri Gribenko · 12 years ago
  97. bf7f77a [analyzer] Add tests for symbolic expression liveness. by Jordan Rose · 12 years ago
  98. 0073a5c Reapply "[analyzer] Remove constraints on dead symbols as part of removeDeadBindings." by Jordan Rose · 12 years ago
  99. 6e3bf21 [analyzer] Calculate liveness for symbolic exprs as well as atomic symbols. by Jordan Rose · 12 years ago
  100. 156f0f0 Under certain terrible circumstances (<rdar://problem/10805775>), by Douglas Gregor · 12 years ago