1. 17e681f add a missing && by Chris Lattner · 15 years ago
  2. 92af210 fix a broken test, that passed for the wrong reason. Two wrongs make a right! :) by Chris Lattner · 15 years ago
  3. 27ceb9d Rejigger how -pedantic and -pedantic-errors work and their interaction by Chris Lattner · 15 years ago
  4. ffb4b6e Implement support for designated initializers that refer to members of by Douglas Gregor · 15 years ago
  5. 3ac86b5 Add support for mangling C++ constructors. Review appreciated (I'm looking at you, Doug) by Anders Carlsson · 15 years ago
  6. 839324d make default diagnostic mapping more explicit in .td file. by Chris Lattner · 15 years ago
  7. e9e0cc7 remove some commented out -Wstrict-selector-match stuff. by Chris Lattner · 15 years ago
  8. 7119971 Switch designated-initializer checking from using designator iterators by Douglas Gregor · 15 years ago
  9. 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
  10. 6280dbc clean up error messages. by Chris Lattner · 15 years ago
  11. ccc96b3 add Diagnostic.td to proj by Chris Lattner · 15 years ago
  12. 1d13a5d Add support for -Werror=foo and -Wno-error=foo by Chris Lattner · 15 years ago
  13. 68a359c Add CGCXX.h with ctor/dtor type enumerations. No functionality change. by Anders Carlsson · 15 years ago
  14. 5147e8e refactor a bunch of the warning parsing stuff to simplify it. This removes the by Chris Lattner · 15 years ago
  15. 372de1d remove #include of system header, making this a) not apple specific, and by Chris Lattner · 15 years ago
  16. d7c62b1 Simplify CodeGenFunction::GenerateCode. by Anders Carlsson · 15 years ago
  17. 3fabc86 remove dead code. by Zhongxing Xu · 15 years ago
  18. 0bf2199 Tweaks to Objective-C metadata (32 & 64-bit) to match llvm-gcc. by Daniel Dunbar · 15 years ago
  19. 70d3c92 Driver: For clang, accept -fsigned-bitfields and reject by Daniel Dunbar · 15 years ago
  20. db600c3 PCH support for CStyleCastExpr and BinaryOperator expression kinds. by Douglas Gregor · 15 years ago
  21. 44e35f7 Improve "assignment to cast" diagnostic. by Daniel Dunbar · 15 years ago
  22. c04db4f PCH support for ParenExpr by Douglas Gregor · 15 years ago
  23. 087fd53 Add PCH support for ImplicitCastExprs. This is the first expression by Douglas Gregor · 15 years ago
  24. 5717dae Strip paren expressions when trying to diagnose "cast as lvalue" extension. by Daniel Dunbar · 15 years ago
  25. 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 15 years ago
  26. 12bac25 Diagnose properties which have no implementations; by Fariborz Jahanian · 15 years ago
  27. b90bb00 Set alignment on __cstring metadata variables to 1 (matching llvm-gcc). by Daniel Dunbar · 15 years ago
  28. dd13198 Avoid use of magic \01 prefix when unneeded. by Daniel Dunbar · 15 years ago
  29. ca60395 add fixitrewriter to xcode proj by Chris Lattner · 15 years ago
  30. 57d5cee Comment fix. by Daniel Dunbar · 15 years ago
  31. f4382f5 Make the implicit-int handling error recovery stuff handle C++ by Chris Lattner · 15 years ago
  32. 17fc223 Add PCH support for PredefinedExpr and FloatingLiteral expressions by Douglas Gregor · 15 years ago
  33. e40c295 refactor "implicit int error recovery" code out of by Chris Lattner · 15 years ago
  34. 0b74891 PCH support for a few very, very simple kinds of expressions. Hook up by Douglas Gregor · 15 years ago
  35. b6645dd Fix a regression in a previous patch that broke implicit by Chris Lattner · 15 years ago
  36. 1fc5194 Fix <rdar://problem/6252084> [sema] jumps into Obj-C exception blocks should be disallowed. by Steve Naroff · 15 years ago
  37. 7eba5c9 add support for -W[no-]extra-tokens by Chris Lattner · 15 years ago
  38. 44e79b1 remove dead enum by Chris Lattner · 15 years ago
  39. cbb8fc1 Fix PR3988: extern inline functions get strong symbol definitions in by Chris Lattner · 15 years ago
  40. 0f90294 Do not dead code strip global meta-data objects. by Fariborz Jahanian · 15 years ago
  41. aa771a8 Fixup whitespacing. by Mike Stump · 15 years ago
  42. f87b3df temporarily revert r69046 by Chris Lattner · 15 years ago
  43. c158306 Fix comment. by Daniel Dunbar · 15 years ago
  44. 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
  45. c519743 implement some sema for gnuc_inline attribute. Reject always_inline and no_inline on objc methods. by Chris Lattner · 15 years ago
  46. 5f4307b Support code generation of 'this' exprs by Anders Carlsson · 15 years ago
  47. 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
  48. 86daeee implement codegen support for __attribute((__gnuc_inline__)), by Chris Lattner · 15 years ago
  49. 26e2554 recognize the gnuc_inline attribute. by Chris Lattner · 15 years ago
  50. f807fe0 When building a PCH file, don't perform end-of-translation-unit by Douglas Gregor · 15 years ago
  51. d824c9c ASTContext::mergeTypes(): Loosen up the type checking for 'Class' (treating it like 'id'). by Steve Naroff · 15 years ago
  52. 7c65e99 Refactor how attributes are set on values. by Daniel Dunbar · 15 years ago
  53. 55d6f50 Split SetGlobalValueAttributes into definition/declaration halves. by Daniel Dunbar · 15 years ago
  54. 7dbd819 Rename (one) SetFunctionAttributes to SetLLVMFunctionAttributes to by Daniel Dunbar · 15 years ago
  55. 529d7d2 Reduce indentation, no functionality change. by Daniel Dunbar · 15 years ago
  56. dbb5a37 defer emission of always_inline, extern_inline, and inline functions (when by Chris Lattner · 15 years ago
  57. d5ee667 give always_inline functions internal linkage. If they cannot be by Chris Lattner · 15 years ago
  58. d9d049a set the linkage of an inline function according to its language rules. by Chris Lattner · 15 years ago
  59. b97b692 Add a comment on SetGlobalValueAttributes. by Daniel Dunbar · 15 years ago
  60. 44b0bc0 add a new enum type for linkage, no functionality change. by Chris Lattner · 15 years ago
  61. 04d4078 Clean up handling of visibility. by Daniel Dunbar · 15 years ago
  62. 9f94279 reduce indentation, no functionality change. by Chris Lattner · 15 years ago
  63. df102fc do not set visibility on "private" or "available externally" linkage objects. by Chris Lattner · 15 years ago
  64. 959875a Offer a fixit hint for our warning about tokens at the end of a directive: by Chris Lattner · 15 years ago
  65. 35410d5 Fix the #import / #include_next "extra tokens at end of #foo directive" by Chris Lattner · 15 years ago
  66. f0c9083 Use hasAttr instead of getAttr for conditionals. by Mike Stump · 15 years ago
  67. 5466c7b Audit __private_extern__ handling. by Daniel Dunbar · 15 years ago
  68. b286a78 Add VarDecl::getStorageClassSpecifierString (StorageClass -> const char*). by Daniel Dunbar · 15 years ago
  69. f33651c Fixup CodeGen for __weak __block variables. Radar 6756266 by Mike Stump · 15 years ago
  70. 38c1eff Fix build error. by Mike Stump · 15 years ago
  71. bb3fde3 Change dyn_cast<> to isa<>. Pointed out by Anders (thanks). by Steve Naroff · 15 years ago
  72. fdd0172 When writing a PCH file, keep track of all of the non-static, by Douglas Gregor · 15 years ago
  73. ab76d45 Fix crasher in ASTContext::getObjCEncodingForMethodDecl(). by Steve Naroff · 15 years ago
  74. 1028bc6 Partial PCH support for FileScopeAsmDecl and BlockDecl. Both require by Douglas Gregor · 15 years ago
  75. 3a2f7e4 PCH support for functions and their parameters. by Douglas Gregor · 15 years ago
  76. 0f59312 Minor work related to removing the assumption that value initialization by Eli Friedman · 15 years ago
  77. 8a3e0b1 Minor simplification. by Eli Friedman · 15 years ago
  78. a31feca PR3461: reject initializer for incomplete type. Based on patch by Tim by Eli Friedman · 15 years ago
  79. 6304201 Remove CheckBuiltinMacros script, obsoleted since we support -dM now. by Daniel Dunbar · 15 years ago
  80. 5dfef26 Ignore Output directory by Daniel Dunbar · 15 years ago
  81. 8c70006 PCH support for record decls/types and their fields. Now that we can by Douglas Gregor · 15 years ago
  82. b11fa0d Update to use hasAttr() instead of getAttr(). - No functionality change. by Daniel Dunbar · 15 years ago
  83. 2d41cc1 Print the number (and percentage) of identifiers read from the PCH file as part of its statistics by Douglas Gregor · 15 years ago
  84. b4e715b Introduce PCH (de-)serialization for most compound types, excluding by Douglas Gregor · 15 years ago
  85. 1810790 Reapply 68936, turned out to that clang's better debug info exposed a by Daniel Dunbar · 15 years ago
  86. fd94262 Move/update recent FIXME (wrt UTF-8 checking for ObjC @-strings). by Steve Naroff · 15 years ago
  87. db678c6 upgrade "extra tokens at end of directive" to warn by default. by Chris Lattner · 15 years ago
  88. 29da66e In objc2's None-Fragile ABI, one cannot use the super class ivar for by Fariborz Jahanian · 15 years ago
  89. aa4a756 Fixed crasher in <rdar://problem/6780904> [irgen] Assertion failed: (Result == conversionOK && "UTF-8 to UTF-16 conversion failed"), function GetAddrOfConstantCFString, file CodeGenModule.cpp, line 1063. by Steve Naroff · 15 years ago
  90. 0a2b45e Add PCH support for enumerations and enumerators. by Douglas Gregor · 15 years ago
  91. 5c71e59 Revert 68936, LLVM still isn't ready to handle debug info + optimization. by Daniel Dunbar · 15 years ago
  92. 283a062 Use the new guard variable mangling function and get rid of the old code. by Anders Carlsson · 15 years ago
  93. 41aa8c1 Add support for mangling guard variables. by Anders Carlsson · 15 years ago
  94. 8745416 Change diagnostic as a result of researching <rdar://problem/6779809> missing interface name in "error: cannot declare variable inside a class, protocol or category ''. by Steve Naroff · 15 years ago
  95. 8533bd5 Fix assertion failure in PTH when tokens followed a closing #endif. by Daniel Dunbar · 15 years ago
  96. ff0a987 Make the reading of the line table from a PCH file more robust against by Douglas Gregor · 15 years ago
  97. bd94500 Include the SourceManager's line table in the PCH file. We can now by Douglas Gregor · 15 years ago
  98. d4f77aa Factor the internals of SourceManager (specially, LineTableInfo) into a separate Internals header. No functionality change by Douglas Gregor · 15 years ago
  99. 841b53c Make the selection of type declarations in Sema::getTypeName by Douglas Gregor · 15 years ago
  100. 4d41765 the driver caught up. This makes -msse3 correctly set __SSE3__ etc. by Chris Lattner · 15 years ago