1. 8b41868 simplify a bunch of code to use the well-known LLVM IR types computed by CodeGenModule. by Chris Lattner · 12 years ago
  2. 0cf3d47 Add basic BugReporter support for CallEnter/CallExit. WIP. by Ted Kremenek · 12 years ago
  3. 0a29422 Misc improvements to the diagnostic when a variable is odr-used in a context that is not allowed to capture variables. by Eli Friedman · 12 years ago
  4. f9ea953 Use a more efficient container for these values. Also reserve space when using a by Bill Wendling · 12 years ago
  5. 35f18a5 Use a SmallVector instead of std::vector. This improves compilation time in by Bill Wendling · 12 years ago
  6. fd3e5ef Don't recalculate the size of the array each time through the for-loop. by Bill Wendling · 12 years ago
  7. 56ff283 Fix a minor regression from my potentially-evaluated expression changes. by Eli Friedman · 12 years ago
  8. 362ed2a Relax valid location check. This fixes a clang crash while emitting debug info for properties that are synthesized by the compiler by default. by Devang Patel · 12 years ago
  9. d79ed43 build wide strings with ConstantDataArray, just because we can. by Chris Lattner · 12 years ago
  10. 812234b improve the code that handles IR generation of byte-sized string literals to avoid by Chris Lattner · 12 years ago
  11. 66581d4 Added source location for the template keyword in DependentTemplateSpecializationTypeLoc nodes (DTSTLoc). by Abramo Bagnara · 12 years ago
  12. 0b23971 use cheaper llvm APIs for various bits of IR generation. by Chris Lattner · 12 years ago
  13. 6ef016f simplify code and smallvectorize. by Chris Lattner · 12 years ago
  14. 5b6a3dd Canonicalize the base class used in the nested-name-specifier of a generated by Manuel Klimek · 12 years ago
  15. 210386e Fix the result of VarDecl::checkInitIsICE so it is consistently accurate in C++11 mode. PR11928. by Eli Friedman · 12 years ago
  16. b4a3ef7 Tweak format string checking to work with %@ and ObjC toll-free bridging. <rdar://problem/10814120> by Ted Kremenek · 12 years ago
  17. b822f72 Rewrite the debug action handling to take -verify into account. by Eric Christopher · 12 years ago
  18. 1c79dc4 Update the command line here and update the comment, we're just going by Eric Christopher · 12 years ago
  19. 38a4291 Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / DependentTSTLoc. Uniformed names referencing elaborated keyword. No intended functionality changes. by Abramo Bagnara · 12 years ago
  20. b918d6b objc: fixes a problem in block type comparison involving by Fariborz Jahanian · 12 years ago
  21. 5f3c7fa Let an ivar directly refer property TAG. by Devang Patel · 12 years ago
  22. afe55fb - Turn the other distribution checks into range compares. by Benjamin Kramer · 12 years ago
  23. 55d23c9 Added location for template keyword in TemplateSpecializationTypeLoc. In the process removed some naming ambiguities. by Abramo Bagnara · 12 years ago
  24. 668ecd9 Consolidate the ubuntu detection logic a bit, add an entry for Ubuntu 12.04 aka precise pangolin. by Benjamin Kramer · 12 years ago
  25. 9d9922a Fixed instantiation of DependentScopeDeclRefExpr. by Abramo Bagnara · 12 years ago
  26. 5bbc385 Move instantiateTemplateAttribute into the sema namespace, make helpers static. by Benjamin Kramer · 12 years ago
  27. 5fa5608 Fix vector splat casts to cast element to the appropriate vector element before inserting into the vector. Fixes PR11930. by Craig Topper · 12 years ago
  28. 41576d4 Implement name mangling for scalar value initialization. Reported on IRC by Xeo. by Richard Smith · 12 years ago
  29. e6cc51d Invalid O levels on the command line no longer have a confusing error. by Aaron Ballman · 12 years ago
  30. 6496bd1 Move operator overload out of line. Calling operator<< on a forward declared type doesn't seem to work on MSVC. by Benjamin Kramer · 12 years ago
  31. d79093a constexpr: Implement DR1358: An instantiation of a constexpr function which by Richard Smith · 12 years ago
  32. 9401069 reapply the patches reverted in r149477, which enable ConstantDataArray. by Chris Lattner · 12 years ago
  33. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 12 years ago
  34. 6f42b62 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 12 years ago
  35. 9ec7197 constexpr: Fix implementation of DR1311: check for volatile qualifiers in by Richard Smith · 12 years ago
  36. eac1f67 Preserve alignment for Neon vld1_lane/dup and vst1_lane intrinsics. by Bob Wilson · 12 years ago
  37. 6cd03db A useful approximation of initializer list constructors. by Sebastian Redl · 12 years ago
  38. 96715b2 Factor out the actual overload resolution from TryConstructorInitialization, since it needs to be used again for list constructor resolution. by Sebastian Redl · 12 years ago
  39. 08ae369 Don't unwrap initializer lists before calling TryConstructorInitialization, instead doing a little more work inside. This should make finding initializer list constructors easier, as well as fix one place where the ({}) vs {} issue was probably poorly handled. by Sebastian Redl · 12 years ago
  40. 8fe83e1 Move a method from IdentifierTable.h out of line and remove the SmallString include. by Benjamin Kramer · 12 years ago
  41. fdd1560 Remove Diagnostic.h include from Preprocessor.h. by Benjamin Kramer · 12 years ago
  42. 00bd44d Move various diagnostic operator<< overloads out of line and remove includes of Diagnostic.h. by Benjamin Kramer · 12 years ago
  43. ef9b60f Move Storage and StorageAllocator out of the PartialDiagnostic class so we can forward declare them. by Benjamin Kramer · 12 years ago
  44. 282e7e6 In C++11 mode, when an integral constant expression is desired and we have a by Richard Smith · 12 years ago
  45. f39aec1 Don't allow a value of a scoped enumeration to be used as the first bound for an by Richard Smith · 12 years ago
  46. e59ec3d [analyzer] Make sure Containers OutOfBounds checker does not crash on undefined arguments, when CF functions are called with wrong number of arguments. by Anna Zaks · 12 years ago
  47. a506586 Disallow constexpr main. by Richard Smith · 12 years ago
  48. 0b458fd Fix a rejects-valid in C++11: array new of a negative size, or overflowing array by Richard Smith · 12 years ago
  49. 9ec9ce1 ArrayRef goodness in MultiplexConsumer, no functionality change. by Argyrios Kyrtzidis · 12 years ago
  50. 507a8a3 Don't warn on use of default allocator with an over-aligned type when the by Nick Lewycky · 12 years ago
  51. e839806 Fix ASTMerge tests that I broke in my previous commit. by Argyrios Kyrtzidis · 12 years ago
  52. 52a3888 [analyzer] Turn on by default two checkers: by Anna Zaks · 12 years ago
  53. 1efcc42 [analyzer] Minor cleanups to the ObjCSelfInitChecker. by Anna Zaks · 12 years ago
  54. 279114c Comment mystery code. by Nick Lewycky · 12 years ago
  55. b3ca263 Use variable in place of multiple CI.getFrontendOpts() calls and use a bit by Argyrios Kyrtzidis · 12 years ago
  56. 50a9a12 Clang has existing support for debuggers that by Sean Callanan · 12 years ago
  57. 693a70d Create new tag for the property. This is a work in progress. by Devang Patel · 12 years ago
  58. 0cc5d40 Suppress the used-but-not-defined warning for static data members while I look into a rather nasty bug in the new odr-use marking code. by Eli Friedman · 12 years ago
  59. 5ba73e1 constexpr: by Richard Smith · 12 years ago
  60. f42f85c Make _mm_cmpgt_epi8 immute to -funsigned-char. by Nick Lewycky · 12 years ago
  61. cefc7b2 Make explicit captures which cause implicit captures work correctly. by Eli Friedman · 12 years ago
  62. b942cb2 Implement implicit capture for lambda expressions. by Eli Friedman · 12 years ago
  63. 285c607 Make sure that the layout-override parser grabs the size, not the data by Douglas Gregor · 12 years ago
  64. b70126a When a pack expansion occurs in the template argument list of an alias by Douglas Gregor · 12 years ago
  65. acbabf1 Don't warn about anonymous struct/union in C11. by Hans Wennborg · 12 years ago
  66. 8fbbae5 Implement support for a pack expansion into a fixed-length by Douglas Gregor · 12 years ago
  67. 71fd6cc Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325> by Bob Wilson · 12 years ago
  68. a83f4d2 Change Lexer::makeFileCharRange() to have it accept a CharSourceRange by Argyrios Kyrtzidis · 12 years ago
  69. cbf46a0 Change the fixed array of FixitHints to a SmallVector to lift off by Argyrios Kyrtzidis · 12 years ago
  70. 8deabc1 Move isSentinelNullExpr() from Sema to ASTContext to make it more widely by Argyrios Kyrtzidis · 12 years ago
  71. 2e51562 Thread safety analysis: by Richard Smith · 12 years ago
  72. aacde71 Thread safety analysis: at a CFG join point between a block terminating in a by Richard Smith · 12 years ago
  73. 41f4431 C++ 5.2.10p2 has a note that mentions that, subject to all other restrictions, by Chad Rosier · 12 years ago
  74. 3c0e80e Refactor capture in blocks to use new-style capture hooks. Start adding a bit of the code for lambdas. The only visible changes are that we use the C++11 odr-used rules to figure out when a variable is captured, and type-checking in lambdas is slightly more accurate. by Eli Friedman · 12 years ago
  75. 7a0a31c [frontend] Don't allow a mapping to a warning override an error/fatal mapping. by Chad Rosier · 12 years ago
  76. d67d0cc Note whether a lambda is mutable in the LambdaScopeInfo; this information will be necessary to handle references to captured variables. by Eli Friedman · 12 years ago
  77. afdb041 Do not show macro expansion in strncat warnings, which can be defined as by Anna Zaks · 12 years ago
  78. 4cc9b10 objc: Issue diagnostic when receiver type is a forward class declaration and by Fariborz Jahanian · 12 years ago
  79. 353300c Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 12 years ago
  80. 773303a Rename -dependency-graphviz to -dependencncy-dot by Douglas Gregor · 12 years ago
  81. d2cce13 Add some code to accurately perform odr-used marking for variables per the C++11 rules. by Eli Friedman · 12 years ago
  82. ad7eff2 Further enhance comment for property in continuation class. by Fariborz Jahanian · 12 years ago
  83. 245da28 unnecessary include of TargetMachine.h? by Andrew Trick · 12 years ago
  84. 83db10e Initialize the user defined conversion function to null if this is an aggregate initialization from an initializer list. by Benjamin Kramer · 12 years ago
  85. ff2a0ec objc: comment the code which allows narroing of property object by Fariborz Jahanian · 12 years ago
  86. e235183 objective-c: When redeclaraing in continuation class a 'readonly' by Fariborz Jahanian · 12 years ago
  87. 2f04f18 Back out my heinous hack that tricked the module generation mechanism by Douglas Gregor · 12 years ago
  88. 4f7dcdb Pacify gcc's -Wreturn-type by Matt Beaumont-Gay · 12 years ago
  89. 89651ea Move the code that sets the AddressSafety by Alexander Potapenko · 12 years ago
  90. 3a5aca8 r149587 reverted by Anton Yartsev · 12 years ago
  91. 13f9f2f Fix for PR10657 (http://llvm.org/bugs/show_bug.cgi?id=10657) by Anton Yartsev · 12 years ago
  92. 5f2987c Split Sema::MarkDeclarationReferenced into multiple functions; the additional entry points are needed to implement C++11 odr-use marking correctly. No functional change in this patch; I'll actually make the change which fixes the odr-use marking in a followup patch. by Eli Friedman · 12 years ago
  93. f196a90 [analyzer] Fix a false positive in the CFArrayCreate check that surfaces by Anna Zaks · 12 years ago
  94. f15fda0 constexpr: by Richard Smith · 12 years ago
  95. c69a181 Introduce a -cc1 option "-dependency-graphviz" that determines header by Douglas Gregor · 12 years ago
  96. c645ddf objc: don't crash if primary class is missing and continuation class by Fariborz Jahanian · 12 years ago
  97. 34ff062 Change the check for constant-conversion with width-1 bitfields so it doesn't suppress quite as many cases. Based off a testcase in the gcc testsuite. by Eli Friedman · 12 years ago
  98. f2462be back out r149504 by Dylan Noblesmith · 12 years ago
  99. 34a2c42 Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. by Ted Kremenek · 12 years ago
  100. f83a615 objc2: add __has_feature(objc_default_synthesize_properties). // rdar://10770497 by Fariborz Jahanian · 12 years ago