1. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  2. 78a7d7d __alignof attribute on the field must consider by Fariborz Jahanian · 13 years ago
  3. b9bd56e tests: Force a triple in this test (so uint128 is present). by Daniel Dunbar · 13 years ago
  4. ff36559 When instantiating a block expression, the instantiated by Fariborz Jahanian · 13 years ago
  5. 31c79b4 Do not drop uint128 on the floor. by Devang Patel · 13 years ago
  6. b6adf2c Scoped enumerations should not be treated as integer types (in the C by Douglas Gregor · 13 years ago
  7. 4b81cde When providing code completions for an Objective-C property access, by Douglas Gregor · 13 years ago
  8. 7665ad8 Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling. by Daniel Dunbar · 13 years ago
  9. 439d3c3 With invalid overloaded operators, we can get into funny cases where by Douglas Gregor · 13 years ago
  10. e74c25c When adding KVC code completions, keep track of all of the selectors by Douglas Gregor · 13 years ago
  11. ebcbe1d there i fixed it by Sean Hunt · 13 years ago
  12. c9366ba Implement Sema::isExprCallable. by Matt Beaumont-Gay · 13 years ago
  13. c746937 When converting an integral template argument value to a non-type by Douglas Gregor · 13 years ago
  14. 1f38251 Pack ivar offsets together. by Bill Wendling · 13 years ago
  15. f7faee0 tests: Tweak test to at least use a standard arch, to ensure we try to invoke by Daniel Dunbar · 13 years ago
  16. f5ccd59 And a test case for my last patch. by Fariborz Jahanian · 13 years ago
  17. 9b3acaa More ms_struct bitfield stuff: by Fariborz Jahanian · 13 years ago
  18. 36615b8 Change test/PCH/cxx-static_assert.cpp so that it doesn't need a separate header. by Argyrios Kyrtzidis · 13 years ago
  19. fe57eef Implement a better version of delegating constructor cycle detection. by Sean Hunt · 13 years ago
  20. 4f4e413 Type prefixes of unresolved-names should only be mangled as unresolved-types by John McCall · 13 years ago
  21. 156b640 Implement serialization of delegating constructors. by Sean Hunt · 13 years ago
  22. fa74c23 Ensure that delegating constructor loop detection uses canonical declarations. by Sean Hunt · 13 years ago
  23. 3afa975 Fix the delegating constructors test to not rely on basic block names. by Sean Hunt · 13 years ago
  24. 61c6c44 When tag lookup finds something ambiguous, and we're defining a new by Douglas Gregor · 13 years ago
  25. 4f40ddd Fix a typo in a test. CHEKC -> CHECK by Richard Trieu · 13 years ago
  26. dd3e554 Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), by Douglas Gregor · 13 years ago
  27. b76af9c Ensure that destructors are properly inovked when an exception leaves by Sean Hunt · 13 years ago
  28. cc0f9f1 Only the first zero-length bitfield decides alignment of by Fariborz Jahanian · 13 years ago
  29. 06bc9eb Extend -Wnon-pod-memset to also encompass memcpy() and memmove(), by Douglas Gregor · 13 years ago
  30. bd82a8f Silence warnings. by Devang Patel · 13 years ago
  31. 855a8e7 Finish off rules for z-length bitfields in ms_struct structs. // rdar://8823265 by Fariborz Jahanian · 13 years ago
  32. 2a053a3 Separate the -Wnon-pod-memset warnings into two separate warnings: by Douglas Gregor · 13 years ago
  33. eccce7e Fix a double free when parsing malformed code. Fixes rdar://9173693. by Argyrios Kyrtzidis · 13 years ago
  34. 0f4be74 When parsing a template friend declaration we dropped the template by Chandler Carruth · 13 years ago
  35. e452c78 Only check the use of memset() if we're refering to a C function named by Douglas Gregor · 13 years ago
  36. 094ea0a Removing strncpy() checking in CString checker for now. Some significant changes need to be made to properly support modeling of it since it potentially leaves strings non-null terminated. by Lenny Maiorani · 13 years ago
  37. 3477224 Update metadata id number in string compare check. by Devang Patel · 13 years ago
  38. 1d8052d Use the canonical decl when generating the locations for USRs. by Ted Kremenek · 13 years ago
  39. 9ca2851 Tweak the retain/release checker to not stop tracking retained objects when calling C++ methods. This is a temporary solution to prune false positives until we have a general story using annotations. by Ted Kremenek · 13 years ago
  40. cc95719 Driver/Darwin: Honor --sysroot= when invoking the linker, on Darwin. by Daniel Dunbar · 13 years ago
  41. 02a444d Fixed test case asserts due to checkin of r130710. by Chad Rosier · 13 years ago
  42. 58dc5ca Emit debug info for __destroy_helper_block_ and __copy_helper_block. by Devang Patel · 13 years ago
  43. b5a03b6 Skip extra copy from aggregate where it isn't necessary; rdar://problem/8139919 . This shouldn't make much of a difference at -O3, but should substantially reduce the number of generated memcpy's at -O0. by Eli Friedman · 13 years ago
  44. 35bdbf4 Augment retain/release checker to not warn about tracked objects passed as arguments to C++ constructors. This is a stop-gap measure for Objective-C++ code that uses smart pointers to manage reference counts. by Ted Kremenek · 13 years ago
  45. 454fd2d Implements strncasecmp() checker and simplifies some of the logic around creating substrings if necessary and calling the appropriate StringRef::compare/compare_lower(). by Lenny Maiorani · 13 years ago
  46. f4bbbf0 Add a warning for when reinterpret_cast leads to undefined behavior, patch by Richard Trieu! by Argyrios Kyrtzidis · 13 years ago
  47. 340fa24 More rule enforcement of zero bitfields for ms_struct. by Fariborz Jahanian · 13 years ago
  48. 0f0cdab lib/Frontend/InitHeaderSearch.cpp: Tweak AddPath() to accept "/foo/bar" (not "X:\foo\bar") with -isysroot. test/PCH/reloc.c can pass. by NAKAMURA Takumi · 13 years ago
  49. e95a866 test/CodeGenCXX/vtable-debug-info.cpp: It does not crash on mingw. by NAKAMURA Takumi · 13 years ago
  50. 45dce81 test/CodeGenCXX/debug-info-namespace.cpp: Add explicit -fverbose-asm to cc1 to let cygming pass. by NAKAMURA Takumi · 13 years ago
  51. fb44de9 Store a parameter index and function prototype depth in every by John McCall · 13 years ago
  52. 8d54305 Add r130624 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm. by Rafael Espindola · 13 years ago
  53. 960d13d Based on the new information in the AST provided by r130628, write by Chandler Carruth · 13 years ago
  54. 059ce0d Fully implement delegating constructors! by Sean Hunt · 13 years ago
  55. e11c38d Add a triple to this test, otherwise it fails under MSVC because wchar_t is unsigned with the i686-pc-win32 triple. by Francois Pichet · 13 years ago
  56. 0362dba Revert the previous patch while I figure out how to make llvm-gcc by Rafael Espindola · 13 years ago
  57. 945bc9f Update for cfi. by Rafael Espindola · 13 years ago
  58. d3d77cd PR9792: Make sure to use the right definition of wchar_t when the default by Eli Friedman · 13 years ago
  59. 277d1e1 Some small improvements to the builtin (-ffreestanding) stdint.h; in by Eli Friedman · 13 years ago
  60. 1b0c5fa Pass -fno-dwarf2-cfi-asm and use FileCheck. by Rafael Espindola · 13 years ago
  61. 769d0cc When comparing parameters of reference-to-qualified type during by Douglas Gregor · 13 years ago
  62. 25df423 Make type-traits reflect that Clang's vectors act like scalar types. by Chandler Carruth · 13 years ago
  63. 018a088 Switch the type-trait like APIs on the AST to only check for incomplete by Chandler Carruth · 13 years ago
  64. a2a3da6 Move the SelfInit checker to the 'cocoa.experimental' package. by Ted Kremenek · 13 years ago
  65. b94dd9e Adjust test/Analysis/retain-release.m to also test the retain/release checker in Objective-C++ mode. by Ted Kremenek · 13 years ago
  66. 2c7168c block variables on lhs need be ir-gen'ed after the by Fariborz Jahanian · 13 years ago
  67. 202e123 Disable -Wnon-pod-memset for now while I try to reduce the false by Chandler Carruth · 13 years ago
  68. 0a241a1 Change -Wparentheses to not imply -Widiomatic-parentheses. Users rarely want to see these warnings, and often explicitly pass -Wparentheses. by Ted Kremenek · 13 years ago
  69. 43fa33b Relax the non-POD memset warning to use the less restrictive C++11 by Chandler Carruth · 13 years ago
  70. a343a41 r130381 follow up: accept __uuidof expression for template argument reference. by Francois Pichet · 13 years ago
  71. f79a719 Add a decl update when a static data member of a class template is instantiated in a different PCH than its containing class. Otherwise we get double definition errors. Fixes a Boost.MPL problem that affects Boost.Accumulators and probably a lot more of Boost. by Sebastian Redl · 13 years ago
  72. eebafe5 Use -emit-llvm-only as suggested by Argyrios. by Sebastian Redl · 13 years ago
  73. 2cc702e Oops by Douglas Gregor · 13 years ago
  74. 877222e libstdc++ 4.2 also uses __is_same as a struct name, which conflicts with our new type trait __is_same by Douglas Gregor · 13 years ago
  75. 657baf1 Cut down unnecessary zero'ing when value-initializing arrays of C++ objects. by Argyrios Kyrtzidis · 13 years ago
  76. 07a8a21 ms_struct patch for initialization and field access irgen. by Fariborz Jahanian · 13 years ago
  77. ce911f5 Driver/Darwin/ld: Set the deployment target following the version information in by Daniel Dunbar · 13 years ago
  78. 49a4b28 tests: Tweak test to not write to the same temporary twice, in the hopes of avoiding sporadic win32 failures about renaming a temporary. by Daniel Dunbar · 13 years ago
  79. 3b4d490 When value-initializing the elements of an array not not included in the initializer make sure by Argyrios Kyrtzidis · 13 years ago
  80. f8b1771 Don't waste memory if the initializer expression is empty. by Argyrios Kyrtzidis · 13 years ago
  81. a6ce3e6 When determining whether two types are reference-compatible, check by Douglas Gregor · 13 years ago
  82. bfad915 libstdc++ 4.4 uses __is_signed as an identifier, while Clang treats it by Douglas Gregor · 13 years ago
  83. bd1d16a Implements strcasecmp() checker in Static Analyzer. by Lenny Maiorani · 13 years ago
  84. a97d24f Support &__uuidof(type) as a non type template argument. by Francois Pichet · 13 years ago
  85. 5a7e6f7 Implement the mangling for non-ADL call expressions that we just worked out. by John McCall · 13 years ago
  86. 642a75f When block-capturing a variable with a non-trivial destructor, by John McCall · 13 years ago
  87. 38f163e Because of r130359 this test no longer fail on Windows. by Francois Pichet · 13 years ago
  88. 338d7f7 Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin defines to real types. by Francois Pichet · 13 years ago
  89. 1d59f7f Convert assertion in memset checking to a runtime check (because real code may provide a deviant definition of memset). by Ted Kremenek · 13 years ago
  90. 0931797 Removed test that depended on ast-test by John Wiegley · 13 years ago
  91. 28bbe4b Parsing/AST support for Structured Exception Handling by John Wiegley · 13 years ago
  92. 61d0b6b More cleanup of template argument deduction and its handling of by Douglas Gregor · 13 years ago
  93. b939625 Fix modified-header-crash.c for read-only source trees by Matt Beaumont-Gay · 13 years ago
  94. 21ff2e5 Implementation of Embarcadero array type traits by John Wiegley · 13 years ago
  95. a459cc2 Clean up the handling of non-CVR qualifiers in template argument by Douglas Gregor · 13 years ago
  96. 20c0da7 t/clang/type-traits by John Wiegley · 13 years ago
  97. 134cb44 Heh, funny thing, 'void' isn't a POD type. Nice of us to suggest it to by Chandler Carruth · 13 years ago
  98. 4d8d803 More accurately model realloc() when the size argument is 0. realloc() with a size of 0 is equivalent to free(). The memory region should be marked as free and not used again. by Lenny Maiorani · 13 years ago
  99. 7ccc95b Add a warning (-Wnon-pod-memset) for calls to memset() with by Chandler Carruth · 13 years ago
  100. d46a112 Diagnose attempts to implicitly instantiate a template before it is by John McCall · 13 years ago