1. c2f4c34 Fixup codegen for copy/dispose for block literals. Radar 6791245 by Mike Stump · 15 years ago
  2. 03f5ad9 Defer generation of tentative definitions. - PR3980. by Daniel Dunbar · 15 years ago
  3. 6d47396 PCH support for ExtQualType by Douglas Gregor · 15 years ago
  4. c8d2e77 Fix decl type merges when they have __string/__weak attributes. by Fariborz Jahanian · 15 years ago
  5. 963dfbd Set DebugInfo at the beginning of GenerateBlockFunction(). by Devang Patel · 15 years ago
  6. ca29ad9 When declaring a variable that has a constructor and a direct initializer, for example: by Anders Carlsson · 15 years ago
  7. dbb4f21 Add warning when a tentative array definition is assumed to have one element. by Daniel Dunbar · 15 years ago
  8. 68a2eb0 PCH support for declaration attributes by Douglas Gregor · 15 years ago
  9. 59d8e0f Actually generate code for the simple constructors we know we can generate code for. by Anders Carlsson · 15 years ago
  10. d7492c4 use tablgen-generated warning groups. by Chris Lattner · 15 years ago
  11. 8469c31 generate diagnostic group tables, this requires llvm r69219 or later. by Chris Lattner · 15 years ago
  12. cb75e3c fix a name shadowing problem in tblgen. by Chris Lattner · 15 years ago
  13. e6cea2c use slightly more verbose to work around a tblgen bug for now. by Chris Lattner · 15 years ago
  14. 8ee50ea move clang specific makefile goop to clang instead of llvm. This may require by Chris Lattner · 15 years ago
  15. 7595fb1 Don't use \01 in symbol name if unnecessary. by Daniel Dunbar · 15 years ago
  16. cd9c514 Fix <rdar://problem/6786597> varargs not supported for Blocks under clang. by Steve Naroff · 15 years ago
  17. 50c314c Patch to remove a bogus warning which pointed to underlying AST by Fariborz Jahanian · 15 years ago
  18. f59c1a6 Fix alignment on obj_msgrefs to match llvm-gcc. by Daniel Dunbar · 15 years ago
  19. 33af70f Add test case for superrefs section (and make spacing consistent). by Daniel Dunbar · 15 years ago
  20. fe526d2 fix some out of bounds array access problems, which manifest particularly by Chris Lattner · 15 years ago
  21. 6a2bfb2 PCH support for the string literal of a FileScopeAsmDecl. Some minor cleanup. by Douglas Gregor · 15 years ago
  22. 16e48ff move some pp diags to the right .td file. by Chris Lattner · 15 years ago
  23. 4945717 annotate diagnostics with which groups they belong to. Each by Chris Lattner · 15 years ago
  24. f60e991 For source location entries that describe instantiations, encode the by Douglas Gregor · 15 years ago
  25. 1f0d013 PCH support for MemberExpr and CallExpr. by Douglas Gregor · 15 years ago
  26. 3bf4497 Fixup http://llvm.org/viewvc/llvm-project?rev=69165&view=rev (based on feedback from Eli). by Steve Naroff · 15 years ago
  27. af00883 now that we've decoupled diagnostic classes from default mappings, by Chris Lattner · 15 years ago
  28. d2aa7c9 move {'s by Chris Lattner · 15 years ago
  29. 1b6823d Revert previous patch (will commit a fix soon). by Steve Naroff · 15 years ago
  30. 8a941e0 Make diagnostic class explicit in the diag record instead of by Chris Lattner · 15 years ago
  31. 4ac072a Tblgen now passes the default mapping explicitly, instead of having it by Chris Lattner · 15 years ago
  32. 41c6c46 add a bunch of files. by Chris Lattner · 15 years ago
  33. 673ecd6 PCH support for string literals by Douglas Gregor · 15 years ago
  34. c35d71f Driver: Add --help-hidden by Daniel Dunbar · 15 years ago
  35. 93ae2c7 __objc_superrefs belongs to __DATA segment. by Fariborz Jahanian · 15 years ago
  36. 0b0b77f PCH support for UnaryOperator, SizeOfAlignOfExpr by Douglas Gregor · 15 years ago
  37. 95d4e5d Start attempting to generate code for C++ ctors. by Anders Carlsson · 15 years ago
  38. ee3899e Fix <rdar://problem/6789707> "warning: 'extern' variable has an initializer" not correct for __private_extern__. by Steve Naroff · 15 years ago
  39. 9dbbdbf rename variable in comment, not just in code :). by Chris Lattner · 15 years ago
  40. b25ddfb Fix <rdar://problem/6791490> [clang10 regression] [sema] invalid illegal jump diagnostic. by Steve Naroff · 15 years ago
  41. 9faf50e this should be private by Chris Lattner · 15 years ago
  42. 3fbbfcf add another sanity check for -Werror=xx by Chris Lattner · 15 years ago
  43. 17e681f add a missing && by Chris Lattner · 15 years ago
  44. 92af210 fix a broken test, that passed for the wrong reason. Two wrongs make a right! :) by Chris Lattner · 15 years ago
  45. 27ceb9d Rejigger how -pedantic and -pedantic-errors work and their interaction by Chris Lattner · 15 years ago
  46. ffb4b6e Implement support for designated initializers that refer to members of by Douglas Gregor · 15 years ago
  47. 3ac86b5 Add support for mangling C++ constructors. Review appreciated (I'm looking at you, Doug) by Anders Carlsson · 15 years ago
  48. 839324d make default diagnostic mapping more explicit in .td file. by Chris Lattner · 15 years ago
  49. e9e0cc7 remove some commented out -Wstrict-selector-match stuff. by Chris Lattner · 15 years ago
  50. 7119971 Switch designated-initializer checking from using designator iterators by Douglas Gregor · 15 years ago
  51. 62e445c Don't tip-to around BitstreamReader::JumpToBit jumping to the end of the stream. LLVM has been updated to allow this by Douglas Gregor · 15 years ago
  52. 6280dbc clean up error messages. by Chris Lattner · 15 years ago
  53. ccc96b3 add Diagnostic.td to proj by Chris Lattner · 15 years ago
  54. 1d13a5d Add support for -Werror=foo and -Wno-error=foo by Chris Lattner · 15 years ago
  55. 68a359c Add CGCXX.h with ctor/dtor type enumerations. No functionality change. by Anders Carlsson · 15 years ago
  56. 5147e8e refactor a bunch of the warning parsing stuff to simplify it. This removes the by Chris Lattner · 15 years ago
  57. 372de1d remove #include of system header, making this a) not apple specific, and by Chris Lattner · 15 years ago
  58. d7c62b1 Simplify CodeGenFunction::GenerateCode. by Anders Carlsson · 15 years ago
  59. 3fabc86 remove dead code. by Zhongxing Xu · 15 years ago
  60. 0bf2199 Tweaks to Objective-C metadata (32 & 64-bit) to match llvm-gcc. by Daniel Dunbar · 15 years ago
  61. 70d3c92 Driver: For clang, accept -fsigned-bitfields and reject by Daniel Dunbar · 15 years ago
  62. db600c3 PCH support for CStyleCastExpr and BinaryOperator expression kinds. by Douglas Gregor · 15 years ago
  63. 44e35f7 Improve "assignment to cast" diagnostic. by Daniel Dunbar · 15 years ago
  64. c04db4f PCH support for ParenExpr by Douglas Gregor · 15 years ago
  65. 087fd53 Add PCH support for ImplicitCastExprs. This is the first expression by Douglas Gregor · 15 years ago
  66. 5717dae Strip paren expressions when trying to diagnose "cast as lvalue" extension. by Daniel Dunbar · 15 years ago
  67. 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 15 years ago
  68. 12bac25 Diagnose properties which have no implementations; by Fariborz Jahanian · 15 years ago
  69. b90bb00 Set alignment on __cstring metadata variables to 1 (matching llvm-gcc). by Daniel Dunbar · 15 years ago
  70. dd13198 Avoid use of magic \01 prefix when unneeded. by Daniel Dunbar · 15 years ago
  71. ca60395 add fixitrewriter to xcode proj by Chris Lattner · 15 years ago
  72. 57d5cee Comment fix. by Daniel Dunbar · 15 years ago
  73. f4382f5 Make the implicit-int handling error recovery stuff handle C++ by Chris Lattner · 15 years ago
  74. 17fc223 Add PCH support for PredefinedExpr and FloatingLiteral expressions by Douglas Gregor · 15 years ago
  75. e40c295 refactor "implicit int error recovery" code out of by Chris Lattner · 15 years ago
  76. 0b74891 PCH support for a few very, very simple kinds of expressions. Hook up by Douglas Gregor · 15 years ago
  77. b6645dd Fix a regression in a previous patch that broke implicit by Chris Lattner · 15 years ago
  78. 1fc5194 Fix <rdar://problem/6252084> [sema] jumps into Obj-C exception blocks should be disallowed. by Steve Naroff · 15 years ago
  79. 7eba5c9 add support for -W[no-]extra-tokens by Chris Lattner · 15 years ago
  80. 44e79b1 remove dead enum by Chris Lattner · 15 years ago
  81. cbb8fc1 Fix PR3988: extern inline functions get strong symbol definitions in by Chris Lattner · 15 years ago
  82. 0f90294 Do not dead code strip global meta-data objects. by Fariborz Jahanian · 15 years ago
  83. aa771a8 Fixup whitespacing. by Mike Stump · 15 years ago
  84. f87b3df temporarily revert r69046 by Chris Lattner · 15 years ago
  85. c158306 Fix comment. by Daniel Dunbar · 15 years ago
  86. 2417ef7 Add a tricky, tricky test case for PCH that we currently don't handle. Committed with a FIXME so that we don't forget it by Douglas Gregor · 15 years ago
  87. c519743 implement some sema for gnuc_inline attribute. Reject always_inline and no_inline on objc methods. by Chris Lattner · 15 years ago
  88. 5f4307b Support code generation of 'this' exprs by Anders Carlsson · 15 years ago
  89. 0fab49f Literal value calculation isn't likely to overflow on targets having int as 32 or less. Fixing the assert as it otherwise triggers for PIC16 which as i16 as int. by Sanjiv Gupta · 15 years ago
  90. 86daeee implement codegen support for __attribute((__gnuc_inline__)), by Chris Lattner · 15 years ago
  91. 26e2554 recognize the gnuc_inline attribute. by Chris Lattner · 15 years ago
  92. f807fe0 When building a PCH file, don't perform end-of-translation-unit by Douglas Gregor · 15 years ago
  93. d824c9c ASTContext::mergeTypes(): Loosen up the type checking for 'Class' (treating it like 'id'). by Steve Naroff · 15 years ago
  94. 7c65e99 Refactor how attributes are set on values. by Daniel Dunbar · 15 years ago
  95. 55d6f50 Split SetGlobalValueAttributes into definition/declaration halves. by Daniel Dunbar · 15 years ago
  96. 7dbd819 Rename (one) SetFunctionAttributes to SetLLVMFunctionAttributes to by Daniel Dunbar · 15 years ago
  97. 529d7d2 Reduce indentation, no functionality change. by Daniel Dunbar · 15 years ago
  98. dbb5a37 defer emission of always_inline, extern_inline, and inline functions (when by Chris Lattner · 15 years ago
  99. d5ee667 give always_inline functions internal linkage. If they cannot be by Chris Lattner · 15 years ago
  100. d9d049a set the linkage of an inline function according to its language rules. by Chris Lattner · 15 years ago