1. d51d74a implement framework for -fdiagnostics-show-option, but tblgen isn't by Chris Lattner · 15 years ago
  2. 3cbc3cf Disable the code I added before until I understand what's causing default2.cpp to fail. by Anders Carlsson · 15 years ago
  3. b54b276 move handling of -pedantic and -pedantic-errors into Diagnostics, by Chris Lattner · 15 years ago
  4. 2b07d8f arrange for -Wno-error=foo warnings to be immune to -Werror as by Chris Lattner · 15 years ago
  5. 691f1ae change mappings to distinguish between "unset", "set by the user" and by Chris Lattner · 15 years ago
  6. e5ca82f Driver: Remove the majority of -W* options, the driver doesn't by Daniel Dunbar · 15 years ago
  7. 6a7334d use getDiagnosticLevel instead of getDiagnosticMapping, which by Chris Lattner · 15 years ago
  8. 06ef3c3 Driver: Forward -W* to clang, it can handle all these itself now. by Daniel Dunbar · 15 years ago
  9. e29cc89 switch DiagMappings *back* to 4 bits per diag. by Chris Lattner · 15 years ago
  10. 6ac9ffc implement -Wno-#warnings etc. by Chris Lattner · 15 years ago
  11. 63f5c26 Eliminate pch::TYPE_ATTR, which is never used by Douglas Gregor · 15 years ago
  12. ba6d7e7 PCH support for CompoundLiteralExpr. This is the last C expression by Douglas Gregor · 15 years ago
  13. d077d75 PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr. by Douglas Gregor · 15 years ago
  14. 8ac3af9 when tblgen fills in all the subgroup info, clang is ready for it. by Chris Lattner · 15 years ago
  15. bc583a0 add scafolding to represent heirarchical warnings, start with -Wall. by Chris Lattner · 15 years ago
  16. 347ba89 Add support for the __has_trivial_constructor type trait. by Anders Carlsson · 15 years ago
  17. 94cd5d1 PCH support for ShuffleVectorExpr and BlockDeclRefExpr by Douglas Gregor · 15 years ago
  18. 44cae0c PCH support for TypesCompatibleExpr, ChooseExpr, and GNUNullExpr. by Douglas Gregor · 15 years ago
  19. d3c98a0 PCH support for ExtVectorElementExpr and VAArgExpr. by Douglas Gregor · 15 years ago
  20. 9a7e556 make unknown warnings a warning, not an error. by Chris Lattner · 15 years ago
  21. 5b43098 add anonymous groups for all the warning command line flags that the clang by Chris Lattner · 15 years ago
  22. ad90e96 PCH support for CompoundAssignOperator and ConditionalOperator by Douglas Gregor · 15 years ago
  23. c83b60d add support for -Wextra and -W by Chris Lattner · 15 years ago
  24. 7171825 comment out IsGroup: tblgen isn't instantiating these dependent defs quite right yet. by Chris Lattner · 15 years ago
  25. cb2ca73 PCH support for ImaginaryLiteral and ArraySubscriptExpr by Douglas Gregor · 15 years ago
  26. c2f4c34 Fixup codegen for copy/dispose for block literals. Radar 6791245 by Mike Stump · 15 years ago
  27. 03f5ad9 Defer generation of tentative definitions. - PR3980. by Daniel Dunbar · 15 years ago
  28. 6d47396 PCH support for ExtQualType by Douglas Gregor · 15 years ago
  29. c8d2e77 Fix decl type merges when they have __string/__weak attributes. by Fariborz Jahanian · 15 years ago
  30. 963dfbd Set DebugInfo at the beginning of GenerateBlockFunction(). by Devang Patel · 15 years ago
  31. ca29ad9 When declaring a variable that has a constructor and a direct initializer, for example: by Anders Carlsson · 15 years ago
  32. dbb4f21 Add warning when a tentative array definition is assumed to have one element. by Daniel Dunbar · 15 years ago
  33. 68a2eb0 PCH support for declaration attributes by Douglas Gregor · 15 years ago
  34. 59d8e0f Actually generate code for the simple constructors we know we can generate code for. by Anders Carlsson · 15 years ago
  35. d7492c4 use tablgen-generated warning groups. by Chris Lattner · 15 years ago
  36. 8469c31 generate diagnostic group tables, this requires llvm r69219 or later. by Chris Lattner · 15 years ago
  37. cb75e3c fix a name shadowing problem in tblgen. by Chris Lattner · 15 years ago
  38. e6cea2c use slightly more verbose to work around a tblgen bug for now. by Chris Lattner · 15 years ago
  39. 8ee50ea move clang specific makefile goop to clang instead of llvm. This may require by Chris Lattner · 15 years ago
  40. 7595fb1 Don't use \01 in symbol name if unnecessary. by Daniel Dunbar · 15 years ago
  41. cd9c514 Fix <rdar://problem/6786597> varargs not supported for Blocks under clang. by Steve Naroff · 15 years ago
  42. 50c314c Patch to remove a bogus warning which pointed to underlying AST by Fariborz Jahanian · 15 years ago
  43. f59c1a6 Fix alignment on obj_msgrefs to match llvm-gcc. by Daniel Dunbar · 15 years ago
  44. 33af70f Add test case for superrefs section (and make spacing consistent). by Daniel Dunbar · 15 years ago
  45. fe526d2 fix some out of bounds array access problems, which manifest particularly by Chris Lattner · 15 years ago
  46. 6a2bfb2 PCH support for the string literal of a FileScopeAsmDecl. Some minor cleanup. by Douglas Gregor · 15 years ago
  47. 16e48ff move some pp diags to the right .td file. by Chris Lattner · 15 years ago
  48. 4945717 annotate diagnostics with which groups they belong to. Each by Chris Lattner · 15 years ago
  49. f60e991 For source location entries that describe instantiations, encode the by Douglas Gregor · 15 years ago
  50. 1f0d013 PCH support for MemberExpr and CallExpr. by Douglas Gregor · 15 years ago
  51. 3bf4497 Fixup http://llvm.org/viewvc/llvm-project?rev=69165&view=rev (based on feedback from Eli). by Steve Naroff · 15 years ago
  52. af00883 now that we've decoupled diagnostic classes from default mappings, by Chris Lattner · 15 years ago
  53. d2aa7c9 move {'s by Chris Lattner · 15 years ago
  54. 1b6823d Revert previous patch (will commit a fix soon). by Steve Naroff · 15 years ago
  55. 8a941e0 Make diagnostic class explicit in the diag record instead of by Chris Lattner · 15 years ago
  56. 4ac072a Tblgen now passes the default mapping explicitly, instead of having it by Chris Lattner · 15 years ago
  57. 41c6c46 add a bunch of files. by Chris Lattner · 15 years ago
  58. 673ecd6 PCH support for string literals by Douglas Gregor · 15 years ago
  59. c35d71f Driver: Add --help-hidden by Daniel Dunbar · 15 years ago
  60. 93ae2c7 __objc_superrefs belongs to __DATA segment. by Fariborz Jahanian · 15 years ago
  61. 0b0b77f PCH support for UnaryOperator, SizeOfAlignOfExpr by Douglas Gregor · 15 years ago
  62. 95d4e5d Start attempting to generate code for C++ ctors. by Anders Carlsson · 15 years ago
  63. ee3899e Fix <rdar://problem/6789707> "warning: 'extern' variable has an initializer" not correct for __private_extern__. by Steve Naroff · 15 years ago
  64. 9dbbdbf rename variable in comment, not just in code :). by Chris Lattner · 15 years ago
  65. b25ddfb Fix <rdar://problem/6791490> [clang10 regression] [sema] invalid illegal jump diagnostic. by Steve Naroff · 15 years ago
  66. 9faf50e this should be private by Chris Lattner · 15 years ago
  67. 3fbbfcf add another sanity check for -Werror=xx by Chris Lattner · 15 years ago
  68. 17e681f add a missing && by Chris Lattner · 15 years ago
  69. 92af210 fix a broken test, that passed for the wrong reason. Two wrongs make a right! :) by Chris Lattner · 15 years ago
  70. 27ceb9d Rejigger how -pedantic and -pedantic-errors work and their interaction by Chris Lattner · 15 years ago
  71. ffb4b6e Implement support for designated initializers that refer to members of by Douglas Gregor · 15 years ago
  72. 3ac86b5 Add support for mangling C++ constructors. Review appreciated (I'm looking at you, Doug) by Anders Carlsson · 15 years ago
  73. 839324d make default diagnostic mapping more explicit in .td file. by Chris Lattner · 15 years ago
  74. e9e0cc7 remove some commented out -Wstrict-selector-match stuff. by Chris Lattner · 15 years ago
  75. 7119971 Switch designated-initializer checking from using designator iterators by Douglas Gregor · 15 years ago
  76. 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
  77. 6280dbc clean up error messages. by Chris Lattner · 15 years ago
  78. ccc96b3 add Diagnostic.td to proj by Chris Lattner · 15 years ago
  79. 1d13a5d Add support for -Werror=foo and -Wno-error=foo by Chris Lattner · 15 years ago
  80. 68a359c Add CGCXX.h with ctor/dtor type enumerations. No functionality change. by Anders Carlsson · 15 years ago
  81. 5147e8e refactor a bunch of the warning parsing stuff to simplify it. This removes the by Chris Lattner · 15 years ago
  82. 372de1d remove #include of system header, making this a) not apple specific, and by Chris Lattner · 15 years ago
  83. d7c62b1 Simplify CodeGenFunction::GenerateCode. by Anders Carlsson · 15 years ago
  84. 3fabc86 remove dead code. by Zhongxing Xu · 15 years ago
  85. 0bf2199 Tweaks to Objective-C metadata (32 & 64-bit) to match llvm-gcc. by Daniel Dunbar · 15 years ago
  86. 70d3c92 Driver: For clang, accept -fsigned-bitfields and reject by Daniel Dunbar · 15 years ago
  87. db600c3 PCH support for CStyleCastExpr and BinaryOperator expression kinds. by Douglas Gregor · 15 years ago
  88. 44e35f7 Improve "assignment to cast" diagnostic. by Daniel Dunbar · 15 years ago
  89. c04db4f PCH support for ParenExpr by Douglas Gregor · 15 years ago
  90. 087fd53 Add PCH support for ImplicitCastExprs. This is the first expression by Douglas Gregor · 15 years ago
  91. 5717dae Strip paren expressions when trying to diagnose "cast as lvalue" extension. by Daniel Dunbar · 15 years ago
  92. 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 15 years ago
  93. 12bac25 Diagnose properties which have no implementations; by Fariborz Jahanian · 15 years ago
  94. b90bb00 Set alignment on __cstring metadata variables to 1 (matching llvm-gcc). by Daniel Dunbar · 15 years ago
  95. dd13198 Avoid use of magic \01 prefix when unneeded. by Daniel Dunbar · 15 years ago
  96. ca60395 add fixitrewriter to xcode proj by Chris Lattner · 15 years ago
  97. 57d5cee Comment fix. by Daniel Dunbar · 15 years ago
  98. f4382f5 Make the implicit-int handling error recovery stuff handle C++ by Chris Lattner · 15 years ago
  99. 17fc223 Add PCH support for PredefinedExpr and FloatingLiteral expressions by Douglas Gregor · 15 years ago
  100. e40c295 refactor "implicit int error recovery" code out of by Chris Lattner · 15 years ago