1. c1cc488 ObjectiveC migrator: minor refactoring of my last cf annotation patch. by Fariborz Jahanian · 11 years ago
  2. 8970cf5 Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing Clang headers. by Ted Kremenek · 11 years ago
  3. ef07203 Delete CC_Default and use the target default CC everywhere by Reid Kleckner · 11 years ago
  4. a7f6a94 ObjectiveC migrator: Do not add explicit cf annotation for by Fariborz Jahanian · 11 years ago
  5. 2c395a8 CMake: Fix standalone Clang build, take two. by Jordan Rose · 11 years ago
  6. 4eb9b2f Revert "[CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path for Clang headers." by Ted Kremenek · 11 years ago
  7. a5b9116 [CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path for Clang headers. by Ted Kremenek · 11 years ago
  8. 2450b82 Make the information about disabled ARCMT/Rewriter/StaticAnalyzer available by Roman Divacky · 11 years ago
  9. 237c145 Revert "CMake: Fix out-of-source build's symlinks." by Reid Kleckner · 11 years ago
  10. 3c4da0c clang-cl: Support -fsanitize=address by Hans Wennborg · 11 years ago
  11. 3388162 scan-build: Set CC and CXX as make variables when wrapping make builds. by Jordan Rose · 11 years ago
  12. 383947c CMake: Fix out-of-source build's symlinks. by Jordan Rose · 11 years ago
  13. 642a4db [analyzer] Don't include Clang headers inside a namespace. by Jordan Rose · 11 years ago
  14. 55ee1eb Warn that -O4 is the same as -O3. by Rafael Espindola · 11 years ago
  15. 99e0df4 Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer." by Samuel Benzaquen · 11 years ago
  16. 3b082a3 Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer. by Samuel Benzaquen · 11 years ago
  17. a778cde Adding a vector version of clang::tooling::shiftedCodePosition(). by Edwin Vane · 11 years ago
  18. d36e463 Rewrite eachOf/allOf/anyOf to use a variadic operator. by Samuel Benzaquen · 11 years ago
  19. d3fef0f clang-format: Format segments of builder-type calls one per line. by Daniel Jasper · 11 years ago
  20. 1806239 Cleanup of OpaquePtr. No functionality changes. by Serge Pavlov · 11 years ago
  21. a87ce26 Adding const buffer iterator generators to Rewriter by Edwin Vane · 11 years ago
  22. d489f8c clang-format: Revamp builder-type call formatting. by Daniel Jasper · 11 years ago
  23. 1f71f39 [-cxx-abi microsoft] Change the vdtor implicit should_call_delete argument type to int by Timur Iskhodzhanov · 11 years ago
  24. 451f1e0 clang-format: Fix bug in column layout. by Daniel Jasper · 11 years ago
  25. 309f645 [-cxx-abi microsoft] Remove ArgIndex, we handle all template argument kinds! by David Majnemer · 11 years ago
  26. 1942e18 PR14569: Omit debug info for thunks by David Blaikie · 11 years ago
  27. 54b0012 Use set to create CLANG_ORDER_FILE instead of option which implies a bool value. by Michael Gottesman · 11 years ago
  28. ad82222 Show which decls are marked invalid in -ast-dump. by Nick Lewycky · 11 years ago
  29. ec1f905 Itanium mangler: remove "proposal" comments for manglings that are in the by Richard Smith · 11 years ago
  30. 9a3d2bd R600: Add local address pointer size to DataLayout by Tom Stellard · 11 years ago
  31. fc21813 Simplify a bit. by Rafael Espindola · 11 years ago
  32. d7feb04 Debug Info: follow-up patch to r189283. by Manman Ren · 11 years ago
  33. 60c444d Since r179585, __declspec(property) has gotten special treatment as an attribute where it is not processed as part of the typical Sema attribute functionality. Specifying this attribute as being "ignored" because there is no sema handler for it as a Decl attribute, and no AST node generated for it. by Aaron Ballman · 11 years ago
  34. 0858246 Debug Info: add an identifier field to DICompositeType. by Manman Ren · 11 years ago
  35. 134bf5d Use CHECK-DAG in this test. by Rafael Espindola · 11 years ago
  36. b01e2da Consumed analyis: Renamed *PStatus to *PInfo. by DeLesley Hutchins · 11 years ago
  37. c3030bc Simplify/clean up debug info suppression in CodeGenFunction by David Blaikie · 11 years ago
  38. 8d9f800 Test by David Blaikie · 11 years ago
  39. 15b2674 Handle predefined expression for a captured statement by Wei Pan · 11 years ago
  40. 168de19 Simplify now that -O4 just maps to -O3 and -O is an alias of -O2. by Rafael Espindola · 11 years ago
  41. 4b10406 Fix virtual destructor mangling when using "-cxx-abi microsoft" on x64 by Timur Iskhodzhanov · 11 years ago
  42. 0affc67 Teach the Linux toolchain about more modern Gentoo installations of GCC by Chandler Carruth · 11 years ago
  43. 332c677 clang-format: Fix bug in column-layout formatting. by Daniel Jasper · 11 years ago
  44. ec0258a [-cxx-abi microsoft] Unnamed types are mangled less wrong by David Majnemer · 11 years ago
  45. 9581ed0 CodeGen: Unify two implementations of canDevirtualizeMemberFunctionCall. by Benjamin Kramer · 11 years ago
  46. 5db8b31 DebugInfo: Emit info for casted decls in template args by David Majnemer · 11 years ago
  47. 6db9088 Produce an error when trying to link with -emit-llvm. by Rafael Espindola · 11 years ago
  48. ed0059c Tests for ARM aligned access + reserved R9 by Renato Golin · 11 years ago
  49. 80434a3 Fix comment. by Michael Han · 11 years ago
  50. 02ab7d3 Add gcc ARM flags -munaligned-access / -mno-unaligned-access by Renato Golin · 11 years ago
  51. 45bd294 Add the -ffixed-r9 flag for ARM. by Renato Golin · 11 years ago
  52. 809d254 This wasn't headers, just missing namespaces. by Benjamin Kramer · 11 years ago
  53. ae0cdff Add missing includes. by Benjamin Kramer · 11 years ago
  54. a9bdbce Replace compLocDecl with less_first. by Benjamin Kramer · 11 years ago
  55. ae3d7a1 Fix test, make the template type a const pointer. by David Majnemer · 11 years ago
  56. 87b1f6d DebugInfo: Emit info for constant expressions in template arguments by David Majnemer · 11 years ago
  57. 885e36e CMake: support the LLVM_INSTALL_TOOLCHAIN_ONLY flag by Hans Wennborg · 11 years ago
  58. 63f25e6 Add a FIXME. by Richard Smith · 11 years ago
  59. 8d2a5ea A clean-up pass, exploring the unification of traversals of class, variable and function templates. by Larisse Voufo · 11 years ago
  60. 8b49854 Add note about following two commands are no longer equivalent. by Shuxin Yang · 11 years ago
  61. 3b0f62b Don't imply -flto with -O4. by Rafael Espindola · 11 years ago
  62. 223ccb4 Driver::IsUsingLTO() no longer return true when seeing -emit-llvm. by Shuxin Yang · 11 years ago
  63. 81cde9e Update now that llvm uses the same feature names as the driver. by Rafael Espindola · 11 years ago
  64. 9e8bd1d Consumed analysis: change class name in test cases. by DeLesley Hutchins · 11 years ago
  65. ecc0df5 Rename CMake variable; this fell out of r189127 somehow. by Hans Wennborg · 11 years ago
  66. e90340a CMake: Don't look for llvm-tblgen when building outside LLVM tree by Hans Wennborg · 11 years ago
  67. 2b42935 Comment parsing: fix a bug where a line with whitespace between two paragraphs by Dmitri Gribenko · 11 years ago
  68. 31c71ca Fix indentation by Dmitri Gribenko · 11 years ago
  69. 3520868 Use CharInfo.h routines in TextComment::isWhitespaceNoCache by Dmitri Gribenko · 11 years ago
  70. b2ae804 Revise -Wnewline-eof test per feedback from Dmitri. by Jordan Rose · 11 years ago
  71. 344472e Use pop_back_val() instead of both back() and pop_back(). by Robert Wilhelm · 11 years ago
  72. 7865b8e Respect -Wnewline-eof even in C++11 mode. by Jordan Rose · 11 years ago
  73. 3618e6f clang-format: Fix indentation relative to unary expressions. by Daniel Jasper · 11 years ago
  74. 4df1ff9 clang-format: Fix corner case for string splitting .. by Daniel Jasper · 11 years ago
  75. ed51c02 clang-format: Handle trailing commas in column layout of braced list. by Daniel Jasper · 11 years ago
  76. 034457d correct test RUN parameters by Robert Lytton · 11 years ago
  77. 6a556a4 [analyzer] Refactor conditional expression evaluating code by Pavel Labath · 11 years ago
  78. 14a46a1 arc commit didn't add this because it wasn't in the patch... by David Majnemer · 11 years ago
  79. d1282ec Sema: Properly support Microsoft-mode template arguments by David Majnemer · 11 years ago
  80. 8ef1b37 Reword a diagnostic to avoid a confusing implication that it might be talking by Richard Smith · 11 years ago
  81. 37fd27d Remove SequenceNumber from class/variable template partial specializations. by Richard Smith · 11 years ago
  82. b78b664 ObjectiveC migrator: builtin ObjectiveC types are not audited types. by Fariborz Jahanian · 11 years ago
  83. d769411 ObjectiveC migrator: some refactoring to reduce code size. by Fariborz Jahanian · 11 years ago
  84. 7968ae2 Check for absence of the flag. by Bill Wendling · 11 years ago
  85. fae228b Only add this attribute when it's set. If it's not there, the assumption is that it's off. by Bill Wendling · 11 years ago
  86. 5fdd207 Update to consumed analysis. by DeLesley Hutchins · 11 years ago
  87. c32cfbc DataFlowSanitizer: Add a design doc paragraph on checking ABI consistency. by Peter Collingbourne · 11 years ago
  88. b969e84 Add a separate llvm.global_ctors entry for linkonce_odr data initializers by Reid Kleckner · 11 years ago
  89. 0bd62ad FileCheckify a grep test. by Reid Kleckner · 11 years ago
  90. d173d78 ObjectiveC migrator: Provide ARC annotations for CF methods too. by Fariborz Jahanian · 11 years ago
  91. 544ae5b Refactor VariantMatcher to use an interface underneath. by Samuel Benzaquen · 11 years ago
  92. 92e9d2b Re-add clang-check to the Makefile build. by Jordan Rose · 11 years ago
  93. 259118e Work around unused variable warning in release builds. by Daniel Jasper · 11 years ago
  94. e638503 Fix dependencies now that the ARC migrator depends on the static analyzer. by Jordan Rose · 11 years ago
  95. 6a29f67 DebugInfo: emit the definition of types when construction vtables are required as these types may never end up emitting the full class data by David Blaikie · 11 years ago
  96. d4a03db clang-format: Add column layout formatting for braced lists by Daniel Jasper · 11 years ago
  97. 4725196 DebugInfo: Remove explicit declaration-emissiong handling now that we have a more principled approach (the 'requires complete type' callback) by David Blaikie · 11 years ago
  98. 152b4e4 Revert "Implement a rudimentary form of generic lambdas." by Manuel Klimek · 11 years ago
  99. 28cc16a Revert "Remove some unused variables identified by Juergen Ributzka *I need to turn on this warning in Visual C++ - sorry!*" by Manuel Klimek · 11 years ago
  100. 6a55260 Typo. by David Majnemer · 11 years ago