1. 89fecb5 Reflow slightly. by Eric Christopher · 11 years ago
  2. 03c8276 [AArch64] Add support for NEON scalar signed saturating absolute value and by Chad Rosier · 11 years ago
  3. f186c92 Add constant evaluation support for __builtin_isinf, __builtin_isfinite, by Richard Smith · 11 years ago
  4. f059830 Add llvm_unreachable to pacify GCC's dropping off non-void function warning. by Benjamin Kramer · 11 years ago
  5. 8690cee ms-compat: Fix taking the address of a member of a dependent base by Reid Kleckner · 11 years ago
  6. e96a7b4 [libclang] For an unscoped enum include the enumerators in the top-level code-completion hash since they enter the top-level namespace. by Argyrios Kyrtzidis · 11 years ago
  7. a6f5cc3 ObjectiveC driver. Scrap -fno-objc-legacy-dispatch for NeXT by Fariborz Jahanian · 11 years ago
  8. 2bf1c01 [libclang] When querying for the availability of an enumerator, pick up the availability from the enum declaration. by Argyrios Kyrtzidis · 11 years ago
  9. 64601ce Don't depend on alias to declarations. by Rafael Espindola · 11 years ago
  10. 0ccadb2 Fixed code style of my change. by Serge Pavlov · 11 years ago
  11. 2c4a01d Sema: Cleanup formatting of C++ exceptions related code by David Majnemer · 11 years ago
  12. fc21049 Sema: Cleanup formatting of SEH related code by David Majnemer · 11 years ago
  13. 7752a74 Sema: Don't crash when __try/__except/__finally appears in a template function by David Majnemer · 11 years ago
  14. dd1dad9 docs: Remove incompatibility with Solaris shell by David Majnemer · 11 years ago
  15. d982752 clang/test/Driver/netbsd.c*: Tweak path separators to be matched on win32 driver. by NAKAMURA Takumi · 11 years ago
  16. edb5fdf Sema: Consider it an error to apply __builtin_offsetof to a member in a virtual base by David Majnemer · 11 years ago
  17. 656465d Special case '%C' handling in ObjC format strings to handle integer literals that can represent unicode characters by Ted Kremenek · 11 years ago
  18. b7f23f1 Correctly skip type sugar when determining the width of an enum type. Derived by Richard Smith · 11 years ago
  19. 67ffcaa Document the presence of the new Objective-C++ mangling for qualified-id. by Ted Kremenek · 11 years ago
  20. 5eed7e0 Tidy up and improve error recovery for C++11 attributes in bad places. Based on by Richard Smith · 11 years ago
  21. 42090d6 [ms-cxxabi] Fix assert in unspecified inheritance memptr emission by Reid Kleckner · 11 years ago
  22. b3c71fa ObjectiveC migrator: Support for more possibility of by Fariborz Jahanian · 11 years ago
  23. b79b17b PR17567: Improve diagnostic for a mistyped constructor name. If we see something by Richard Smith · 11 years ago
  24. 89ca1fb Add has_feature support for reflecting the presence of refined Objective-C ABI mangling for qualified id<...>. Fixes <rdar://problem/14799110>. by Ted Kremenek · 11 years ago
  25. f7c462c Provide a dummy NetBSD tree and use --sysroot in the driver test. by Joerg Sonnenberger · 11 years ago
  26. 9aa9261 Trivial formatting changes; no functional changes intended. by Aaron Ballman · 11 years ago
  27. 2b1599c Switching some custom logic to using table-generated helper methods. This also removes an unnecessary diagnostic. by Aaron Ballman · 11 years ago
  28. b85695d Adding a regression test for PR17578. It is marked xfail until the bug is fixed. by Yunzhong Gao · 11 years ago
  29. a7dec29 PR17576: Fix assertion on polymorphic classes with small alignment by Reid Kleckner · 11 years ago
  30. a2ccf88 Fixing stdout/stderr interleaving in lit test. by Warren Hunt · 11 years ago
  31. d42217f Correctly check for distructors when realizing vtordisps by Warren Hunt · 11 years ago
  32. e69cca4 For NetBSD/current on X86 do not use libgcc and default to libc++. by Joerg Sonnenberger · 11 years ago
  33. 0cd7231 Move comment to its proper place. by Ted Kremenek · 11 years ago
  34. dc58180 Lit tests for Microsoft C++ record layout. by Warren Hunt · 11 years ago
  35. 728a1fb GetExprRange() (used by -Wconversion checking) should look through OpaqueValueExprs. by Ted Kremenek · 11 years ago
  36. 03954b3 Also don't hardcode the order on this test. by Rafael Espindola · 11 years ago
  37. ac42766 Don't hardcode the order of the aliases. by Rafael Espindola · 11 years ago
  38. 7dcff5b Reduce double set lookups by using the result of insert. by Benjamin Kramer · 11 years ago
  39. ad40008 [AArch64] Add support for NEON scalar integer compare instructions. by Chad Rosier · 11 years ago
  40. 81e34b1 Do not use typo correction that is unaccessible. by Serge Pavlov · 11 years ago
  41. 74ecbd5 Fix use-after-free in PPCallbacksTest detected by ASan bootstrap bot by Alexey Samsonov · 11 years ago
  42. ed9967e Fixed "ArgSize may be used uninitialised" error when compiling with gcc. by Andy Gibbs · 11 years ago
  43. f0fc89c Keep track of indentation levels in static initializers for correct indentation with tabs. by Alexander Kornienko · 11 years ago
  44. 8bfc1e1 Merge common pointers for redeclarations of the same template across modules. by Richard Smith · 11 years ago
  45. 8d1ab8a Don't get confused by a virt-specifier after a trailing-return-type - it's not by Richard Smith · 11 years ago
  46. 1505edf Fix typo: inccrementally by Benjamin Kramer · 11 years ago
  47. 223e7a8 Relax header guard mismatch warning with edit distance heuristic. by Ismail Pazarbasi · 11 years ago
  48. aabfb27 Automatically munch semicolons after blocks. by Manuel Klimek · 11 years ago
  49. ac4d018 clang-format: Fix assertion on unterminated #ifs. by Daniel Jasper · 11 years ago
  50. a0950e8 Callback support for OpenCL extension pragmas. by Pekka Jaaskelainen · 11 years ago
  51. 78a4e61 clang-format: No space in "<::" in C++11 mode. by Daniel Jasper · 11 years ago
  52. e517d1e Add missing flags -fexpensive-optimizations and -minline-all-stringops as noops. by Nick Lewycky · 11 years ago
  53. f30e194 Consumed analysis: replace the consumes attribute with a set_typestate by DeLesley Hutchins · 11 years ago
  54. 1bf6343 Consumed analysis: switch from tests_consumed/unconsumed to a general by DeLesley Hutchins · 11 years ago
  55. f18e6e8 Improve the error message for attempting to build a for range loop using a by Richard Trieu · 11 years ago
  56. 627c7f9 Consumed analysis: check destructor calls. by DeLesley Hutchins · 11 years ago
  57. b18c258 Don't break string literals inside preprocessor directives. by Alexander Kornienko · 11 years ago
  58. d2dab64 ObjectiveC migrator. also support migration to by Fariborz Jahanian · 11 years ago
  59. 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
  60. ae76f7f Support formatting of preprocessor branches. by Manuel Klimek · 11 years ago
  61. 812a32f Only use the MS record layout when using the MS C++ ABI by Reid Kleckner · 11 years ago
  62. 96d6c45 Turn struct-path aware TBAA on by default. by Manman Ren · 11 years ago
  63. 7bb7230 Use castAs instead of cast in thunk generation by Reid Kleckner · 11 years ago
  64. 70e37c4 Fix unused variable warning in MS record layout. by Reid Kleckner · 11 years ago
  65. b2969b1 Adds Microsoft compatiable C++ record layout code to clang. by Warren Hunt · 11 years ago
  66. 659837e [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier information of function type. by Argyrios Kyrtzidis · 11 years ago
  67. 1d82b1a clang-format: Don't remove 'unknown' tokens. by Daniel Jasper · 11 years ago
  68. d6b5297 Remove extra braces. by Eric Christopher · 11 years ago
  69. 1f9a09d ObjectiveC migrator: fixes a bug when in NS_ENUM/NS_OPTIONS by Fariborz Jahanian · 11 years ago
  70. 1d544c8 clang-cl: Mark /FA and /Fa as unsupported options by Hans Wennborg · 11 years ago
  71. 0866b9f Don't hardcode the alias order in this test. by Rafael Espindola · 11 years ago
  72. 890a1ba remove path separator from test/Driver/xcore-opts.c by Robert Lytton · 11 years ago
  73. 4e490e2 XCore target: add an xcore toolchain implementation by Robert Lytton · 11 years ago
  74. 645e6fd XCore : Fix bug in XCoreABIInfo::EmitVAArg() by Robert Lytton · 11 years ago
  75. 730a2c2 Diagnose by-copy captures of abstract classes. by Douglas Gregor · 11 years ago
  76. 31a07b8 The emitted IR is the same, we need these flags to actually use the LLVM target. by Nick Lewycky · 11 years ago
  77. ff05979 Add -fno-function-sections and -fno-data-sections. Since by Nick Lewycky · 11 years ago
  78. d470568 Fix typo in comment. No functionality change. by Nick Lewycky · 11 years ago
  79. 2102a1d Implemented aarch64 SIMD copy related ACLE intrinsic : by Kevin Qin · 11 years ago
  80. 9afabf6 ObjectiveC migrator. When migrating to NS_ENUM/NS_OPTIONS, by Fariborz Jahanian · 11 years ago
  81. 832b3c0 clang-cl: simplify the -m32 -m64 test by Hans Wennborg · 11 years ago
  82. 99aacad clang-cl: Expose the -m32 and -m64 command-line options by Hans Wennborg · 11 years ago
  83. 84e41cd ObjectiveC. ObjectiveC's collection selector expression in by Fariborz Jahanian · 11 years ago
  84. c3f7fd6 Make CodeGenTypes data members private. by Mark Lacey · 11 years ago
  85. dbabeb2 Debug Info: update testing cases when the context field of subprogram is updated by Manman Ren · 11 years ago
  86. 9fcbd5e ObjectiveC migrator: For 'default' and 'shared' family of by Fariborz Jahanian · 11 years ago
  87. 71babaa Locate VS InstallDir in the presence of newer runtime by Hans Wennborg · 11 years ago
  88. 5610fbd Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). by Hao Liu · 11 years ago
  89. 6a6f4ad Disable RTTI in one test so clang doesn't assert behind the scenes by Timur Iskhodzhanov · 11 years ago
  90. db5cb0f Revert "Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). " by Tim Northover · 11 years ago
  91. dbd0900 Revert "Use aliases for more constructors and destructors." by Rafael Espindola · 11 years ago
  92. 58b6ccf Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). by Hao Liu · 11 years ago
  93. 01fe9f9 Correctly detect colon in bit fields. Fixes PR17333. by Alexander Kornienko · 11 years ago
  94. fbac5c1 Parser: Avoid a crash-on-invalid when trying to diagnose function calls with -> in it. by Benjamin Kramer · 11 years ago
  95. 6e04a84 Sema: Taking the address of a dtor is illegal per C++ [class.dtor]p2. by Benjamin Kramer · 11 years ago
  96. 4e30cdf [Mips] Support FSF Mips toolchain directories tree in the Clang driver. by Simon Atanasyan · 11 years ago
  97. 77b9f65 Make test portable. by Ted Kremenek · 11 years ago
  98. 0a6cf66 Add a section about clang-cl to UsersManual.rst by Hans Wennborg · 11 years ago
  99. 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
  100. 605b3d7 Use KEY_WOW64_32KEY when reading the registry in WindowsToolChain.cpp (PR17033) by Hans Wennborg · 11 years ago