1. d5688cf Fix single-line optimization for ObjC. by Manuel Klimek · 12 years ago
  2. 517e894 Implements pulling simple blocks into a single line. by Manuel Klimek · 12 years ago
  3. 319437f Add -std=c++98 to the test and minor improvment in addition. by Fariborz Jahanian · 12 years ago
  4. 65bd4ac Enable the new (more C++-like, less broken) EH model when targeting the GNUstep by David Chisnall · 12 years ago
  5. 601e6e8 Fixed an assertion failure triggered by invalid code. by Enea Zaffanella · 12 years ago
  6. 6de7daa [analyzer] Rename the warning: state the issue before the hint of how it by Anna Zaks · 12 years ago
  7. b8f6678 [analyzer]Recognize ivar invalidation protocol even if it was redeclared by Anna Zaks · 12 years ago
  8. ae81e17 [analyzer] Ivar invalidation: track ivars declared in categories. by Anna Zaks · 12 years ago
  9. 0214b99 Revert "tg-fixits.td: fixup for Linux" by Jordan Rose · 12 years ago
  10. e930ff5 Improve on my last test for patch for // rdar://12897704 by Fariborz Jahanian · 12 years ago
  11. a03cc72 tg-fixits.td: fixup for Linux, which does not have a correct implementation of by Dmitri Gribenko · 12 years ago
  12. 6503255 [analyzer] Allow IvarInvalidation checker to suppress warnings via assertions. by Anna Zaks · 12 years ago
  13. c2316db c++ IRGen. In trivial cases that object is going into static by Fariborz Jahanian · 12 years ago
  14. 664566c [analyzer] Fix non-determinizm introduced in r172104. by Anna Zaks · 12 years ago
  15. b0ed986 Declare +new instead of -new in test. by Fariborz Jahanian · 12 years ago
  16. 3731a41 [ms-inline asm] Add test case for r172121. Part of rdar://12991541 by Chad Rosier · 12 years ago
  17. b1fc673 [analyzer] Add more checks to the ObjC Ivar Invalidation checker. by Anna Zaks · 12 years ago
  18. f6e65cc Provide a better warning when case value overflows. // rdar://11577384 by Fariborz Jahanian · 12 years ago
  19. 5f500df Formatting: In @implementation etc lines, put a space before protocol lists. by Nico Weber · 12 years ago
  20. ed91bba Formatter: Add space before '(' in @implemenation, @interface, @protocol lines by Nico Weber · 12 years ago
  21. 6a3c70e objectiveC++: When throwing c++ exception of by Fariborz Jahanian · 12 years ago
  22. 98e7369 Error if an anonymous DiagGroup is referenced multiple times. by Jordan Rose · 12 years ago
  23. 36fab8d Do not add newline in empty blocks. by Manuel Klimek · 12 years ago
  24. 46ef852 Improvements to function type and ObjC block formatting. by Daniel Jasper · 12 years ago
  25. e1d792f [Mips] Pass a combination of +soft-float and -mips16-hard-float flags to by Simon Atanasyan · 12 years ago
  26. a2d37a5 r172047 lacked a test (due to incomplete OpenCL support in clang). Use a modified by David Tweed · 12 years ago
  27. 7266cf6 Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that enabled this extension for multiple targets. by Guy Benyei · 12 years ago
  28. f91cbd5 Don't assert in codegen on static data members which have NoLinkage. Fixes by Nick Lewycky · 12 years ago
  29. b530fa3 Formatter: @optional and @required go on their own line. by Nico Weber · 12 years ago
  30. 50767d8 Formatter: Add support for @implementation. by Nico Weber · 12 years ago
  31. d017e42 [PreprocessingRecord] A macro expansion can be reported out-of-order in cases when by Argyrios Kyrtzidis · 12 years ago
  32. a18e70b Issue warning when case value is too large to fit by Fariborz Jahanian · 12 years ago
  33. 1abe6ea Formatting: Add support for @protocol. by Nico Weber · 12 years ago
  34. fa49c18 Fix test after r171995. by Nico Weber · 12 years ago
  35. beac9e3 Do not model loads from complex types, since we don't accurately model the imaginary and real parts yet. by Ted Kremenek · 12 years ago
  36. abe75ef Handle static functions being redeclared in function scope. by Rafael Espindola · 12 years ago
  37. 886568d Fix ObjC block declarations. by Daniel Jasper · 12 years ago
  38. 4a5984c [ubsan] Make static check data non-const so it can be used for deduplication. by Will Dietz · 12 years ago
  39. 086cc83 Make sure clang puts tokens from different files on separate lines in "-E -P" mode. <rdar://problem/12774044> by Eli Friedman · 12 years ago
  40. a0f2d02 Make __has_include a bit more resilient in the presence of macros. <rdar://problem/12748859>. by Eli Friedman · 12 years ago
  41. 7dc80e1 When name lookup for a redeclaration finds declarations that are known by Douglas Gregor · 12 years ago
  42. e178e70 put back diagnostics when flexible members are captured in lambdas. by Fariborz Jahanian · 12 years ago
  43. 6949ab1 [ms-inline asm] Add a test case for the offset operator where the operand is a by Chad Rosier · 12 years ago
  44. 4b3040f Remove lambda from my last patch. by Fariborz Jahanian · 12 years ago
  45. 9c0816f objectiveC blocks: It is impractical to capture by Fariborz Jahanian · 12 years ago
  46. 6a502c4 PR14855: don't silently swallow a nested-name-specifier after a type name. by Richard Smith · 12 years ago
  47. d130fd2 Clear LV cache when dropping availability attributes. by Rafael Espindola · 12 years ago
  48. 8c4222a Don't crash when trying to apply the availability attribute to a block. by Rafael Espindola · 12 years ago
  49. b9725cf Mark all subsequent decls used. by Rafael Espindola · 12 years ago
  50. 6dfb960 [analyzer] Only include uniqueling location as issue_hash when available by Anna Zaks · 12 years ago
  51. 7cdc457 Use Decl::getAvailability() rather than checking for the "unavailable" by Douglas Gregor · 12 years ago
  52. a879a16 Add missing spaces. This doesn't cause problems in practice because we only warn by Rafael Espindola · 12 years ago
  53. ef3c694 Clear the LV cache when setting the instantiated from link. Fixes pr14835. by Rafael Espindola · 12 years ago
  54. f8a6cb1 CodeGen/compound-assign-overflow.c: include stdint.h in freestanding mode by Dmitri Gribenko · 12 years ago
  55. d63b19e Clear the LV cache when merging the availability attribute. by Rafael Espindola · 12 years ago
  56. 2fcadfe Add a test to make sure that vector output happens for debug info. by Eric Christopher · 12 years ago
  57. cbb99ef Don't warn about undefined varargs argument behavior in unreachable code. by Ted Kremenek · 12 years ago
  58. b9d61ca Add [artificial] debug info annotation to test matching r171826 by David Blaikie · 12 years ago
  59. 4ce831c [arcmt] Follow-up for r171484; make sure when adding brackets enclosing case statements, by Argyrios Kyrtzidis · 12 years ago
  60. 97bfb55 [analyzer] Include the bug uniqueing location in the issue_hash. by Anna Zaks · 12 years ago
  61. c1c6a49 [analyzer] Plist: change the type of issue_hash from int to string. by Anna Zaks · 12 years ago
  62. 6647986 clang/test/CodeGenOpenCL/shifts.cl: Fixup for -Asserts. by NAKAMURA Takumi · 12 years ago
  63. 774d8b4 PR14838: When a member reference is bound to a temporary, don't forget to by Richard Smith · 12 years ago
  64. c117f39 Correct OpenBSD profiling test by Dmitri Gribenko · 12 years ago
  65. 3c4e481 add a triple by Rafael Espindola · 12 years ago
  66. 822023a [ubsan] Use correct type for compound assignment ops. by Will Dietz · 12 years ago
  67. 7520fca Test case for r171784. by Chad Rosier · 12 years ago
  68. 57cbb14 Use the C++11 POD definition in C++11 mode to determine whether one by Douglas Gregor · 12 years ago
  69. 8e721b7 Add support for attribute((mode(unwind_word))). by Rafael Espindola · 12 years ago
  70. 32b94be objective-C: when searching for declarations in protocol by Fariborz Jahanian · 12 years ago
  71. 3453bf7 [libclang] When annotating preprocessor tokens, if we are in a macro definition, by Argyrios Kyrtzidis · 12 years ago
  72. c059f89 [libclang] Simplify annotation of preprocessing tokens and remove the AnnotateTokensData by Argyrios Kyrtzidis · 12 years ago
  73. e9de485 [libclang] Make token annotation of type/storage qualifiers accurate. by Argyrios Kyrtzidis · 12 years ago
  74. 664b06f [libclang] When getting the cursor for an identifier inside a macro definition, check if by Argyrios Kyrtzidis · 12 years ago
  75. 0b67c75 [analyzer] Fix a false positive in Secure Keychain API checker. by Anna Zaks · 12 years ago
  76. 5879fb3 [analyzer] Fix a false positive in the ivar invalidation checker. by Anna Zaks · 12 years ago
  77. 27c2cb2 Comment to XML conversion: no, we don't want to print instantiations for the by Dmitri Gribenko · 12 years ago
  78. de76854 Fix parsing of variable declarations directly after a class / struct. by Manuel Klimek · 12 years ago
  79. c3cd2b0 Implement Attr dumping for -ast-dump. http://llvm-reviews.chandlerc.com/D234 by Alexander Kornienko · 12 years ago
  80. 07fc1ba Add fixit hints for misplaced C++11 attributes around class specifiers. by Michael Han · 12 years ago
  81. 7a83421 Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be by David Tweed · 12 years ago
  82. dac6252 CFG.cpp: Fix wrapping logic when printing block preds/succs. by Will Dietz · 12 years ago
  83. 0028ee3 PR14759: Improve/correct support for debug info for C++ member pointers. by David Blaikie · 12 years ago
  84. 6b6bd10 Make checking for 'protected' access in debug info more legible. by David Blaikie · 12 years ago
  85. d8180cf PR14573: Unnamed parameters in debug info, Part 2 by David Blaikie · 12 years ago
  86. 3de93c8 FileCheck-ize test/CodeGen/inline.c. by David Blaikie · 12 years ago
  87. 436653b Emit debug info for unnamed parameters. by David Blaikie · 12 years ago
  88. 5f2bd16 Change test/CodeGenCXX/debug-info-method.cpp an IR (rather than asm) test. by David Blaikie · 12 years ago
  89. 42368b5 FileCheck-ize test/CodeGenCXX/debug-info-method.cpp by David Blaikie · 12 years ago
  90. 390a70f [mips] Fix data layout string. Add 64 to the list of native integer widths by Akira Hatanaka · 12 years ago
  91. 6acc4bc Assert that redeclarations have the same linkage. by Rafael Espindola · 12 years ago
  92. ba3c9ca In my last patch initialize the destination to null (with a simple store) before doing a storeStrong to it. by Fariborz Jahanian · 12 years ago
  93. df0be6d Fix testing case for Release build (r171493) by Manman Ren · 12 years ago
  94. d4397b9 Various fixes to clang-format's macro handling. by Manuel Klimek · 12 years ago
  95. 7a77f19 objective-C arc: in copy helper function for by Fariborz Jahanian · 12 years ago
  96. c792d6d Unqualify the parameter type. This fixes a regression from 168895. by Rafael Espindola · 12 years ago
  97. c9c3907 Add the module name to the 'incomplete umbrella header' warning. by Douglas Gregor · 12 years ago
  98. 3c7a0e1 Debug Info: fix the line location for cleanup code of a block function by Manman Ren · 12 years ago
  99. f799213 Fix up various builtin declaration of objc_msgSend families by Fariborz Jahanian · 12 years ago
  100. 20bcd4e [arcmt] Allow removing an -autorelease of a variable initialized in the previous statement. by Argyrios Kyrtzidis · 12 years ago