1. 223e7a8 Relax header guard mismatch warning with edit distance heuristic. by Ismail Pazarbasi · 11 years ago
  2. aabfb27 Automatically munch semicolons after blocks. by Manuel Klimek · 11 years ago
  3. ac4d018 clang-format: Fix assertion on unterminated #ifs. by Daniel Jasper · 11 years ago
  4. a0950e8 Callback support for OpenCL extension pragmas. by Pekka Jaaskelainen · 11 years ago
  5. 78a4e61 clang-format: No space in "<::" in C++11 mode. by Daniel Jasper · 11 years ago
  6. e517d1e Add missing flags -fexpensive-optimizations and -minline-all-stringops as noops. by Nick Lewycky · 11 years ago
  7. f30e194 Consumed analysis: replace the consumes attribute with a set_typestate by DeLesley Hutchins · 11 years ago
  8. 1bf6343 Consumed analysis: switch from tests_consumed/unconsumed to a general by DeLesley Hutchins · 11 years ago
  9. f18e6e8 Improve the error message for attempting to build a for range loop using a by Richard Trieu · 11 years ago
  10. 627c7f9 Consumed analysis: check destructor calls. by DeLesley Hutchins · 11 years ago
  11. b18c258 Don't break string literals inside preprocessor directives. by Alexander Kornienko · 11 years ago
  12. d2dab64 ObjectiveC migrator. also support migration to by Fariborz Jahanian · 11 years ago
  13. cf207a6 Changed clang-format-diff.py to output diff by default. Added -i option to apply changes to files instead. by Alexander Kornienko · 11 years ago
  14. ae76f7f Support formatting of preprocessor branches. by Manuel Klimek · 11 years ago
  15. 812a32f Only use the MS record layout when using the MS C++ ABI by Reid Kleckner · 11 years ago
  16. 96d6c45 Turn struct-path aware TBAA on by default. by Manman Ren · 11 years ago
  17. 7bb7230 Use castAs instead of cast in thunk generation by Reid Kleckner · 11 years ago
  18. 70e37c4 Fix unused variable warning in MS record layout. by Reid Kleckner · 11 years ago
  19. b2969b1 Adds Microsoft compatiable C++ record layout code to clang. by Warren Hunt · 11 years ago
  20. 659837e [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier information of function type. by Argyrios Kyrtzidis · 11 years ago
  21. 1d82b1a clang-format: Don't remove 'unknown' tokens. by Daniel Jasper · 11 years ago
  22. d6b5297 Remove extra braces. by Eric Christopher · 11 years ago
  23. 1f9a09d ObjectiveC migrator: fixes a bug when in NS_ENUM/NS_OPTIONS by Fariborz Jahanian · 11 years ago
  24. 1d544c8 clang-cl: Mark /FA and /Fa as unsupported options by Hans Wennborg · 11 years ago
  25. 0866b9f Don't hardcode the alias order in this test. by Rafael Espindola · 11 years ago
  26. 890a1ba remove path separator from test/Driver/xcore-opts.c by Robert Lytton · 11 years ago
  27. 4e490e2 XCore target: add an xcore toolchain implementation by Robert Lytton · 11 years ago
  28. 645e6fd XCore : Fix bug in XCoreABIInfo::EmitVAArg() by Robert Lytton · 11 years ago
  29. 730a2c2 Diagnose by-copy captures of abstract classes. by Douglas Gregor · 11 years ago
  30. 31a07b8 The emitted IR is the same, we need these flags to actually use the LLVM target. by Nick Lewycky · 11 years ago
  31. ff05979 Add -fno-function-sections and -fno-data-sections. Since by Nick Lewycky · 11 years ago
  32. d470568 Fix typo in comment. No functionality change. by Nick Lewycky · 11 years ago
  33. 2102a1d Implemented aarch64 SIMD copy related ACLE intrinsic : by Kevin Qin · 11 years ago
  34. 9afabf6 ObjectiveC migrator. When migrating to NS_ENUM/NS_OPTIONS, by Fariborz Jahanian · 11 years ago
  35. 832b3c0 clang-cl: simplify the -m32 -m64 test by Hans Wennborg · 11 years ago
  36. 99aacad clang-cl: Expose the -m32 and -m64 command-line options by Hans Wennborg · 11 years ago
  37. 84e41cd ObjectiveC. ObjectiveC's collection selector expression in by Fariborz Jahanian · 11 years ago
  38. c3f7fd6 Make CodeGenTypes data members private. by Mark Lacey · 11 years ago
  39. dbabeb2 Debug Info: update testing cases when the context field of subprogram is updated by Manman Ren · 11 years ago
  40. 9fcbd5e ObjectiveC migrator: For 'default' and 'shared' family of by Fariborz Jahanian · 11 years ago
  41. 71babaa Locate VS InstallDir in the presence of newer runtime by Hans Wennborg · 11 years ago
  42. 5610fbd Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). by Hao Liu · 11 years ago
  43. 6a6f4ad Disable RTTI in one test so clang doesn't assert behind the scenes by Timur Iskhodzhanov · 11 years ago
  44. db5cb0f Revert "Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). " by Tim Northover · 11 years ago
  45. dbd0900 Revert "Use aliases for more constructors and destructors." by Rafael Espindola · 11 years ago
  46. 58b6ccf Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). by Hao Liu · 11 years ago
  47. 01fe9f9 Correctly detect colon in bit fields. Fixes PR17333. by Alexander Kornienko · 11 years ago
  48. fbac5c1 Parser: Avoid a crash-on-invalid when trying to diagnose function calls with -> in it. by Benjamin Kramer · 11 years ago
  49. 6e04a84 Sema: Taking the address of a dtor is illegal per C++ [class.dtor]p2. by Benjamin Kramer · 11 years ago
  50. 4e30cdf [Mips] Support FSF Mips toolchain directories tree in the Clang driver. by Simon Atanasyan · 11 years ago
  51. 77b9f65 Make test portable. by Ted Kremenek · 11 years ago
  52. 0a6cf66 Add a section about clang-cl to UsersManual.rst by Hans Wennborg · 11 years ago
  53. af3b980 Fix getIntegerTypeOrder() to properly handle enums by first unwrapping their underlying integer type. This is a precondition for calling getIntegerRank(). by Ted Kremenek · 11 years ago
  54. 605b3d7 Use KEY_WOW64_32KEY when reading the registry in WindowsToolChain.cpp (PR17033) by Hans Wennborg · 11 years ago
  55. a188298 Refine string literal concatenation warning within an NSArray literal to not warn when the literal comes from a macro expansion. Fixes <rdar://problem/15147688>. by Ted Kremenek · 11 years ago
  56. 8f2cb42 This patch addresses a problem encountered by the by Sean Callanan · 11 years ago
  57. c6d6800 Debug Info: update testing cases when the context and type fields of by Manman Ren · 11 years ago
  58. 39ebb02 ObjectiveC migrator. Introduce a new objcmt-atomic-property option by Fariborz Jahanian · 11 years ago
  59. 53fe3f5 Fix warnings introduced in r192314. by DeLesley Hutchins · 11 years ago
  60. 7385840 Consumed analysis: improve loop handling. The prior version of the analysis by DeLesley Hutchins · 11 years ago
  61. d4099c3 Revert commit r192299 until find a way to account for simlinks in OS X. by Ariel J. Bernal · 11 years ago
  62. 5bd0d44 Initialize vtorDisp in class constructors and destructors by Timur Iskhodzhanov · 11 years ago
  63. 45d3950 Tighten diagnostics for calling conventions on variadic functions by Hans Wennborg · 11 years ago
  64. 9fe529f ObjectiveC migrator. Introduce a new print policy for by Fariborz Jahanian · 11 years ago
  65. 5720858 Use aliases for more constructors and destructors. by Rafael Espindola · 11 years ago
  66. b71aa7a This patch fixes replacements that are not applied when relative paths are by Ariel J. Bernal · 11 years ago
  67. 6e7f193 clang-format: Fix template declaration line breaking with comment. by Daniel Jasper · 11 years ago
  68. 87d52eb [Mips] Group MIPS-related options checking function in one place. by Simon Atanasyan · 11 years ago
  69. 178bf0d [Mips] Make the isMipsR2Arch() function simpler - remove checking for MIPS-arch. by Simon Atanasyan · 11 years ago
  70. f661461 [Mips] Remove unused mips_CPUs_Group options group. It's better to join by Simon Atanasyan · 11 years ago
  71. 66751bc [Mips] Do not check for options from the OPT_mips_CPUs_Group. All these by Simon Atanasyan · 11 years ago
  72. 305dc0d [Mips] Make mips32/mips32r2/mips64/mips64r2 real aliases for appropriate by Simon Atanasyan · 11 years ago
  73. f074658 Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ItaniumVTableBuilder and clang-format code around by Timur Iskhodzhanov · 11 years ago
  74. 728b279 clang/test/Coverage/codegen-next.m: Exclude this for targeting x86_64-win32. by NAKAMURA Takumi · 11 years ago
  75. 2cb17a0 Reland 192220 "Abstract out parts of thunk emission code, add support for simple thunks when using -cxx-abi microsoft" with relaxed assertions by Timur Iskhodzhanov · 11 years ago
  76. eeac7a4 Make wording for certain invalid unary expressions more consistent. by David Majnemer · 11 years ago
  77. ae23947 Debug Info: update testing cases when the context field of by Manman Ren · 11 years ago
  78. 7e43a43 Debug Info: update testing cases when the derived-from field of by Manman Ren · 11 years ago
  79. 1fe3263 Debug Info: update testing cases when the derived-from field of by Manman Ren · 11 years ago
  80. 5dbed66 -Wmicrosoft: Don't warn on non-inline pure virtual method definitions by Reid Kleckner · 11 years ago
  81. 3cb3330 [AArch64] Add support for NEON scalar floating-point reciprocal estimate, by Chad Rosier · 11 years ago
  82. 3636fb1 Turn error about fastcall variadic function into warning in MS mode (PR12535) by Hans Wennborg · 11 years ago
  83. 372877e ObjectiveC migrator: Add support for inferring by Fariborz Jahanian · 11 years ago
  84. 6d048e1 [AArch64] Add support for NEON scalar signed/unsigned integer to floating-point by Chad Rosier · 11 years ago
  85. 877e6a6 Explicitly request unsigned enum types when desired by Reid Kleckner · 11 years ago
  86. 2d9f38a ObjectiveC migration. Add support for inferring by Fariborz Jahanian · 11 years ago
  87. 0ac66c0 Revert 192220 as it fails on an assertion by Timur Iskhodzhanov · 11 years ago
  88. 2e0b0cf Suggest people use -Xclang not -cc1 when passing options to the frontend. by Richard Smith · 11 years ago
  89. 28d9077 Remove documentation of removed -ast-dump-xml flag. by Richard Smith · 11 years ago
  90. c3dcfa2 Abstract out parts of thunk emission code, add support for simple thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  91. e0acd38 [mips] Remove XFAIL. by Akira Hatanaka · 11 years ago
  92. bbec341 Remove transient code I did not mean to check in. by Ted Kremenek · 11 years ago
  93. 2e391e5 Fixed messages in tests. by Serge Pavlov · 11 years ago
  94. 7ca0fce Fixed grammar. Thanks to Jordan Rose. by Serge Pavlov · 11 years ago
  95. f0d5861 Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a holdover from the long-dead Action interface. by Ted Kremenek · 11 years ago
  96. 5ce45c7 Fix an edge case in the template differ with default arguments. by Benjamin Kramer · 11 years ago
  97. 7949acf clang-cl: ignore the /sdl[-] flag by Hans Wennborg · 11 years ago
  98. 2a0a496 Add fixits suggesting parenthesis around type name in expressions like sizeof. by Serge Pavlov · 11 years ago
  99. cea014b clang-format: Improve indentation when deriving from templated classes. by Daniel Jasper · 11 years ago
  100. f7d9e63 clang-format: Don't exit with failure on empty files. by Daniel Jasper · 11 years ago