1. 2bcb984 Revert r163829. The world (or libstdc++, at least) is not ready. by Richard Smith · 12 years ago
  2. 71074fd When we substitute into the type of a function based on the by Douglas Gregor · 12 years ago
  3. e7ff919 Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type has by Richard Smith · 12 years ago
  4. ae19fbb Don't perform template argument deduction against invalid templates; by Douglas Gregor · 12 years ago
  5. abcf0dc Comment parsing: handle \deprecated command. It is a block command, but it by Dmitri Gribenko · 12 years ago
  6. 9fb6f79 remove duplicate code. by Fariborz Jahanian · 12 years ago
  7. 7537945 Promote the warning about extra qualification on a declaration from a by Douglas Gregor · 12 years ago
  8. ceb0762 Remove speculative fix for C++ core issue 1407, since it was resolved as NAD. by Richard Smith · 12 years ago
  9. 45b76ba Fix grammar. by Ted Kremenek · 12 years ago
  10. 3686c71 Recover properly after a parse error in a static_assert declaration. by Richard Smith · 12 years ago
  11. a1a32f7 Move back the stuff about missing ownership attribute warning by Fariborz Jahanian · 12 years ago
  12. c7bb384 Make TextDiagnostic more robust against SourceLocations which point into the by Richard Smith · 12 years ago
  13. be87972 When warning about unsafe uses of dispatch_once, specially handle the by Ted Kremenek · 12 years ago
  14. ca5c4c9 Move no explicit ownership warning to SemaType.cpp. // rdar://12280826 by Fariborz Jahanian · 12 years ago
  15. 2df67ea This patch introduces A15 as a target in Clang. by Silviu Baranga · 12 years ago
  16. a756443 Create initial support for matching and binding NestedNameSpecifier(Loc)s. by Daniel Jasper · 12 years ago
  17. 127ff2e Conditionally parse documentation comments in system headers by by Ted Kremenek · 12 years ago
  18. dc6cc87 Properly link libpthread_p when using profiling on OpenBSD. by Eric Christopher · 12 years ago
  19. 1696bc2 InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts. by NAKAMURA Takumi · 12 years ago
  20. e5b89ed clang/lib/Analysis/ObjCNoReturn.cpp: Fix [-Wnewline-eof] by NAKAMURA Takumi · 12 years ago
  21. 670941c Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o. by Jordan Rose · 12 years ago
  22. 275b6f5 Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). by Jordan Rose · 12 years ago
  23. 5f7c0ad [analyzer] Don't reimplement an existing function. by Anna Zaks · 12 years ago
  24. 25c1d57 Teach -Wuninitialized to recognize common "noreturn" idioms in by Ted Kremenek · 12 years ago
  25. 4ef1920 Refactor logic in ExprEngine for detecting 'noreturn' methods by Ted Kremenek · 12 years ago
  26. 3ef95a5 Add a few FIXMEs. by Chad Rosier · 12 years ago
  27. b55e602 [ms-inline asm] Handle the enumeration of input and output expressions in a by Chad Rosier · 12 years ago
  28. d5a73dc Reapply: by Eric Christopher · 12 years ago
  29. 16e6a7c [analyzer] Do not report use of undef on "return foo();" when the return type is void. by Anna Zaks · 12 years ago
  30. 9dc298b [analyzer] Fix another false positive in malloc realloc logic. by Anna Zaks · 12 years ago
  31. 522fc21 [analyzer] Teach UndefOrNullArgVisitor to track parent regions. by Anna Zaks · 12 years ago
  32. 1a7bcc4 [analyzer] Fix another use of the address of a temporary, like r163402. by Jordan Rose · 12 years ago
  33. d66b3c5 [analyzer] Handle when the dynamic type is worse than the static type. by Jordan Rose · 12 years ago
  34. fe3769d Revert "[analyzer] Use the static type for a virtual call if the dynamic type is worse." by Jordan Rose · 12 years ago
  35. 0002479 objective-C arc: don't issue no explicit ownership warning when by Fariborz Jahanian · 12 years ago
  36. 22b617f Revert "Make clang emit a flag for DW_AT_object_pointer for the artificial" by Eric Christopher · 12 years ago
  37. 7f9678b [ms-inline asm] If we have a single asm operand that maps to multiple by Chad Rosier · 12 years ago
  38. e23fb90 Fix a couple of Doxygen issues pointed out by -Wdocumentation. by Dmitri Gribenko · 12 years ago
  39. b648cf0 Revert "objective-C: warn under a flag if missing argument" by Ted Kremenek · 12 years ago
  40. e62b129 Revert "objective-C: warn if selector has nothing but bare" by Ted Kremenek · 12 years ago
  41. 53b43a7 Claim --param ssp-buffer-size, even if the stack protector is not active. by Joerg Sonnenberger · 12 years ago
  42. 8ba7541 Make -faddress-sanitizer on Android link to the new-style runtime. by Evgeniy Stepanov · 12 years ago
  43. cca1780 Convert a few more getAs cases to castAs where we immediately call a member function. by Ted Kremenek · 12 years ago
  44. f57a2aa Fix regression where "looping back to the head of" PathDiagnosticEvents by Ted Kremenek · 12 years ago
  45. 44ca53f Teach -Wuninitialized to recognize __attribute__((analyzer_noreturn)) by Ted Kremenek · 12 years ago
  46. 9a4db03 PR13811: Add a FunctionParmPackExpr node to handle references to function by Richard Smith · 12 years ago
  47. 2b6eb9d Make clang emit a flag for DW_AT_object_pointer for the artificial by Eric Christopher · 12 years ago
  48. 80da77e [ms-inline asm] isDef/NumDefs in this context only refer to register definitions, not memory definitions. by Chad Rosier · 12 years ago
  49. 8742d7c [ms-inline asm] As of r163657 this check is unnecessary. by Chad Rosier · 12 years ago
  50. fb70026 [ms-inline asm] Don't consider tokens or immediates when computing clobbers, inputs and outputs. by Chad Rosier · 12 years ago
  51. f9ee0ba Thread-safety analysis: fix bug in expression matching code. by DeLesley Hutchins · 12 years ago
  52. 10d65cd objective-C: warn if selector has nothing but bare by Fariborz Jahanian · 12 years ago
  53. e9f1f23 Revert "[analyzer] Disable STL inlining. Blocked by PR13724." by Jordan Rose · 12 years ago
  54. b0b8a96 Comment parsing: handle non-builtin commands correctly. After semantic by Dmitri Gribenko · 12 years ago
  55. 19d5886 [analyzer] Use the static type for a virtual call if the dynamic type is worse. by Jordan Rose · 12 years ago
  56. c9e418c Fix warning from r163642 by DeLesley Hutchins · 12 years ago
  57. 24a6c94 Thread safety analysis: fix bug related to lock_returned attribute on templates. by DeLesley Hutchins · 12 years ago
  58. 92faee7 objective-C: warn under a flag if missing argument by Fariborz Jahanian · 12 years ago
  59. c6baadc [analyzer] Disable STL inlining. Blocked by PR13724. by Anna Zaks · 12 years ago
  60. a13cdf4 Switch a SmallPtrSet/SmallVector pair over to SetVector. by Douglas Gregor · 12 years ago
  61. 04992c7 Remove unused macro definition by Douglas Gregor · 12 years ago
  62. 1b5c336 Remove some redundancy from constant aggregate emission. No functionality change. by Richard Smith · 12 years ago
  63. 59cabd7 [libclang] Fix getting a cursor inside an angled #include directive. by Argyrios Kyrtzidis · 12 years ago
  64. 85f90bd Update comment and space. by Eric Christopher · 12 years ago
  65. 3ed6b91 The type of the self and cmd variables should be artificial. (Note by Eric Christopher · 12 years ago
  66. 4de9716 [ms-inline asm] Add $$ before numeric constants in the IR. by Chad Rosier · 12 years ago
  67. 116bb09 Fix buffer overflow. by Eli Friedman · 12 years ago
  68. 00b4f64 [analyzer] Member function calls that use qualified names are non-virtual. by Jordan Rose · 12 years ago
  69. e08dcbe [analyzer] Turn stl inlining back on. by Anna Zaks · 12 years ago
  70. 4ea9b89 [analyzer] Do not count calls to small functions when computing stack depth. by Anna Zaks · 12 years ago
  71. 73c87d0 [PCH] Add a null check to avoid crashing. by Argyrios Kyrtzidis · 12 years ago
  72. 57330ee [analyzer] Add an option to enable/disable objc inlining. by Anna Zaks · 12 years ago
  73. 7229d00 [analyzer] Add ipa-always-inline-size option (with 3 as the default). by Anna Zaks · 12 years ago
  74. 654f1d5 Fix PR13784: instantiation of an abstract class in a conditional operator. by David Blaikie · 12 years ago
  75. b22b0a5 Move the null check outside of the loop, no functionality change. by Argyrios Kyrtzidis · 12 years ago
  76. 22cd9ac [PCH] When loading fields from external storage make sure to also by Argyrios Kyrtzidis · 12 years ago
  77. 978869a [analyzer] Make the defaults explicit for each of the new config options. by Jordan Rose · 12 years ago
  78. 81fb50e [analyzer] For now, don't inline C++ standard library functions. by Jordan Rose · 12 years ago
  79. 1ad23d6 Remove redundant semicolons which are null statements. by Dmitri Gribenko · 12 years ago
  80. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  81. 3f0ec52 Thread-safety analysis: differentiate between two forms of analysis; a precise by DeLesley Hutchins · 12 years ago
  82. 15f9f74 Fix another case where we should be using isBeforeInTranslationUnit(). by Ted Kremenek · 12 years ago
  83. d727d39 Add a few more cases where we should be using isBeforeInTranslationUnit(). by Ted Kremenek · 12 years ago
  84. 6f93860 More tweaking and test cases for call to super annotations. // rdar://6386358 by Fariborz Jahanian · 12 years ago
  85. 9f55983 objective-C: Improving diagnostocs for missing call to by Fariborz Jahanian · 12 years ago
  86. 0cb8939 Allow vector types in pseudo-destructor expressions. Fixes PR13798. by Douglas Gregor · 12 years ago
  87. acc714b Revert "Revert Ted's r163489 and r163490, due to breakage." by Ted Kremenek · 12 years ago
  88. da88536 Make helper functions static. by Benjamin Kramer · 12 years ago
  89. a92983d Wrong crtbegin/crtend pair used for PIE on Android. by Evgeniy Stepanov · 12 years ago
  90. 2343b3d Revert Ted's r163489 and r163490, due to breakage. by NAKAMURA Takumi · 12 years ago
  91. 89d83ff MIPS: Use -march=arch option to select either generic MIPS ISA, by Simon Atanasyan · 12 years ago
  92. c265cdd Use isBeforeInTranslationUnitThan() instead of operator<. by Ted Kremenek · 12 years ago
  93. 4dfd141 Take another crack at stabilizing the emission order of analyzer by Ted Kremenek · 12 years ago
  94. 7c06f03 Indent the "message" key in analyzer plist output. by Ted Kremenek · 12 years ago
  95. 4a66557 RawCommentList: don't copy the whole new RawComment to LastComment each time. by Dmitri Gribenko · 12 years ago
  96. ce15cce Remove dead method ProgramState::MarshalState(). by Ted Kremenek · 12 years ago
  97. 762f159 Added missing const. by Abramo Bagnara · 12 years ago
  98. e75bb61 Fixed support for disabled wchar_t and added an appropriate test. by Abramo Bagnara · 12 years ago
  99. 8b0703d Do not construct StringRef from NULL argument. by Anton Korobeynikov · 12 years ago
  100. 70a5cca Provide some ACLE C defines. This should fix PR13796 by Anton Korobeynikov · 12 years ago