1. d0e5f6a [analyzer] Include bug column numbers in HTML output (in a comment). by Jordan Rose · 11 years ago
  2. e21432e Modern gcc is happy to constant evaluate __builtin_strlen in various cases by Richard Smith · 11 years ago
  3. 0de6bc8 R600: Add processor type for Hawaii by Tom Stellard · 11 years ago
  4. a683404 PR 17916: Don't fail if xcrun is not present. by Joerg Sonnenberger · 11 years ago
  5. 2317f7b Fix typo by David Peixotto · 11 years ago
  6. 4ca9eae Pass -Wa,-I and -Xassembler -I args to integrated assembler by David Peixotto · 11 years ago
  7. 4891e70 Install clang-format's editor integrations in $PREFIX/share/clang/ by Hans Wennborg · 11 years ago
  8. 418220b DR408: If a static data member of incomplete array type is declared in a class by Richard Smith · 11 years ago
  9. 2d2f6c2 Makes A Microsoft Layout CodeGen Test Explicit by Warren Hunt · 11 years ago
  10. e05372a Add -Wdeprecated-writable-string in C++ to -Wc++11-compat, since it's ill-formed in C++11. by Richard Smith · 11 years ago
  11. f46e56b [AArch64] Add support for legacy AArch32 NEON scalar shift right by immediate by Chad Rosier · 11 years ago
  12. 93d4b8c ObjectiveC migrator: This patch sets access property by Fariborz Jahanian · 11 years ago
  13. 758c4d8 [OpenCL] Make sure we put string literals in the constant address space. by Joey Gouly · 11 years ago
  14. 6973a27 [analyzer] Treat MSVC's _wassert as noreturn. by Jordan Rose · 11 years ago
  15. 2c050f6 [objcmt] Introduce "objcmt-white-list-dir-path=" option. by Argyrios Kyrtzidis · 11 years ago
  16. 9887f26 [objcmt] -objcmt-atomic-property & -objcmt-ns-nonatomic-iosonly are companion flags. by Argyrios Kyrtzidis · 11 years ago
  17. 91934df Move classes into anonymous namespaces. by Benjamin Kramer · 11 years ago
  18. c7120cf [Mips] Add tests for MIPS/MIPS64 type defines and type limits macros. No by Simon Atanasyan · 11 years ago
  19. b3c52d7 Remove a test failure. by Kevin Qin · 11 years ago
  20. 84881a7 Add test case for AArch64 NEON poly64 intrinsic. by Kevin Qin · 11 years ago
  21. 2a2b69b Add test cases for AArch64 NEON instruction set misc. by Kevin Qin · 11 years ago
  22. 4ae7d04 Revert r194663 and r194647. by Ted Kremenek · 11 years ago
  23. e452d61 Refine -Wunused-variable to only suppress warning for __bridge_transfer, not all bridge casts. by Ted Kremenek · 11 years ago
  24. 624bb5e [AArch64 neon] support poly64 and relevant intrinsic functions. by Kevin Qin · 11 years ago
  25. 8137a60 Implement aarch64 neon instruction class misc. by Kevin Qin · 11 years ago
  26. 142ab06 Added warning on structures/unions that are empty or contain only by Serge Pavlov · 11 years ago
  27. 2e22f29 Implement AArch64 NEON instruction set AdvSIMD (table). by Jiangning Liu · 11 years ago
  28. 1f64cfc Suppress -Wunused-variable when initializer uses bridge casts for memory management. by Ted Kremenek · 11 years ago
  29. a7cd801 Use a more realistic NS class names in by Fariborz Jahanian · 11 years ago
  30. 7f82297 ObjectiveC ARC. objc_bridge attribute should be applied to by Fariborz Jahanian · 11 years ago
  31. 4d0ddec Work around a bug in old gcc on the FreeBSD bot, which complains about by Dmitri Gribenko · 11 years ago
  32. 933a894 ObjectiveC ARC. Introduce a new attribute, 'objc_bridge' by Fariborz Jahanian · 11 years ago
  33. 02593f5 [objcmt] If no objcmt options were specified, default to enable literals+subscripting. by Argyrios Kyrtzidis · 11 years ago
  34. 17c384c [objcmt] Transfer the objcmt flags from the driver to cc1 invocation and by Argyrios Kyrtzidis · 11 years ago
  35. f1576c1 [objcmt] If the frontend option is frontend::MigrateSource then we don't need to create by Argyrios Kyrtzidis · 11 years ago
  36. dc8e938 Don't use alias from derived dtor to base dtor at -O0. by Rafael Espindola · 11 years ago
  37. 6526de4 -fms-extensions: Recognize _alloca as an alias for the alloca builtin by Reid Kleckner · 11 years ago
  38. f2941ec Only provide MS builtins when -fms-extensions is on by Reid Kleckner · 11 years ago
  39. d4315fe libclang does not depend directly on clangFormat; but clangIndex does by Dmitri Gribenko · 11 years ago
  40. 86cfda2 Documentation parsing: move comment-to-XML conversion routines to libIndex by Dmitri Gribenko · 11 years ago
  41. 1d40d62 No functional change. Renaming a variable in RecordLayoutBuilder and by Warren Hunt · 11 years ago
  42. ea88107 Add test case for r194593 by Weiming Zhao · 11 years ago
  43. 2fe4f17 Make inline functions in a header file static. by Dmitri Gribenko · 11 years ago
  44. a665321 [AArch64] Tests for legacy AArch32 NEON scalar shift by immediate instructions. by Chad Rosier · 11 years ago
  45. c5f4a8c Drop windows specific handling of equivalent destructors. by Rafael Espindola · 11 years ago
  46. 7792fde Adds ARM backend options: -mrestrict-it and -mno-restrict-it by Weiming Zhao · 11 years ago
  47. e909a72 [objcmt] Use FileIDs directly instead of their hash value. by Argyrios Kyrtzidis · 11 years ago
  48. 42e68d5 No need to use CGM.getCXXABI() from CXXABI by Timur Iskhodzhanov · 11 years ago
  49. a9f2809 Correctly mark first token in the presence of UTF-8 BOM. by Alexander Kornienko · 11 years ago
  50. f88536a Add an optional mapping from source paths to source contents. by Manuel Klimek · 11 years ago
  51. b85a9ec Add -fprofile-sample-use to Clang's driver. by Diego Novillo · 11 years ago
  52. d1fa81c Warn on duplicate function specifier by Serge Pavlov · 11 years ago
  53. 9b60286 Fix closing namespace comment to reflect reality by Dmitri Gribenko · 11 years ago
  54. f2febe6 PR10837: Warn if a null pointer constant is formed by a zero integer constant by Richard Smith · 11 years ago
  55. 2ab056f unittests/Tooling/ToolingTest.cpp: Suppress new tests on win32, due to handling of virtual file, such "/a.cc". by NAKAMURA Takumi · 11 years ago
  56. 5d2a206 ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLY by Fariborz Jahanian · 11 years ago
  57. 86e2a6f clang-cl: parse the /Yc flag (PR17895) by Hans Wennborg · 11 years ago
  58. f6785e3 Documentation parsing: add support for \throws \throw \exception commands by Dmitri Gribenko · 11 years ago
  59. 610616c Avoid producing mismatched comdats. by Rafael Espindola · 11 years ago
  60. 186b26d add intrinsics: __builtin_arm_{dmb,dsb} for ARM by Weiming Zhao · 11 years ago
  61. 08d86e9 ObjectiveC. availability of Array/Dictionary subscripting by Fariborz Jahanian · 11 years ago
  62. 1ab853d ObjectiveC migrator. Another alternative to by Fariborz Jahanian · 11 years ago
  63. a2f1ed0 clang-cl: parse the /GT option by Hans Wennborg · 11 years ago
  64. 1691dc4 Remove trailing spaces by Sylvestre Ledru · 11 years ago
  65. cb5a9ec Add test for injecting diagnostic consumers into a ClangTool. by Manuel Klimek · 11 years ago
  66. a7462b8 Remove extra whitespace instead of breaking the line in comments when possible. by Alexander Kornienko · 11 years ago
  67. 5486a42 Do not insert backslashes, when breaking line comments after preprocessor directives. by Alexander Kornienko · 11 years ago
  68. 5d5058c ObjectiveC driver change. re-apply patch reverted in by Fariborz Jahanian · 11 years ago
  69. 43c2ec5 Upgrade the VS solution to 2012. by Manuel Klimek · 11 years ago
  70. 4fba6ae Fix key bindings for VS 2010. by Manuel Klimek · 11 years ago
  71. 701c45a Recreated the ClangFormat VSPackage with VS 2010. by Manuel Klimek · 11 years ago
  72. 556af5c Revert unintentional commit from r194477. by Manuel Klimek · 11 years ago
  73. 8f2b52b by Manuel Klimek · 11 years ago
  74. 838f933 [mips][msa] Enable inlinse assembly for MSA. by Daniel Sanders · 11 years ago
  75. a30d247 [mips] Added fpu register tests to tests/CodeGen/mips-clobber-reg.c by Daniel Sanders · 11 years ago
  76. fab847a [mips] Small fixes to test/CodeGen/mips-clobber-reg.c by Daniel Sanders · 11 years ago
  77. e39ff50 XCore target requires preferred alignment. by Robert Lytton · 11 years ago
  78. 1816219 XCore target Type defines. by Robert Lytton · 11 years ago
  79. 0e325be XCore target has -fno-use-cxa-atexit as default. by Robert Lytton · 11 years ago
  80. 2c1721f Tests for core issue 201-215. by Richard Smith · 11 years ago
  81. 081c215 Keep the old function order in CodeGenModule::applyReplacements. by Rafael Espindola · 11 years ago
  82. 669496b This reverts commit r194435 and r194434. by Rafael Espindola · 11 years ago
  83. 9015bfc COSMETIC: Fix 80 column overflow in some comments introduced in r194188 by Faisal Vali · 11 years ago
  84. 394558e A quick fix to PR17877 that was introduced by r194188 (generic-lambda-capturing) that broke libc++. by Faisal Vali · 11 years ago
  85. 2a7ff77 Remove C++11ism. by Richard Smith · 11 years ago
  86. 1997bbf Extra test for r194444. by Richard Smith · 11 years ago
  87. 3347b49 Rather than duplicating extension diagnostics to allow them to cause a by Richard Smith · 11 years ago
  88. e0ac9bf -fms-compatibility: Use C++98 null pointer constant rules by Reid Kleckner · 11 years ago
  89. 126bd8f COSMETIC: Right justify an asterix in the previous refactoring. by Faisal Vali · 11 years ago
  90. d78d659 REFACTOR: Have PushLambdaScope return the LambdaScopeInfo that it creates. by Faisal Vali · 11 years ago
  91. 537b8a8 ObjectiveC. Try to unbreak buildbot. by Fariborz Jahanian · 11 years ago
  92. 3e627f7 ObjectiveC. By default allow array/dictionary subscripting in by Fariborz Jahanian · 11 years ago
  93. 964bfa1 Add a testcase where we replace a destructor with an alias. by Rafael Espindola · 11 years ago
  94. dda91e0 [mips] Partially revert r193640. Stack alignment should not be determined by by Akira Hatanaka · 11 years ago
  95. 849f3ec Revert "Using an invalid -O falls back on -O3 instead of an error" by Sylvestre Ledru · 11 years ago
  96. 51a0ab8 Revert "Remove -### from the -O20 test, it was failing the test (?)" by Sylvestre Ledru · 11 years ago
  97. 0fafc73 Remove -### from the -O20 test, it was failing the test (?) by Sylvestre Ledru · 11 years ago
  98. 3a786dd Improve the documentation (bis) with Arthur and Chandler's comments by Sylvestre Ledru · 11 years ago
  99. 47a2ab9 Fix pr17875. by Rafael Espindola · 11 years ago
  100. 9b79630 Darwin(ish): we don't want __ARM_EABI__ even on v7a embedded targets. by Tim Northover · 11 years ago