1. 51a31e1 Fixing a bug where debug info for a local variable gets emitted at file scope. by Yunzhong Gao · 11 years ago
  2. bb6b5e4 Mention in AST dump whether a class declaration is a definition. by Richard Smith · 11 years ago
  3. c2d7757 Don't eagerly load all conversion operators when loading a class declaration by Richard Smith · 11 years ago
  4. e8519c3 Add ms_abi and sysv_abi attribute handling. by Charles Davis · 11 years ago
  5. 868edfa Map from local decl IDs to global decl IDs when lazily deserializing friend decl chains. by Richard Smith · 11 years ago
  6. ad162e9 ObjectiveC migrator: User of hexadecimal enumerator by Fariborz Jahanian · 11 years ago
  7. cd03f86 Be lazier when loading KeyFunctions from PCH/modules. We don't need to load by Richard Smith · 11 years ago
  8. 4e1a82c Adjust clang for change to APFloat::toString. by Eli Friedman · 11 years ago
  9. 83369bf Debug Info: generate a unique identifier for C++ struct, class, union, and enum. by Manman Ren · 11 years ago
  10. 4252598 Consumed analysis: track function parameters. Patch by chris.wailes@gmail.com. by DeLesley Hutchins · 11 years ago
  11. d324a0b Consumed analysis: non-const methods no longer transfer an object into an by DeLesley Hutchins · 11 years ago
  12. 1876045 Debug Info: this reverts commit r189600. by Manman Ren · 11 years ago
  13. 6b2ec03 Silencing the warning from r189605 in a more conformant manner. by Aaron Ballman · 11 years ago
  14. 1f55157 Silencing a rather spurious warning from MSVC 11 about not all control paths returning a value (hint: they do). by Aaron Ballman · 11 years ago
  15. f1acc31 Debug Info: generate a unique identifier for C++ struct, class, union, and enum. by Manman Ren · 11 years ago
  16. e444ea0 Fix warning about anonymous structs in anonymous unions. by Eric Christopher · 11 years ago
  17. dcc0c5b Better support for multiline string literals (including C++11 raw string literals). by Alexander Kornienko · 11 years ago
  18. b7dc1f5 Consumed analysis: improve handling of conditionals. by DeLesley Hutchins · 11 years ago
  19. d0f2921 ObjectiveC migrator: remove dead code. by Fariborz Jahanian · 11 years ago
  20. 3c114f7 [analyzer] Fix handling of "empty" structs with base classes by Pavel Labath · 11 years ago
  21. c41e819 Fixes various problems with accounting for tabs in the original code. by Manuel Klimek · 11 years ago
  22. 263cea4 Use new UnicodeCharSet interface. by Alexander Kornienko · 11 years ago
  23. 023b220 Removed useless default branch of switch statement. by Serge Pavlov · 11 years ago
  24. 8ed2f3a Change return type of Sema::DiagnoseAmbiguousLookup from bool to void. by Serge Pavlov · 11 years ago
  25. 46c8fca Make getDiagnosticsInGroup helper method a static function in the cpp file and move the WarningOption struct into an anonymous namespace instead of clang namespace since it no longer needs to be forward declared in the header. by Craig Topper · 11 years ago
  26. 354f20a Move individual group name strings from the OptionTable into one big char array. Then only store offsets into it in the OptionTable. Saves about 4K from the clang binary and removes 400 relocation entries from DiagnosticIDs.o. by Craig Topper · 11 years ago
  27. 347124d Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t) by Peter Collingbourne · 11 years ago
  28. 3432b78 Properly escape filenames in line directives. by Eli Friedman · 11 years ago
  29. 4a97b8e Remove Inheritable/NonInheritable flags from ProcessDeclAttributes. They don't by Richard Smith · 11 years ago
  30. b69f9e0 use the last passed -munaligned-access / -mno-unaligned-access by Renato Golin · 11 years ago
  31. 9d57b8d Sema: Subst type default template args earlier by David Majnemer · 11 years ago
  32. 112586c 80 cols. by Peter Collingbourne · 11 years ago
  33. 5b98aba ObjectiveC migrator. This patch infers readonly properties for no-parameter by Fariborz Jahanian · 11 years ago
  34. 69ca5e2 Look for libstdc++ first on the clang install directory. by Rafael Espindola · 11 years ago
  35. 7dc8e81 Add missing definitions to unwind.h. by Peter Collingbourne · 11 years ago
  36. 1951323 Mode is now handled as a non-inheritable attribute, and CUDADevice & CUDAHost are now handled as inheritable attributes. In all three cases, this makes the processing behavior more consistent with the declared behavior in Attr.td. by Aaron Ballman · 11 years ago
  37. ac7c25f 80-col. by Eric Christopher · 11 years ago
  38. 11fa751 DebugInfo: Further fix/improvements to r189494 (and LLVM r189495). by David Blaikie · 11 years ago
  39. 0a0be74 Format. Thanks David for pointing it out. by Manman Ren · 11 years ago
  40. 3c6e5ce ObjectiveC migrator: In suggesting 'instancetype' use clang's by Fariborz Jahanian · 11 years ago
  41. f332733 Debug Info: update interface for CreateEnumType and getOrCreateRecordFwdDecl. by Manman Ren · 11 years ago
  42. dd65802 More comments for r189494. by David Blaikie · 11 years ago
  43. a601579 Fix "//" comments with -traditional-cpp in C++. by Eli Friedman · 11 years ago
  44. c0d1b6a For methods where clang automatically infers instancetype from the selector by Fariborz Jahanian · 11 years ago
  45. 62c90e1 Handle -D arguments ending in a backslash. by Eli Friedman · 11 years ago
  46. 3f93d4c Improve error for assignment to incomplete class. by Eli Friedman · 11 years ago
  47. 4a68491 Comments for r189494 by David Blaikie · 11 years ago
  48. a735090 Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer. by Samuel Benzaquen · 11 years ago
  49. 324cc03 clang-cl: Pass -debug to the linker when using -fsanitize=address by Hans Wennborg · 11 years ago
  50. c576127 PR16995: Failing to associate static members with their enclosing class by David Blaikie · 11 years ago
  51. 3aa6f43 [analyzer] Add support for testing the presence of weak functions. by Jordan Rose · 11 years ago
  52. f546178 clang-format: Improve token breaking behavior. by Daniel Jasper · 11 years ago
  53. 3b6b5da ARM: comment on why vmull intrinsic has to exist for now. by Tim Northover · 11 years ago
  54. 6bf1e8e ARM: Emit normal IR for vaddhn/vsubhn NEON intrinsics by Tim Northover · 11 years ago
  55. b1c09b9 ARM: use vqdmull and vqadds/vqsubs to implement vqdmlal/vqdmlsl by Tim Northover · 11 years ago
  56. 7143a21 clang-format: Fix segfault in 'incomplete' macros. by Daniel Jasper · 11 years ago
  57. c9346c9 clang-format: Fix infinite loop in macro special case. by Daniel Jasper · 11 years ago
  58. a4dd982 clang-format: Don't insert space in __has_include by Daniel Jasper · 11 years ago
  59. 7186ccc clang-format: Fix corner case in ObjC interface definitions. by Daniel Jasper · 11 years ago
  60. f18bfd4 [analyzer] Assume new returns non-null even under -fno-exceptions by Pavel Labath · 11 years ago
  61. f439dcb clang-format: Improve braced init list detection: by Daniel Jasper · 11 years ago
  62. c476ea9 clang-format: Fix corner case in overloaded operator definitions. by Daniel Jasper · 11 years ago
  63. 081fc17 clang-format: Fix space in decltype-constexprs. by Daniel Jasper · 11 years ago
  64. 0e28a25 Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4K from clang binary. by Craig Topper · 11 years ago
  65. a25832f [CMake] use combination of CMAKE_RUNTIME_OUTPUT_DIRECTORY and CMAKE_LIBRARY_OUTPUT_DIRECTORY to install clang headers for Xcode builds. by Ted Kremenek · 11 years ago
  66. cf5691e Revert r189440 - Disable loop vectorizer unrolling when no unrolling requested by Hal Finkel · 11 years ago
  67. f95b589 Disable loop vectorizer unrolling when no unrolling requested by Hal Finkel · 11 years ago
  68. b1aa16a Merge diagnostic group tables to reduce data size and relocation entries. by Craig Topper · 11 years ago
  69. ba71544 Revert "Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing Clang headers." by Ted Kremenek · 11 years ago
  70. 97ed61f AST: Don't treat a TemplateExpansion as a Template by David Majnemer · 11 years ago
  71. c7971a9 Revert "PR14569: Omit debug info for thunks" by David Blaikie · 11 years ago
  72. c1cc488 ObjectiveC migrator: minor refactoring of my last cf annotation patch. by Fariborz Jahanian · 11 years ago
  73. 8970cf5 Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing Clang headers. by Ted Kremenek · 11 years ago
  74. ef07203 Delete CC_Default and use the target default CC everywhere by Reid Kleckner · 11 years ago
  75. a7f6a94 ObjectiveC migrator: Do not add explicit cf annotation for by Fariborz Jahanian · 11 years ago
  76. 4eb9b2f Revert "[CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path for Clang headers." by Ted Kremenek · 11 years ago
  77. a5b9116 [CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path for Clang headers. by Ted Kremenek · 11 years ago
  78. 3c4da0c clang-cl: Support -fsanitize=address by Hans Wennborg · 11 years ago
  79. 55ee1eb Warn that -O4 is the same as -O3. by Rafael Espindola · 11 years ago
  80. 99e0df4 Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer." by Samuel Benzaquen · 11 years ago
  81. 3b082a3 Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer. by Samuel Benzaquen · 11 years ago
  82. a778cde Adding a vector version of clang::tooling::shiftedCodePosition(). by Edwin Vane · 11 years ago
  83. d36e463 Rewrite eachOf/allOf/anyOf to use a variadic operator. by Samuel Benzaquen · 11 years ago
  84. d3fef0f clang-format: Format segments of builder-type calls one per line. by Daniel Jasper · 11 years ago
  85. 1806239 Cleanup of OpaquePtr. No functionality changes. by Serge Pavlov · 11 years ago
  86. d489f8c clang-format: Revamp builder-type call formatting. by Daniel Jasper · 11 years ago
  87. 1f71f39 [-cxx-abi microsoft] Change the vdtor implicit should_call_delete argument type to int by Timur Iskhodzhanov · 11 years ago
  88. 451f1e0 clang-format: Fix bug in column layout. by Daniel Jasper · 11 years ago
  89. 309f645 [-cxx-abi microsoft] Remove ArgIndex, we handle all template argument kinds! by David Majnemer · 11 years ago
  90. 1942e18 PR14569: Omit debug info for thunks by David Blaikie · 11 years ago
  91. ad82222 Show which decls are marked invalid in -ast-dump. by Nick Lewycky · 11 years ago
  92. ec1f905 Itanium mangler: remove "proposal" comments for manglings that are in the by Richard Smith · 11 years ago
  93. 9a3d2bd R600: Add local address pointer size to DataLayout by Tom Stellard · 11 years ago
  94. fc21813 Simplify a bit. by Rafael Espindola · 11 years ago
  95. 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
  96. b01e2da Consumed analyis: Renamed *PStatus to *PInfo. by DeLesley Hutchins · 11 years ago
  97. c3030bc Simplify/clean up debug info suppression in CodeGenFunction by David Blaikie · 11 years ago
  98. 15b2674 Handle predefined expression for a captured statement by Wei Pan · 11 years ago
  99. 168de19 Simplify now that -O4 just maps to -O3 and -O is an alias of -O2. by Rafael Espindola · 11 years ago
  100. 4b10406 Fix virtual destructor mangling when using "-cxx-abi microsoft" on x64 by Timur Iskhodzhanov · 11 years ago