1. b55e602 [ms-inline asm] Handle the enumeration of input and output expressions in a by Chad Rosier · 12 years ago
  2. d5a73dc Reapply: by Eric Christopher · 12 years ago
  3. 1fa1e0c Whitespace. by Chad Rosier · 12 years ago
  4. 16e6a7c [analyzer] Do not report use of undef on "return foo();" when the return type is void. by Anna Zaks · 12 years ago
  5. 9dc298b [analyzer] Fix another false positive in malloc realloc logic. by Anna Zaks · 12 years ago
  6. 522fc21 [analyzer] Teach UndefOrNullArgVisitor to track parent regions. by Anna Zaks · 12 years ago
  7. 3225d07 [analyzer] Re-add reinterpret_cast virtual call test case from r163644. by Jordan Rose · 12 years ago
  8. fe3769d Revert "[analyzer] Use the static type for a virtual call if the dynamic type is worse." by Jordan Rose · 12 years ago
  9. 4a29530 objective-C++ test for my previous patch. // rdar://12280826 by Fariborz Jahanian · 12 years ago
  10. 0002479 objective-C arc: don't issue no explicit ownership warning when by Fariborz Jahanian · 12 years ago
  11. a912649 Fix test case for Release builds. by Chad Rosier · 12 years ago
  12. 22b617f Revert "Make clang emit a flag for DW_AT_object_pointer for the artificial" by Eric Christopher · 12 years ago
  13. 47fa999 [ms-inline asm] Add a test case. by Chad Rosier · 12 years ago
  14. 808a1d0 [ms-inline asm] Test case for r163729. by Chad Rosier · 12 years ago
  15. 7f9678b [ms-inline asm] If we have a single asm operand that maps to multiple by Chad Rosier · 12 years ago
  16. b648cf0 Revert "objective-C: warn under a flag if missing argument" by Ted Kremenek · 12 years ago
  17. e62b129 Revert "objective-C: warn if selector has nothing but bare" by Ted Kremenek · 12 years ago
  18. 0098d23 clang/test: [PR13820] Suppress LLP64-incompatible tests for ObjC with +Asserts. by NAKAMURA Takumi · 12 years ago
  19. a0fed12 clang/test/CodeGen/2008-01-25-ZeroSizedAggregate.c: [PR8833] Add REQUIRES: LP64. It fails with +Asserts for Win64. by NAKAMURA Takumi · 12 years ago
  20. 92b7c39 clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
  21. db3353f clang/test/SemaCXX/dcl_ambig_res.cpp: [PR13819] It requires LP64 for now due to __SIZE_TYPE__. by NAKAMURA Takumi · 12 years ago
  22. b774d73 clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
  23. 4d59422 clang/test/PCH/missing-file.cpp: Try to suppress accidental false on Windows. by NAKAMURA Takumi · 12 years ago
  24. 5e3d24c clang/test/lit.cfg: Fix a typo in comment. by NAKAMURA Takumi · 12 years ago
  25. ad5dc10 Fix a test failure. by Evgeniy Stepanov · 12 years ago
  26. f57a2aa Fix regression where "looping back to the head of" PathDiagnosticEvents by Ted Kremenek · 12 years ago
  27. 44ca53f Teach -Wuninitialized to recognize __attribute__((analyzer_noreturn)) by Ted Kremenek · 12 years ago
  28. 1b22cec Adjust some analyzer tests to place widely shared inputs inside of an by Chandler Carruth · 12 years ago
  29. 93040b7 Fix up more "$t"s in this test that should be "%t"s. by Chandler Carruth · 12 years ago
  30. 9a4db03 PR13811: Add a FunctionParmPackExpr node to handle references to function by Richard Smith · 12 years ago
  31. 2b6eb9d Make clang emit a flag for DW_AT_object_pointer for the artificial by Eric Christopher · 12 years ago
  32. f9ee0ba Thread-safety analysis: fix bug in expression matching code. by DeLesley Hutchins · 12 years ago
  33. 10d65cd objective-C: warn if selector has nothing but bare by Fariborz Jahanian · 12 years ago
  34. b0b8a96 Comment parsing: handle non-builtin commands correctly. After semantic by Dmitri Gribenko · 12 years ago
  35. 19d5886 [analyzer] Use the static type for a virtual call if the dynamic type is worse. by Jordan Rose · 12 years ago
  36. 24a6c94 Thread safety analysis: fix bug related to lock_returned attribute on templates. by DeLesley Hutchins · 12 years ago
  37. 92faee7 objective-C: warn under a flag if missing argument by Fariborz Jahanian · 12 years ago
  38. 4e0d3cb Fix namespace nesting and remove windows line endings. by Rafael Espindola · 12 years ago
  39. 59cabd7 [libclang] Fix getting a cursor inside an angled #include directive. by Argyrios Kyrtzidis · 12 years ago
  40. 4de9716 [ms-inline asm] Add $$ before numeric constants in the IR. by Chad Rosier · 12 years ago
  41. 00b4f64 [analyzer] Member function calls that use qualified names are non-virtual. by Jordan Rose · 12 years ago
  42. e08dcbe [analyzer] Turn stl inlining back on. by Anna Zaks · 12 years ago
  43. 4ea9b89 [analyzer] Do not count calls to small functions when computing stack depth. by Anna Zaks · 12 years ago
  44. 1b76fbc Provide fixed target triples to make test results consistent across ARM hosts. by David Blaikie · 12 years ago
  45. 3bed3d1 [libclang] Do index 'extern' declarations inside functions. by Argyrios Kyrtzidis · 12 years ago
  46. 57330ee [analyzer] Add an option to enable/disable objc inlining. by Anna Zaks · 12 years ago
  47. 7229d00 [analyzer] Add ipa-always-inline-size option (with 3 as the default). by Anna Zaks · 12 years ago
  48. 654f1d5 Fix PR13784: instantiation of an abstract class in a conditional operator. by David Blaikie · 12 years ago
  49. 22cd9ac [PCH] When loading fields from external storage make sure to also by Argyrios Kyrtzidis · 12 years ago
  50. 81fb50e [analyzer] For now, don't inline C++ standard library functions. by Jordan Rose · 12 years ago
  51. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  52. 3f0ec52 Thread-safety analysis: differentiate between two forms of analysis; a precise by DeLesley Hutchins · 12 years ago
  53. bd7e306 Now that I have a test file to work with, disable the Filecheck part of this test. by Ted Kremenek · 12 years ago
  54. ac0bc91 Correctly 'cat' out test files. by Ted Kremenek · 12 years ago
  55. 776da9e As a debugging aid to unbreak the buildbots, cat the plist files so I can view them on different builders. by Ted Kremenek · 12 years ago
  56. 6f93860 More tweaking and test cases for call to super annotations. // rdar://6386358 by Fariborz Jahanian · 12 years ago
  57. 121ec0a Re-enable FileCheck testing of retain-release.m test, and force by Ted Kremenek · 12 years ago
  58. 9f55983 objective-C: Improving diagnostocs for missing call to by Fariborz Jahanian · 12 years ago
  59. 84012e6 Temporarily disable FileCheck part of this test. by Ted Kremenek · 12 years ago
  60. 0cb8939 Allow vector types in pseudo-destructor expressions. Fixes PR13798. by Douglas Gregor · 12 years ago
  61. acc714b Revert "Revert Ted's r163489 and r163490, due to breakage." by Ted Kremenek · 12 years ago
  62. a92983d Wrong crtbegin/crtend pair used for PIE on Android. by Evgeniy Stepanov · 12 years ago
  63. 2343b3d Revert Ted's r163489 and r163490, due to breakage. by NAKAMURA Takumi · 12 years ago
  64. 89d83ff MIPS: Use -march=arch option to select either generic MIPS ISA, by Simon Atanasyan · 12 years ago
  65. 4dfd141 Take another crack at stabilizing the emission order of analyzer by Ted Kremenek · 12 years ago
  66. e75bb61 Fixed support for disabled wchar_t and added an appropriate test. by Abramo Bagnara · 12 years ago
  67. eb3546e clang/test/Sema/format-strings-scanf.c: Relax a couple of expressions with expected-warning-re to let matched for Win32 targets. by NAKAMURA Takumi · 12 years ago
  68. 3c7f538 Add some ARM EABI preprocessor builtins tests by Anton Korobeynikov · 12 years ago
  69. 9655ecb Try disabling the FileCheck part of the retain-release.m test to see if it fixes the buildbots. by Ted Kremenek · 12 years ago
  70. 22505ef Fix bug in BugReporter::RemoveUneededCalls() where "prunable" by Ted Kremenek · 12 years ago
  71. e5f0588 When a bad UTF-8 encoding or bogus escape sequence is encountered in a by Richard Smith · 12 years ago
  72. 49f9434 This test does not require --exact-match from FileCheck. by Ted Kremenek · 12 years ago
  73. 0187a1b Attempt (again) to stabilize the order of the emission of diagnostics by Ted Kremenek · 12 years ago
  74. 8be066e Format strings: suggest %lld instead of %qd and %Ld with -Wformat-non-iso. by Jordan Rose · 12 years ago
  75. bbb6bb4 Format strings: %Ld isn't available on Darwin or Windows. by Jordan Rose · 12 years ago
  76. 7ac9ef1 -fcatch-undefined-behavior: Factor emission of the creation of, and branch to, by Richard Smith · 12 years ago
  77. 82f2ad4 [analyzer] ObjCSelfInitChecker should always clean up in postCall checks. by Jordan Rose · 12 years ago
  78. 30ca732 Revert "Add plist output for retain-release.m in addition to -verify checking." by Ted Kremenek · 12 years ago
  79. e157ae5 Revert "Attempt to make the PathDiagnostic emission order more deterministic by" by Ted Kremenek · 12 years ago
  80. 24c7f98 [analyzer] Remove constraints on dead symbols as part of removeDeadBindings. by Jordan Rose · 12 years ago
  81. 9874f59 [analyzer] Cast the result of a placement new-expression to the correct type. by Jordan Rose · 12 years ago
  82. 9f6ec82 [analyzer] Address John's code review for r163407. by Anna Zaks · 12 years ago
  83. 8410113 objective-C: introduce __attribute((objc_requires_super)) on method by Fariborz Jahanian · 12 years ago
  84. f9fdcc0 In ARC, if we're emitting assembly markers for calls to by John McCall · 12 years ago
  85. b4b4523 Attempt to make the PathDiagnostic emission order more deterministic by by Ted Kremenek · 12 years ago
  86. 2308436 Add plist output for retain-release.m in addition to -verify checking. by Ted Kremenek · 12 years ago
  87. 258bd59 [analyzer] Fix a false positive in sizeof malloc checker. by Anna Zaks · 12 years ago
  88. c957319 Add test case for <rdar://problem/12075238>, which recently got fixed by changes to RegionStore. by Ted Kremenek · 12 years ago
  89. 3d074c3 Whitespace. by Chad Rosier · 12 years ago
  90. 0b4db3e Thread-safety analysis: Add support for selectively turning off warnings by DeLesley Hutchins · 12 years ago
  91. 8c6a057 Attempt to pacify Windows buildbots. by Roman Divacky · 12 years ago
  92. f651381 Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis! by Roman Divacky · 12 years ago
  93. 971073b Revert "Rework the retain-release.m test to use FileCheck and the "text" output" by Ted Kremenek · 12 years ago
  94. 2ab012a Fix off-by-one bug in diagnostic prose of ObjCContainersASTChecker. by Ted Kremenek · 12 years ago
  95. 689268a Rework the retain-release.m test to use FileCheck and the "text" output by Ted Kremenek · 12 years ago
  96. c47dc1b Fix bug in ConditionBRVisitor where for C++ (and not C) we were not ignoring by Ted Kremenek · 12 years ago
  97. 6964b3f PR9023: A template template parameter whose template parameter list contains an by Richard Smith · 12 years ago
  98. 8f0d0fe [analyzer] Fail gracefully when the dynamic type is outside the hierarchy. by Jordan Rose · 12 years ago
  99. 061707a Teach RetainCountChecker that CFPlugInInstanceCreate does not by Ted Kremenek · 12 years ago
  100. 5601c9a [analyzer] Don't crash if we cache out while evaluating an ObjC message. by Jordan Rose · 12 years ago