1. 09e0626 'return' before 'else' is bad style by David Majnemer · 11 years ago
  2. 29b37a0 AST: __uuidof should leak through templated types by David Majnemer · 11 years ago
  3. 1245a54 Fix missing source location in CXXTemporaryObjectExpr nodes. by Enea Zaffanella · 11 years ago
  4. 8451a45 ObjectiveC migrator: When inferring a property, by Fariborz Jahanian · 11 years ago
  5. c411910 Reorder libm LIBBUILTIN definition groups by Hal Finkel · 11 years ago
  6. e843cc7 Reorder libm LIBBUILTIN definitions by Hal Finkel · 11 years ago
  7. d46ab5e Add the missing "n" to libm LIBBUILTIN definitions by Hal Finkel · 11 years ago
  8. 798186a Remove error-prone 'list initialization' flag from an implicit conversion by Richard Smith · 11 years ago
  9. 00e0f43 clang-format: Fix regression introduced by r190038. by Daniel Jasper · 11 years ago
  10. e27dc5d clang-format: Format typed enums with nested names. by Daniel Jasper · 11 years ago
  11. 520cca8 clang-format: Don't confuse operator[] with lambdas. by Daniel Jasper · 11 years ago
  12. 130fcc8 Preserve exception specs in function decl merging. by Eli Friedman · 11 years ago
  13. 325047f Unbreak the Clang -Werror build after r190183. by David Blaikie · 11 years ago
  14. c64bbe8 clang-cl: ignore /RTC options (PR17129) by Hans Wennborg · 11 years ago
  15. 3181484 Add Intrin.h to the cmake files. by Eric Christopher · 11 years ago
  16. db2c42c Debug Info: Update testing case. by Manman Ren · 11 years ago
  17. 0c01835 OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test threadprivate_messages.cpp) by Alexey Bataev · 11 years ago
  18. 51bb5d9 Don't remove trailing escaped newline from line comments. by Alexander Kornienko · 11 years ago
  19. 535ae75 Remove unused method Job::AddCommand. by Hans Wennborg · 11 years ago
  20. 1c840db [analyzer] SATestBuild: strip trailing newlines from command file. by Jordan Rose · 11 years ago
  21. 906db27 Follow up on commit r190159. Also test the KFreeBSD i686 platform defines + minor cosmetics by Sylvestre Ledru · 11 years ago
  22. bd46142 Add a test for the KFreeBSD define (#define __FreeBSD_kernel__ 1). This was introduced in commit r190048 by Sylvestre Ledru · 11 years ago
  23. d7d94dc OpenCL allows the (pre/post)-(increment/decrement) operator on integer vector types, by David Tweed · 11 years ago
  24. 2f0a020 clang-format: Fix regression introduced by r189353. by Daniel Jasper · 11 years ago
  25. 1ae7484 Avoid double edges when constructing CFGs by Pavel Labath · 11 years ago
  26. db4813a clang-format: Fix regression introduced by r189337. by Daniel Jasper · 11 years ago
  27. b77d741 clang-format: Fix comment formatting bugs in nested blocks. by Daniel Jasper · 11 years ago
  28. 74341d8 PR17046, PR17092: Debug Info assert-on-valid due to member loss when context creation recreates the item the context is created for by David Blaikie · 11 years ago
  29. 9c5716c Add self-comparison warnings for fields. by Eli Friedman · 11 years ago
  30. a33ab60 Consumed Analysis: The 'consumable' attribute now takes a identifier specifying the default assumed state for objects of this class by David Blaikie · 11 years ago
  31. 3082be2 When creating an implicit conversion sequence for a reference of type T from an by Richard Smith · 11 years ago
  32. 1ac6c93 Reduce stack usage of TreeTransform. by Eli Friedman · 11 years ago
  33. 9ec2891 C++11 attributes after 'constructor-name (' unambiguously signal that we have a by Richard Smith · 11 years ago
  34. dae9271 Improve error for "override" + non-virtual func. by Eli Friedman · 11 years ago
  35. edadb9a Add a bit more info to modules fatal error. by Eli Friedman · 11 years ago
  36. 7fd8fb3 ObjectiveC migrator: tighten the rules for when by Fariborz Jahanian · 11 years ago
  37. af6f8cc manual: Fix RST reference to MS extension support by Reid Kleckner · 11 years ago
  38. 15d29ff Fix regression from r190016. by Eli Friedman · 11 years ago
  39. 832e921 Debug Info: Update testing case. by Manman Ren · 11 years ago
  40. b48aeb0 Unbreak build with libc++, whose std::list<T> requires T to be complete. by Douglas Gregor · 11 years ago
  41. e3efec2 Mark lambda closure classes as being implicitly-generated. by James Dennett · 11 years ago
  42. e38f08a ObjectiveC modern translator: fix up generated fast enumeration by Fariborz Jahanian · 11 years ago
  43. a6e7e49 clang-cl: Use .obj as extension for unnamed object files (PR17095) by Hans Wennborg · 11 years ago
  44. d98927d Add ATTRIBUTE_UNUSED to silence unused-function warning in release builds. by Daniel Jasper · 11 years ago
  45. e11e45f Fixes PR 17106 (explicitly typed enums are formatted differently). by Manuel Klimek · 11 years ago
  46. 0b62cc3 Handle zero-width and double-width characters in string literals and comments. by Alexander Kornienko · 11 years ago
  47. deb7799 Fix the profile of the function (fix commit 190048) by Sylvestre Ledru · 11 years ago
  48. 3309a78 Fix bug #17104 - Target info for GNU/kFreeBSD were missing. by Sylvestre Ledru · 11 years ago
  49. 2d65705 clang-format: Quickfix for braced init lists detected as lambdas. by Daniel Jasper · 11 years ago
  50. 7b7bef1 Add new methods for TargetInfo: by Stepan Dyatkovskiy · 11 years ago
  51. 1a925bc Address post-commit review comments from r190038. by Daniel Jasper · 11 years ago
  52. b2c7047 Support suppressing unused arguments warnings as a core option so that by Chandler Carruth · 11 years ago
  53. ac2c974 clang-format: Fix parsing and indenting lambdas. by Daniel Jasper · 11 years ago
  54. 567dcf9 clang-format: Enable formatting of nested blocks. by Daniel Jasper · 11 years ago
  55. e768c97 [analyzer] Restructure a test file by Pavel Labath · 11 years ago
  56. 22d58dd Make error text if clang-format is not on the system PATH more helpful, by Manuel Klimek · 11 years ago
  57. efb288c For "expected unqualified-id" errors after a double colon, and the double colon by Richard Trieu · 11 years ago
  58. a5e77a8 Add specific warning flags for GNU ext in lexer. by Eli Friedman · 11 years ago
  59. 86164e8 Note when a decl is used in AST files. by Eli Friedman · 11 years ago
  60. e7eb0c4 PR17103: Scoped enumerations with signed integer types have signed integer by Richard Smith · 11 years ago
  61. e9813b3 Tweak implementation of -Wwrite-strings to better match the behavior of current GCCs: by Richard Smith · 11 years ago
  62. 4afe579 ObjectiveC migrator: start introducing NS_XXX annotations by Fariborz Jahanian · 11 years ago
  63. 29b8b68 Reapply r189013 (reverted in r189906) now that the underlying issue is fixed and tested (in r189996) by David Blaikie · 11 years ago
  64. 0d520f7 Do not emit duplicate global initializers for template static data members inside namespaces by David Blaikie · 11 years ago
  65. 6155fbe Remove the -fuse-gold-plugin driver option. by Rafael Espindola · 11 years ago
  66. a7a2a24 ObjectiveC migrator. Refactor last patch on annotations. (was r189892). by Fariborz Jahanian · 11 years ago
  67. 15852fc Adds a VSPackage project that builds a VS extension to run clang-format over a selection / the line at the cursor. by Manuel Klimek · 11 years ago
  68. 9e046e1 More unused warning silencing. by Eric Christopher · 11 years ago
  69. c4f73e0 A minor fix in the documentation. by Alexander Kornienko · 11 years ago
  70. 62d06b7 Added documentation for clang-format style options. by Alexander Kornienko · 11 years ago
  71. 0aae289 ASTDumper: fix dump of CXXCatchStmt by Pavel Labath · 11 years ago
  72. 9a2a52f Cleaned doxygen comments. by Alexander Kornienko · 11 years ago
  73. 9321e87 Handle 'Cpp03' and 'Cpp11' strings in LanguageStandard serialization for by Alexander Kornienko · 11 years ago
  74. b7d98a1 Remove code duplication in unwrapped line parser. by Manuel Klimek · 11 years ago
  75. 753a511 Implement parsing of blocks (^{ ... }) in the unwrapped line parser. by Manuel Klimek · 11 years ago
  76. 9e512bc More lambda formatting tests; update test comments. by Manuel Klimek · 11 years ago
  77. 179b45c clang/test/Driver/working-directory.c: Exclude msys bash rather than tweaking expressions. by NAKAMURA Takumi · 11 years ago
  78. 912502b Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instructions: by Hao Liu · 11 years ago
  79. 31e44f7 Fix layout of lambda captures. by Manuel Klimek · 11 years ago
  80. 799bf2d Attempt to silence some defined but not used warnings. by Eric Christopher · 11 years ago
  81. 3bf48ca Disable llvm optimizations, but keep -O1 to test available_externally. by Rafael Espindola · 11 years ago
  82. 65db61f Disable llvm optimizations, but keep -O1 to test available_externally. by Rafael Espindola · 11 years ago
  83. 419635f Use %clang_cc1. by Rafael Espindola · 11 years ago
  84. 1e75a1a Clear LookupResult object if invalid candidate is found. by Serge Pavlov · 11 years ago
  85. a3f55b0 Don't pass -O0 to clang_cc1, it is the default. by Rafael Espindola · 11 years ago
  86. 8cb1bf8 clang-cl: Use "clang cl.exe" when disambiguating the diagnostic prefix. by Reid Kleckner · 11 years ago
  87. 5013fcf Documentation fix: remove advice to use cast/dyn_cast on TypeLocs, updating by James Dennett · 11 years ago
  88. 2a7002e Revert "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
  89. 7b7fd83 clang-cl: Avoid confusing diagnostics when clang-cl is called just cl.exe by Reid Kleckner · 11 years ago
  90. c47063e Order initializers of static data members of explicit specializations by Reid Kleckner · 11 years ago
  91. bdf3341 Add a diagnostic group for the "ignoring (static|inline) keyword on by Peter Collingbourne · 11 years ago
  92. 5f7ac67 ObjectiveC migrator: Cannot use bridging annotations for by Fariborz Jahanian · 11 years ago
  93. 5847b71 Fix the test on -Asserts build. by Rafael Espindola · 11 years ago
  94. 28c73f1 Use -O0 in this test too. by Rafael Espindola · 11 years ago
  95. 709a8ca clang-cl: Make -W a core option so we can adjust clang warnings. by Reid Kleckner · 11 years ago
  96. 752e1b4 Don't run optimizations in a clang test. by Rafael Espindola · 11 years ago
  97. 67ac998 Parser: support Microsoft syntax for 'typename typedef' by David Majnemer · 11 years ago
  98. 5094920 Consumed analysis: update to comments in test cases. by DeLesley Hutchins · 11 years ago
  99. dc1ac5e Emit uuid globals as linkonce_odr by Reid Kleckner · 11 years ago
  100. 82b9709 Reference extension is weird/surprising and unnecessary, let's not do that. by David Blaikie · 11 years ago