1. e7a7772 Use the extra info in global method pool to speed up looking for ObjC overridden methods. by Argyrios Kyrtzidis · 11 years ago
  2. 685d104 In ASTContext::getOverriddenMethods, call overridden_methods_begin/overridden_methods_end directly. by Argyrios Kyrtzidis · 11 years ago
  3. 2e3d8c0 Enhance the ObjC global method pool to record whether there were 0, 1, or >= 2 methods (with a particular selector) inside categories. by Argyrios Kyrtzidis · 11 years ago
  4. 3abae09 Don't propagate around TargetOptions in IR-gen; we don't use it. by John McCall · 11 years ago
  5. 64aa4b3 Standardize accesses to the TargetInfo in IR-gen. by John McCall · 11 years ago
  6. d314abe Don't put too much thought into whether or not to capture a by John McCall · 11 years ago
  7. 08a838d [analyzer] Add experimental option "leak-diagnostics-reference-allocation". by Ted Kremenek · 11 years ago
  8. b57f6b3 objc_autoreleasePoolPop() can throw if a -dealloc does. by John McCall · 11 years ago
  9. ec4fbc6 Properly sort list. by Ted Kremenek · 11 years ago
  10. 8dae128 Factor CheckerManager to be able to pass AnalyzerOptions to checkers by Ted Kremenek · 11 years ago
  11. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 11 years ago
  12. 596eea7 rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency. by Benjamin Kramer · 11 years ago
  13. 051303c Implement CapturedStmt AST by Tareq A. Siraj · 11 years ago
  14. 85192c7 Parser support for #pragma clang __debug captured by Tareq A. Siraj · 11 years ago
  15. f491013 [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 11 years ago
  16. b004a8e Fix PR4296: Add parser detection/error recovery for nested functions, from Serve Pavlov! by Douglas Gregor · 11 years ago
  17. 236d9d16 Fix handling of atomic shift operations, from Serge Pavlov. by Douglas Gregor · 11 years ago
  18. 428edb7 Objective-C IRGen. Use llvm::WeakVH by Fariborz Jahanian · 11 years ago
  19. 6ca6752 Suppress unused warning on static inline function template specializations. by Rafael Espindola · 11 years ago
  20. 56e1f1f Add support for sparcv9 targets. by Jakob Stoklund Olesen · 11 years ago
  21. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  22. 459ef03 Correctly propagate the storage class to function template instantiations. by Rafael Espindola · 11 years ago
  23. 148d922 [analyzer] Improve the malloc checker stack hint message by Anna Zaks · 11 years ago
  24. d8eeac5 [analyzer] Do not crash when processing binary "?:" in C++ by Anna Zaks · 11 years ago
  25. 07d8470 [analyzer] Add pretty printing to CXXBaseObjectRegion. by Anna Zaks · 11 years ago
  26. 79d0cce [analyzer] Address code review for r179395 by Anna Zaks · 11 years ago
  27. 82dd439 [analyzer] Add more specialized error messages for corner cases as per Jordan's code review for r179396 by Anna Zaks · 11 years ago
  28. 01218ff Break after multiline parameters. by Daniel Jasper · 11 years ago
  29. 28117be [analyzer] Don't assert on a temporary of pointer-to-member type. by Jordan Rose · 11 years ago
  30. 62165c9 Remove some dead code that has not been used since 2010. by Joey Gouly · 11 years ago
  31. b93fc8e [analyzer] Be lazy about struct/array global invalidation too. by Jordan Rose · 11 years ago
  32. 262e0d4 [analyzer] Re-enable using global regions as a symbolic base. by Jordan Rose · 11 years ago
  33. e0208ff [analyzer] Properly invalidate global regions on opaque function calls. by Jordan Rose · 11 years ago
  34. 77670f1 Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()." by Argyrios Kyrtzidis · 11 years ago
  35. e2657dd Fix unused variable warning with assertions disabled. by Alexander Kornienko · 11 years ago
  36. 70ce788 Unified token breaking logic for strings and block comments. by Alexander Kornienko · 11 years ago
  37. 90cc390 Remove hasExternalLinkageUncached. by Rafael Espindola · 11 years ago
  38. 72fdc89 Fix the storage class of method instantiations. by Rafael Espindola · 11 years ago
  39. df4cc0a Local thread_local variables are implicitly 'static'. (This doesn't apply to _Thread_local nor __thread.) by Richard Smith · 11 years ago
  40. b6b127f Properly check for a constant initializer for a thread-local variable. by Richard Smith · 11 years ago
  41. 3c6a9b0 Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer. by Nadav Rotem · 11 years ago
  42. 50ea963 Rename the slp-vectorizer clang/llvm flags. No functionality change. by Nadav Rotem · 11 years ago
  43. 04e5176 CodeGen support for function-local static thread_local variables with by Richard Smith · 11 years ago
  44. f6b4a68 Removed #if 0 code that doesn't compiled if uncommented. by Rafael Espindola · 11 years ago
  45. 6a570f6 Diagnose if a __thread or _Thread_local variable has a non-constant initializer by Richard Smith · 11 years ago
  46. 321ae79 [Mips] Support -mmicromips / -mno-micromips command line options. by Simon Atanasyan · 11 years ago
  47. a814161 [Mips] Fix indentation. by Simon Atanasyan · 11 years ago
  48. 7c06cba [Mips] Follow-up to r179481. Reduce code duplication. Use by Simon Atanasyan · 11 years ago
  49. d96e315 [Mips] Follow-up to r179481. Consider "single-float" as a separate by Simon Atanasyan · 11 years ago
  50. d44d04f Add driver support for fedora 18 on ARM. by Rafael Espindola · 11 years ago
  51. 088831d Handle incompatible redeclarations of library builtins better. by John McCall · 11 years ago
  52. 2ed42b8 [Mips] Remove "single" from the list of valid MIPS float ABI names. Add by Simon Atanasyan · 11 years ago
  53. f7f74c6 Remove duplicated comment. by Simon Atanasyan · 11 years ago
  54. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 11 years ago
  55. 84083b7 Use MapVector rather than simulating it. by Richard Smith · 11 years ago
  56. 175c8e2 Speed-up ObjCMethodDecl::getOverriddenMethods(). by Argyrios Kyrtzidis · 11 years ago
  57. ecc6523 Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included/expanded in" decomposed location of the given FileID. by Argyrios Kyrtzidis · 11 years ago
  58. 927b0af Don't replace an existing decl in the scope chains with its by John McCall · 11 years ago
  59. 9df151c [analyzer] Enable NewDelete checker if NewDeleteLeaks checker is enabled. by Anton Yartsev · 11 years ago
  60. 2943d3d Headers: Add support for ISO9899:2011 rsize_t. by Daniel Dunbar · 11 years ago
  61. ec64244 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 11 years ago
  62. 32b5013 tl;dr: Teach Clang to work around g++ changing its workaround to glibc's by Richard Smith · 11 years ago
  63. 7332ae4 <rdar://problem/13643854> Only emit ambiguous-expansion warnings when at least one of the macro definitions comes from a non-system header. by Douglas Gregor · 11 years ago
  64. b1b683e [analyzer] Makes NewDeleteLeaks checker work independently from NewDelete. by Anton Yartsev · 11 years ago
  65. 8713e1a [analyzer] Print a diagnostic note even if the region cannot be printed. by Anna Zaks · 11 years ago
  66. 9e2f597 [analyzer]Print field region even when the base region is not printable by Anna Zaks · 11 years ago
  67. 3bbffd5 Sema: Give a typically small DenseMap some inline capacity. by Benjamin Kramer · 11 years ago
  68. 67d080d Revamps structural error detection / handling. by Manuel Klimek · 11 years ago
  69. 6026df1 [analyzer] Fix grammar in comment. by Jordan Rose · 11 years ago
  70. 7be2245 [analyzer] Show "Returning from ..." note at caller's depth, not callee's. by Jordan Rose · 11 years ago
  71. 3ea09a8 [analyzer] Don't emit extra context arrow after returning from an inlined call. by Jordan Rose · 11 years ago
  72. 31230e6 <rdar://problem/13615607> Include SDK version information in the module hash. by Douglas Gregor · 11 years ago
  73. ca83518 Struct-path aware TBAA: uniformize scalar tag and path tag. by Manman Ren · 11 years ago
  74. 8cfb720 Fix the driver logic for recent versions of DragonFly. by John McCall · 11 years ago
  75. f6f77bd Add a new -mimplicit-float option for symmetry with -mno-implicit-float. by Bob Wilson · 11 years ago
  76. a3609b0 [ms-cxxabi] Implement member pointer emission and dereferencing by Reid Kleckner · 11 years ago
  77. 2982808 Hexagon: Remove -g option from the assembler command line. by Jyotsna Verma · 11 years ago
  78. 1407bee Change clang-format's affinity for breaking after return types. by Daniel Jasper · 11 years ago
  79. 2eb23b7 Fix formatting of overloaded assignment operators. by Daniel Jasper · 11 years ago
  80. 8ef8f16 ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  81. 93b6457 Drop ObjCIndirectCopyRestoreExprs during template instantiation. by John McCall · 11 years ago
  82. 1fd1e28 Force a load when creating a reference to a temporary copied from a bitfield. by Jordan Rose · 11 years ago
  83. 9ae7a92 [analyzer] Refactoring: better doxygen comment; renaming isTrackedFamily to isTrackedByCurrentChecker by Anton Yartsev · 11 years ago
  84. 8cf91f7 [analyzer] Address Jordan’s review of r179219 by Anna Zaks · 11 years ago
  85. ee9043b [analyzer] Address Jordan’s code review of r 179221 by Anna Zaks · 11 years ago
  86. 55e57a5 [analyzer] Switched to checkPreCall interface for detecting usage after free. by Anton Yartsev · 11 years ago
  87. fececcb [analyzer] Fix a crash in SyntaxCString checker when given a custom strncat. by Anna Zaks · 11 years ago
  88. 7a87e52 [analyzer] When reporting a leak in RetainCount checker due to an early exit from init, step into init. by Anna Zaks · 11 years ago
  89. 27d99dd [analyzer] Cleanup leak warnings: do not print the names of variables from other functions. by Anna Zaks · 11 years ago
  90. 708d72a For split dwarf we should also run the objcopy action if we're by Eric Christopher · 11 years ago
  91. 0542236 Remove unused arguments. by Chad Rosier · 11 years ago
  92. d4fc9de [driver] Add a -Ofast option, which enables -O3, -ffast-math, and by Chad Rosier · 11 years ago
  93. 6fd7d30 Add an option to parse all comments as documentation comments by Dmitri Gribenko · 11 years ago
  94. 423dd93 Fixes recovering from errors when parsing braced init lists. by Manuel Klimek · 11 years ago
  95. ac3223e Fix labels with trailing comments and cleanup. by Daniel Jasper · 11 years ago
  96. 02be968 Handle "typeof" in Objective-C format string checking. This previously crashed. by Ted Kremenek · 11 years ago
  97. 0b0ca47 Add support for computing the exception specification for an inheriting by Richard Smith · 11 years ago
  98. 0baaabb Don't crash when mangling types defined in ObjC class extensions. by John McCall · 11 years ago
  99. 4841ca5 C++11 inheriting constructors: support for inheriting constructor templates. by Richard Smith · 11 years ago
  100. 7e0c227 <rdar://problem/13605348> Don't consider invalid user-defined literal operators during overload resolution. by Douglas Gregor · 11 years ago