1. bb57265 reduce nesting, use memchr instead of explicit loop, eliminate a by Chris Lattner · 15 years ago
  2. 63c8b14 Expand %= into ${:uid} so that the code generator emits a unique ID for the by Chris Lattner · 15 years ago
  3. 0e5c8d4 BugReporter: by Ted Kremenek · 15 years ago
  4. 2223622 Adjust HTML diagnostics CSS to not use "smaller" for font size and instead use by Ted Kremenek · 15 years ago
  5. 321abd4 Add FullSourceLoc::getDecomposedLoc. by Ted Kremenek · 15 years ago
  6. b327793 add some helper methods to AsmStmt and add some comments. by Chris Lattner · 15 years ago
  7. f1a08ca slightly simplify some code, pull the 'is simple asm' case up in by Chris Lattner · 15 years ago
  8. 83d889b PathDiagnosticControlFlowPiece: by Ted Kremenek · 15 years ago
  9. 0008683 Handle "Macro" PathDiagnosticPiece kind when getting string identifier. by Ted Kremenek · 15 years ago
  10. 9db8f5d Forward -ftemplate-depth-<N> to clang's -ftemplate-depth N. by Daniel Dunbar · 15 years ago
  11. 26dce44 Limit the template instantiation depth to some user-configurable value by Douglas Gregor · 15 years ago
  12. 4274581 Backout r66408, we don't want handling of globals to rely on the by Daniel Dunbar · 15 years ago
  13. 1a873ae Add a test case that goes with the last commit by Douglas Gregor · 15 years ago
  14. 40808ce Implement template instantiation for ClassTemplateSpecializationTypes, by Douglas Gregor · 15 years ago
  15. e15b486 Update checker build. by Ted Kremenek · 15 years ago
  16. d43b333 Reapply r66316, it got accidentally reverted in r66317. by Daniel Dunbar · 15 years ago
  17. 43b7bd3 scan-build: Also look for clang in the same directory as scan-build. by Ted Kremenek · 15 years ago
  18. 25d01ba retain/release checker: Allow allocations to fail by returning nil. by Ted Kremenek · 15 years ago
  19. de7ec63 RegionStore::getElementLValue(): Handle the case where the base is a null pointer. by Ted Kremenek · 15 years ago
  20. cd57fce Add test case for <rdar://problem/6659160>. by Ted Kremenek · 15 years ago
  21. 58a2912 NeXT: Set alignment on a number of ObjC metadata variables (matching llvm-gcc). by Daniel Dunbar · 15 years ago
  22. 1510488 move -g option down into rest of codegen section by Chris Lattner · 15 years ago
  23. 2012604 move debug info generation flag into CompileOptions. by Chris Lattner · 15 years ago
  24. 2a83a8c update project for driver -> frontend rename. by Chris Lattner · 15 years ago
  25. 8d4a9d3 fix PR3768, Clang does -D__STDC_HOSTED__=1, even if -ffreestanding is passed. by Chris Lattner · 15 years ago
  26. 63c5b50 NeXT: Move some routines over to CreateMetadataVar. by Daniel Dunbar · 15 years ago
  27. 0c73f37 Fix PR3766, a really nasty silent miscompilation case where we emitted by Chris Lattner · 15 years ago
  28. 61f72cb Implement property '.' notation on Factory/Class objects. Parser changes aren't very pretty:-( by Steve Naroff · 15 years ago
  29. 35bd763 Tweak CreateMetadataVar, take the exact alignment instead of relying by Daniel Dunbar · 15 years ago
  30. a6681ae More fix for bitfield ivar meta-data and code gen accessing it. by Fariborz Jahanian · 15 years ago
  31. db7bc58 implement -Wsystem-headers, eliminating the wierd thing I added for testing. by Chris Lattner · 15 years ago
  32. 214c6cb Teach GRSimpleVals::EvalNE and GRSimplVals::EvalEQ about TypedRegionViews and by Ted Kremenek · 15 years ago
  33. 688a248 fix PR3764 - A redefinition of a pre-processor macro fails by Chris Lattner · 15 years ago
  34. c3c489e convert this to use -verify. by Chris Lattner · 15 years ago
  35. 5a7a848 rename test by Chris Lattner · 15 years ago
  36. ed65d3d Add member template "MemRegion::getAs<RegionType>" that dynamically casts a by Ted Kremenek · 15 years ago
  37. fda79d1 Remove some dead spacing. No functionality change. by Ted Kremenek · 15 years ago
  38. d6e941d Fix typo in pref commit. by Daniel Dunbar · 15 years ago
  39. fd65d37 NeXT: Add CreateMetadataVar utility method to encapsulate creation of by Daniel Dunbar · 15 years ago
  40. 8d21721 Revert r66423, which was not the right fix for this issue. by Douglas Gregor · 15 years ago
  41. cad3df8 ccc: Parse -T{bss,data,text}, -iwithsysroot, -specs correctly. by Daniel Dunbar · 15 years ago
  42. b964c1d Fix a little FIXME, thanks to Sebastian by Douglas Gregor · 15 years ago
  43. ceef30c Mark a non-type template parameter invalid if there was a problem with its type by Douglas Gregor · 15 years ago
  44. 86447ec Rename DiagnoseIncompleteType to RequireCompleteType, and update the documentation to reflect the fact that we can instantiate templates here by Douglas Gregor · 15 years ago
  45. ff8d204 Only track integer and pointer values. by Zhongxing Xu · 15 years ago
  46. 1038f9f Now we do not retrieve untyped regions. by Zhongxing Xu · 15 years ago
  47. 3e87209 do not warn about -=/=- confusion with macros, thanks to rdogra for a testcase. by Chris Lattner · 15 years ago
  48. a7dbdf5 link to blocks dox by Chris Lattner · 15 years ago
  49. 7cfc817 add some description of the block language extension. by Chris Lattner · 15 years ago
  50. e54c0b5 The long-rumored blocks implementation document. by Chris Lattner · 15 years ago
  51. bd4f745 Fix a serious bug in RegionStore: we got the new state with new store from by Zhongxing Xu · 15 years ago
  52. 53d8922 Be sure to never create two functions with the same name, instead arrange to by Mike Stump · 15 years ago
  53. b21f07e Code refactoring. No functional change. by Fariborz Jahanian · 15 years ago
  54. 4e9990b the macro redefinition ext warning should default to on, to match gcc. by Chris Lattner · 15 years ago
  55. 9d4857d this test isn't testing anything. by Chris Lattner · 15 years ago
  56. 466a7f8 undefined -> unspecified. Thanks Mike. by Chris Lattner · 15 years ago
  57. 55660a7 implement PR3753, warning about comparisons with a string literal. by Chris Lattner · 15 years ago
  58. 64949d3 Remove dead clause (we decided not to support protocol qualified 'Class'). by Steve Naroff · 15 years ago
  59. 5609ec0 Improvements to private method lookup. by Steve Naroff · 15 years ago
  60. 2bc69bd add \n characters to the scratch buffer *before* returned tokens. by Chris Lattner · 15 years ago
  61. cd1148b generalize the "end of line" checking logic to stop at any \0 at the by Chris Lattner · 15 years ago
  62. 1fa4953 simplify some logic by making ScratchBuffer handle the application of trailing by Chris Lattner · 15 years ago
  63. 6b5e4f0 Update DeclNodes.def to reflect the move of ObjCCategoryImpl by Chris Lattner · 15 years ago
  64. ddca44e improve comments for MemberExpr. by Chris Lattner · 15 years ago
  65. 399bd1b refine the "use of unary operator that may be intended as compound assignment (+=)" by Chris Lattner · 15 years ago
  66. 8a9e420 add rdar# by Chris Lattner · 15 years ago
  67. b1d947b Make mangling work with anonymous tag types. Doug, please review by Anders Carlsson · 15 years ago
  68. 65f91bc fix test by Chris Lattner · 15 years ago
  69. a40c5e4 Mangle Objective-C interfaces correctly (where correctly refers to what gcc does) by Anders Carlsson · 15 years ago
  70. a210f35 Make constant emission for @encode use the common string emission code. by Eli Friedman · 15 years ago
  71. 11894a4 correct bitfield ivar offset in ivar meta-data. (objc abi specific). by Fariborz Jahanian · 15 years ago
  72. 2ace928 Fix warnings in build on clang-x86_64-freebsd buildbot. by Mike Stump · 15 years ago
  73. 863cffb Mangle param names with .arg. only. by Sanjiv Gupta · 15 years ago
  74. 286acbd Fixup our uses of various linkages to match how llvm now works. I think they are all by Mike Stump · 15 years ago
  75. a91b590 If someone could figure out this is necessary, that would be good. by Mike Stump · 15 years ago
  76. 2a7075d Fix to account for default support for blocks. Once we have enough by Mike Stump · 15 years ago
  77. 8e5d9f1 Fix typo, need parens. by Mike Stump · 15 years ago
  78. 43af76e Some struct/class mismatch fixes, to silence MSVC warnings. by Sebastian Redl · 15 years ago
  79. c5613db Improve error messages on bad warning options. by Sebastian Redl · 15 years ago
  80. 25a30d0 Don't discard increment/decrement on function pointers. It's kind of by Eli Friedman · 15 years ago
  81. 63822ba Remove last FIXME for block literal codegen that I know about and turn by Mike Stump · 15 years ago
  82. f4bc312 Remove some FIXMEs for block literals that should be close to working. by Mike Stump · 15 years ago
  83. 8339b35 Back out the patch in r66302, and re-fix it properly. We assume for by Eli Friedman · 15 years ago
  84. 1edf6b6 codegen support for dispose helpers for block literals. by Mike Stump · 15 years ago
  85. 0892099 Codegen support for copy helpers for block literals. by Mike Stump · 15 years ago
  86. d42ffbd Revert my last couple patches until I can get them to not make the tests fail. by Ted Kremenek · 15 years ago
  87. ccb9bac Cleanup/comment IdentifierInfo::get. - Shaves off a few instructions on x86_64. by Daniel Dunbar · 15 years ago
  88. b9eb3af Teach Diagnostic about Selector. by Ted Kremenek · 15 years ago
  89. 150ec29 Selector: (changes made after discussing this more with Steve Naroff) by Ted Kremenek · 15 years ago
  90. 1fbfd5b Create PathDiagnosticPiece subclasses PathDiagnosticEventPiece and by Ted Kremenek · 15 years ago
  91. 177f708 Tweak warning text from the last commit by Douglas Gregor · 15 years ago
  92. e4f3e06 Downgrade complaints about the use of variable-sized types within a by Douglas Gregor · 15 years ago
  93. f5ed396 Handle null IdentifierInfo* in Selector::getAsString(). by Ted Kremenek · 15 years ago
  94. 126c011 Remove false assertion. by Ted Kremenek · 15 years ago
  95. e950d4b Clean up some error messages with anonymous structs/unions and member declaration parsing. Fixes PR3680 by Douglas Gregor · 15 years ago
  96. 6d3dee9 Re-order contents of file. No functionality change. by Ted Kremenek · 15 years ago
  97. a71c129 Use the 'declaration does not declare anything' error when we see an anonymous struct/union declaration outside of a struct or union in C by Douglas Gregor · 15 years ago
  98. a6e2779 Fixed a bug where generation of read-barriers caused crash in ir-gen. by Fariborz Jahanian · 15 years ago
  99. c837656 Implement GNU C semantics for K&R function definitions that follow a by Douglas Gregor · 15 years ago
  100. 6fc0bdf Add my "clang compatible" test runner. Sorry for keeping this to myself... by Daniel Dunbar · 15 years ago