1. a5ee089 Modern objcective-C translator. When doing rewriting, Do not by Fariborz Jahanian · 12 years ago
  2. 580cd17 [analyzer] Handle inlined constructors for rvalue temporaries correctly. by Jordan Rose · 12 years ago
  3. 0006ba4 [analyzer] Create a temp region when a method is called on a struct rvalue. by Jordan Rose · 12 years ago
  4. 6f61df3 [analyzer] Create a temporary region for rvalue structs when accessing fields by Jordan Rose · 12 years ago
  5. da3d76b Avoid malloc thrashing in the uninitialized value analysis. by Benjamin Kramer · 12 years ago
  6. 1c84c68 Set Diag.ErrorOccurred even if a DiagnosticConsumer does not want it in by Daniel Jasper · 12 years ago
  7. 919a2d7 Fix a regression from r164656. by Eli Friedman · 12 years ago
  8. bf24792 [analyzer] Address Jordan's code review for r164790. by Anna Zaks · 12 years ago
  9. 377945c [analyzer] IvarInvalidation: track synthesized ivars and allow escape by Anna Zaks · 12 years ago
  10. 69e431e Unbreak cmake build (fixup for r164790) by Anna Zaks · 12 years ago
  11. 88a83e3 [analyzer] Add an experimental ObjC direct ivar assignment checker. by Anna Zaks · 12 years ago
  12. ad0ce53 Make getDefaultSynthIvarName() a member of ObjCPropertyDecl. by Anna Zaks · 12 years ago
  13. b087bbf [analyzer] Address Jordan's code review comments for r164716. by Anna Zaks · 12 years ago
  14. 023bd7d Pass PrintingPolicy by reference, copying it isn't cheap. by Benjamin Kramer · 12 years ago
  15. cc59e91 clang/test/CodeGen/ms-inline-asm.c: It requires x86 codegen. Reported by Joey Gouly. by NAKAMURA Takumi · 12 years ago
  16. 98cfcbf Following up on r164620, cope with symlinking from an embedded by Douglas Gregor · 12 years ago
  17. dc6c6d3 Shrink LinkageInfo from 96 bits to 8 bits. by Benjamin Kramer · 12 years ago
  18. 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
  19. 94ff8e1 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
  20. 7836011 IvarInvalidationChecker.cpp: Remove an unused member, InterfD. [-Wunused-private-field] by NAKAMURA Takumi · 12 years ago
  21. da31359 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 12 years ago
  22. 69e80c5 Use %clang_cc1 so that the test works even if the target isn't available. by Jordan Rose · 12 years ago
  23. c04bb92 [libclang] Always report a CXCursor_MacroDefinition for code-completion by Argyrios Kyrtzidis · 12 years ago
  24. 985c471 Use a variable to stop us from building clang testing tools. by Bill Wendling · 12 years ago
  25. a4376dc Turn off this test, as the new and old SROA cause it produce different output. by Nick Lewycky · 12 years ago
  26. bc3a3a7 Update to new function attribute querying syntax. by Bill Wendling · 12 years ago
  27. 99c7208 Allow -MF to be used in combination with -E -M or -E -MM. by Benjamin Kramer · 12 years ago
  28. 5bf5c2e [analyzer] Add experimental ObjC invalidation method checker. by Anna Zaks · 12 years ago
  29. 0be2638 [analyzer] Commit a test case for r164579. by Anna Zaks · 12 years ago
  30. b2d6bc3 Have set-xcode-analyer report an error if no xcspec file could be found. by Ted Kremenek · 12 years ago
  31. 9d86eab Make set-xcode-analyzer more tolerant of the naming differenes reported by xcode-select. by Ted Kremenek · 12 years ago
  32. b35007c Revert "Use sep instead of ' '." by Ted Kremenek · 12 years ago
  33. d278dbe Fix template instantiation of attributes. More specifically, fix the case by DeLesley Hutchins · 12 years ago
  34. fb9a0ed Use sep instead of ' '. by Ted Kremenek · 12 years ago
  35. 1aca456 Make our mini-stdint.h platform-independent by using predefined macros. by Jordan Rose · 12 years ago
  36. 526d244 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 12 years ago
  37. e6d2202 Have ASTUnit::Save() return a bool to indicate save error. by Argyrios Kyrtzidis · 12 years ago
  38. 86b671b Fix build failure and enhance the testcase for unwind.h. by Logan Chien · 12 years ago
  39. 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
  40. dc32de2 Fix two more tests that didn't do anything. by Nico Weber · 12 years ago
  41. c888133 Make this test actually test something by Nico Weber · 12 years ago
  42. 93dec51 Revert r163022, it caused PR13924. by Nico Weber · 12 years ago
  43. c5e3df7 Add struct keyword before _Unwind_Context. by Logan Chien · 12 years ago
  44. 732cdf3 Remove unnecessary ASTContext& parameter from SymExpr::getType(). by Ted Kremenek · 12 years ago
  45. 385cc5f Add codegen support for the __debugbreak intrinsic. by Nico Weber · 12 years ago
  46. 80bfa3d Fix an edge case of mangling involving the combination of a lambda and typeid. by Eli Friedman · 12 years ago
  47. d7a6b16 Fix the AST representation for non-type template arguments to encode by Eli Friedman · 12 years ago
  48. 0738198 Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType by Richard Smith · 12 years ago
  49. a74b9cd Update checker build. by Ted Kremenek · 12 years ago
  50. 663117a [Options] Store the option ID in OptTable::Info. by Michael J. Spencer · 12 years ago
  51. afbb662 Remove 'const' version of getBasicVals(), which is useless. by Ted Kremenek · 12 years ago
  52. 2fd6956 Rename CanFitInto64Bits to alwaysFitsInto64Bits per discussion on IRC. by Jordan Rose · 12 years ago
  53. 80ecf5e [driver] Add support for the -fno-fast-math option. rdar://12299433 by Chad Rosier · 12 years ago
  54. 162884d [libclang] Do a AST concurrency check in clang_indexTranslationUnit_Impl. by Argyrios Kyrtzidis · 12 years ago
  55. d498f38 Improve upon r164450 and localize the logic of updating the type of by Argyrios Kyrtzidis · 12 years ago
  56. 191046d Optimize NumericLiteralParser::GetIntegerValue(). by Dmitri Gribenko · 12 years ago
  57. bf7f77a [analyzer] Add tests for symbolic expression liveness. by Jordan Rose · 12 years ago
  58. 0073a5c Reapply "[analyzer] Remove constraints on dead symbols as part of removeDeadBindings." by Jordan Rose · 12 years ago
  59. 6e3bf21 [analyzer] Calculate liveness for symbolic exprs as well as atomic symbols. by Jordan Rose · 12 years ago
  60. 156f0f0 Under certain terrible circumstances (<rdar://problem/10805775>), by Douglas Gregor · 12 years ago
  61. 4d7e0ce Macro history (de-)serialization. Deserialization currently reads only the latest macro definition. Needs more work. by Alexander Kornienko · 12 years ago
  62. 317d8f3 Examine the last, not the first, instruction from the MC matcher. by Bob Wilson · 12 years ago
  63. 1370d37 -iframework should allow separate arguments. by Douglas Gregor · 12 years ago
  64. b09de51 Introduce builtin macros to determine whether we're building a by Douglas Gregor · 12 years ago
  65. 9158a56 A minor doc fix. by Alexander Kornienko · 12 years ago
  66. 4c6d6dc Fix failing test/Sema/wchar.c on ARM. by Hans Wennborg · 12 years ago
  67. ecd03b4 When performing a ::delete of an object with a virtual destructor, by John McCall · 12 years ago
  68. 0e33dcd clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts. by NAKAMURA Takumi · 12 years ago
  69. 9653ab5 Implement Mike Herrick's proposed noexcept mangling. by John McCall · 12 years ago
  70. bd31574 In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov. by John McCall · 12 years ago
  71. ea30e2f Add the Microsoft __is_interface_class type trait. Patch by Andy Gibbs! by John McCall · 12 years ago
  72. e402e72 Fix for r163013 regression and further __interface enhancement. by John McCall · 12 years ago
  73. 9f357de During jump-scope checking, build an ExprWithCleanups immediately by John McCall · 12 years ago
  74. e49ff3e Fix crash when a decltype expression in a trailing return type refers to the by Richard Smith · 12 years ago
  75. 511e3ae Delete some code which is, as far as I can tell, dead. by Eli Friedman · 12 years ago
  76. c693339 [analyzer] Fix a buildbot crash triggered by turning on dynamic dispatch. by Anna Zaks · 12 years ago
  77. 54b3ba8 Don't produce diagnostics for missing ctor-initializers during template by Richard Smith · 12 years ago
  78. 6319917 Handle C++ functional casts in a similar way to C-style casts in by Eli Friedman · 12 years ago
  79. 7935dde Update for r164567. by Chad Rosier · 12 years ago
  80. 9b760e8 objective-C: use 'instance variables' as plural when referring to the feature. by Fariborz Jahanian · 12 years ago
  81. 59ed9e4 objective-C: remove use of 'ivar' in favor of by Fariborz Jahanian · 12 years ago
  82. 81d18bf Add clarifying comment. by Ted Kremenek · 12 years ago
  83. dd15261 More tests for r164545 (change extension warning about 'long long'). by Dmitri Gribenko · 12 years ago
  84. 374b383 StringRef'ize Preprocessor::CreateString(). by Dmitri Gribenko · 12 years ago
  85. 33d054b Replace raw call to snprintf() by llvm streams. by Dmitri Gribenko · 12 years ago
  86. b0f6b9c Replace an assertion with an error for empty __asm statements. by Bob Wilson · 12 years ago
  87. 40d39e3 Fix a comment typo and clean up formatting. by Bob Wilson · 12 years ago
  88. c12906e Make sure that we don't end up making an #undef'd macro visible after by Douglas Gregor · 12 years ago
  89. 5e02f65 [libclang] Bring CXCursor_AsmStmt back as an alias for CXCursor_GCCAsmStmt. by Argyrios Kyrtzidis · 12 years ago
  90. 7145589 Include 'long long' extension warning in the LongLong group so that it can be by Dmitri Gribenko · 12 years ago
  91. e3b136b Change the wording of the extension warning from by Dmitri Gribenko · 12 years ago
  92. 70e5b57 [analyzer] Really turn on dynamic-bifurcation on by default. by Anna Zaks · 12 years ago
  93. 8cd3f15 [analyzer] Remove unused. by Anna Zaks · 12 years ago
  94. 05c3b9a [analyzer]Prevent infinite recursion(assume->checker:evalAssume->assume) by Anna Zaks · 12 years ago
  95. 68bf16f Use an explicit target to test that source fortification is off when building for Darwin with -faddress-sanitizer. by Alexander Potapenko · 12 years ago
  96. fc97ea2 Small cleanup of literal semantic analysis: hiding 'char *' pointers behind by Dmitri Gribenko · 12 years ago
  97. c07a9cb Update the Clang tests which run with a full optimization pipeline for by Chandler Carruth · 12 years ago
  98. 11e141d unittests/AST/StmtPrinterTest.cpp: Suppress a LP64-assumed test, "0x100000000i128 => 4294967296L", for now. by NAKAMURA Takumi · 12 years ago
  99. 525394e As a followup for r164303, add some tests for printing literals that test by Dmitri Gribenko · 12 years ago
  100. 03a8638 Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit. by Rafael Espindola · 12 years ago