1. 7297134 FunctionDecl::getBody() is getting an ASTContext argument for use in by Douglas Gregor · 15 years ago
  2. 95d0281 remove dead diagnostic. by Chris Lattner · 15 years ago
  3. 58e91d5 implement PR3940: #line numbers not fully checked by Chris Lattner · 15 years ago
  4. ab82f41 #line is allowed to have macros that expand to nothing after them. by Chris Lattner · 15 years ago
  5. 3e1af84 Keep track of the number of statements/expressions written to and read by Douglas Gregor · 15 years ago
  6. 32b0675 tweak redefinition of a typedef a bit to fix a couple of problems: by Chris Lattner · 15 years ago
  7. 88c9a46 Fix two embarrassing PCH bugs: by Douglas Gregor · 15 years ago
  8. cd7d5a9 PCH support for inline assembly statements. by Douglas Gregor · 15 years ago
  9. 409d4e7 refactor htmldiags to be created up front like the other diag clients. by Chris Lattner · 15 years ago
  10. 4046965 add a virtual method to DiagnosticClient to get rid of some fragile by Chris Lattner · 15 years ago
  11. 84af7c2 PCH support for blocks by Douglas Gregor · 15 years ago
  12. 8705b47 wire up comment diagnostics to -Wcomment, add it to -Wall. Now by Chris Lattner · 15 years ago
  13. 6a2dd55 PCH support for GNU statement expressions by Douglas Gregor · 15 years ago
  14. 7d5c2f2 PCH support for indirect gotos and address-of-label expressions. by Douglas Gregor · 15 years ago
  15. 7155892 move a vector conversion warning to be diabled by default (like gcc), by Chris Lattner · 15 years ago
  16. 1de05fe PCH support for labels and goto. by Douglas Gregor · 15 years ago
  17. 995533a add basic support for building DiagnosticGroups.inc with cmake by Chris Lattner · 15 years ago
  18. 84f2170 PCH support for declaration statements, and a test for PredefinedExpr by Douglas Gregor · 15 years ago
  19. 0de9d88 PCH support for return statements. by Douglas Gregor · 15 years ago
  20. 7645850 Implement lvalue test for conditional expressions. by Sebastian Redl · 15 years ago
  21. 448f5e6 Added -print-ivar-layout option. No change in functionality yet. by Fariborz Jahanian · 15 years ago
  22. 072abef Add support for the __has_trivial_destructor type trait. by Anders Carlsson · 15 years ago
  23. 67d8249 PCH support for do-while and for loops by Douglas Gregor · 15 years ago
  24. d921cf9 PCH support for while and continue statements by Douglas Gregor · 15 years ago
  25. 025452f PCH support for the first batch of statements, including null, by Douglas Gregor · 15 years ago
  26. d87a501 Add constructor getter to CXXTemporaryObjectExpr. by Anders Carlsson · 15 years ago
  27. b00ac07 -Wall is -Wmost -Wparentheses by Chris Lattner · 15 years ago
  28. c9490c0 Prepare PCH reader and writer for (de-)serialization of statements. No by Douglas Gregor · 15 years ago
  29. 3201f6b Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. by Sebastian Redl · 15 years ago
  30. 9e820ee Pass -fdiagnostics-show-option to clang-cc by default. by Daniel Dunbar · 15 years ago
  31. 56dc97a other half of 69274 by Chris Lattner · 15 years ago
  32. 11bddef split diagnostic group definitions out into their own file. by Chris Lattner · 15 years ago
  33. 19cbb44 tblgen is now passing diagnostic group information in the .inc file, ignore it everywhere. by Chris Lattner · 15 years ago
  34. d51d74a implement framework for -fdiagnostics-show-option, but tblgen isn't by Chris Lattner · 15 years ago
  35. b54b276 move handling of -pedantic and -pedantic-errors into Diagnostics, by Chris Lattner · 15 years ago
  36. 2b07d8f arrange for -Wno-error=foo warnings to be immune to -Werror as by Chris Lattner · 15 years ago
  37. 691f1ae change mappings to distinguish between "unset", "set by the user" and by Chris Lattner · 15 years ago
  38. e5ca82f Driver: Remove the majority of -W* options, the driver doesn't by Daniel Dunbar · 15 years ago
  39. 06ef3c3 Driver: Forward -W* to clang, it can handle all these itself now. by Daniel Dunbar · 15 years ago
  40. e29cc89 switch DiagMappings *back* to 4 bits per diag. by Chris Lattner · 15 years ago
  41. 6ac9ffc implement -Wno-#warnings etc. by Chris Lattner · 15 years ago
  42. 63f5c26 Eliminate pch::TYPE_ATTR, which is never used by Douglas Gregor · 15 years ago
  43. ba6d7e7 PCH support for CompoundLiteralExpr. This is the last C expression by Douglas Gregor · 15 years ago
  44. d077d75 PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr. by Douglas Gregor · 15 years ago
  45. bc583a0 add scafolding to represent heirarchical warnings, start with -Wall. by Chris Lattner · 15 years ago
  46. 347ba89 Add support for the __has_trivial_constructor type trait. by Anders Carlsson · 15 years ago
  47. 94cd5d1 PCH support for ShuffleVectorExpr and BlockDeclRefExpr by Douglas Gregor · 15 years ago
  48. 44cae0c PCH support for TypesCompatibleExpr, ChooseExpr, and GNUNullExpr. by Douglas Gregor · 15 years ago
  49. d3c98a0 PCH support for ExtVectorElementExpr and VAArgExpr. by Douglas Gregor · 15 years ago
  50. 5b43098 add anonymous groups for all the warning command line flags that the clang by Chris Lattner · 15 years ago
  51. ad90e96 PCH support for CompoundAssignOperator and ConditionalOperator by Douglas Gregor · 15 years ago
  52. c83b60d add support for -Wextra and -W by Chris Lattner · 15 years ago
  53. 7171825 comment out IsGroup: tblgen isn't instantiating these dependent defs quite right yet. by Chris Lattner · 15 years ago
  54. cb2ca73 PCH support for ImaginaryLiteral and ArraySubscriptExpr by Douglas Gregor · 15 years ago
  55. dbb4f21 Add warning when a tentative array definition is assumed to have one element. by Daniel Dunbar · 15 years ago
  56. 68a2eb0 PCH support for declaration attributes by Douglas Gregor · 15 years ago
  57. 8469c31 generate diagnostic group tables, this requires llvm r69219 or later. by Chris Lattner · 15 years ago
  58. cb75e3c fix a name shadowing problem in tblgen. by Chris Lattner · 15 years ago
  59. e6cea2c use slightly more verbose to work around a tblgen bug for now. by Chris Lattner · 15 years ago
  60. 8ee50ea move clang specific makefile goop to clang instead of llvm. This may require by Chris Lattner · 15 years ago
  61. 16e48ff move some pp diags to the right .td file. by Chris Lattner · 15 years ago
  62. 4945717 annotate diagnostics with which groups they belong to. Each by Chris Lattner · 15 years ago
  63. f60e991 For source location entries that describe instantiations, encode the by Douglas Gregor · 15 years ago
  64. 1f0d013 PCH support for MemberExpr and CallExpr. by Douglas Gregor · 15 years ago
  65. af00883 now that we've decoupled diagnostic classes from default mappings, by Chris Lattner · 15 years ago
  66. 8a941e0 Make diagnostic class explicit in the diag record instead of by Chris Lattner · 15 years ago
  67. 4ac072a Tblgen now passes the default mapping explicitly, instead of having it by Chris Lattner · 15 years ago
  68. 673ecd6 PCH support for string literals by Douglas Gregor · 15 years ago
  69. c35d71f Driver: Add --help-hidden by Daniel Dunbar · 15 years ago
  70. 0b0b77f PCH support for UnaryOperator, SizeOfAlignOfExpr by Douglas Gregor · 15 years ago
  71. 9faf50e this should be private by Chris Lattner · 15 years ago
  72. 27ceb9d Rejigger how -pedantic and -pedantic-errors work and their interaction by Chris Lattner · 15 years ago
  73. ffb4b6e Implement support for designated initializers that refer to members of by Douglas Gregor · 15 years ago
  74. 839324d make default diagnostic mapping more explicit in .td file. by Chris Lattner · 15 years ago
  75. 7119971 Switch designated-initializer checking from using designator iterators by Douglas Gregor · 15 years ago
  76. 3fabc86 remove dead code. by Zhongxing Xu · 15 years ago
  77. 70d3c92 Driver: For clang, accept -fsigned-bitfields and reject by Daniel Dunbar · 15 years ago
  78. db600c3 PCH support for CStyleCastExpr and BinaryOperator expression kinds. by Douglas Gregor · 15 years ago
  79. 44e35f7 Improve "assignment to cast" diagnostic. by Daniel Dunbar · 15 years ago
  80. c04db4f PCH support for ParenExpr by Douglas Gregor · 15 years ago
  81. 087fd53 Add PCH support for ImplicitCastExprs. This is the first expression by Douglas Gregor · 15 years ago
  82. 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 15 years ago
  83. 12bac25 Diagnose properties which have no implementations; by Fariborz Jahanian · 15 years ago
  84. f4382f5 Make the implicit-int handling error recovery stuff handle C++ by Chris Lattner · 15 years ago
  85. 17fc223 Add PCH support for PredefinedExpr and FloatingLiteral expressions by Douglas Gregor · 15 years ago
  86. e40c295 refactor "implicit int error recovery" code out of by Chris Lattner · 15 years ago
  87. 0b74891 PCH support for a few very, very simple kinds of expressions. Hook up by Douglas Gregor · 15 years ago
  88. 7eba5c9 add support for -W[no-]extra-tokens by Chris Lattner · 15 years ago
  89. c519743 implement some sema for gnuc_inline attribute. Reject always_inline and no_inline on objc methods. by Chris Lattner · 15 years ago
  90. 26e2554 recognize the gnuc_inline attribute. by Chris Lattner · 15 years ago
  91. f807fe0 When building a PCH file, don't perform end-of-translation-unit by Douglas Gregor · 15 years ago
  92. 04d4078 Clean up handling of visibility. by Daniel Dunbar · 15 years ago
  93. 35410d5 Fix the #import / #include_next "extra tokens at end of #foo directive" by Chris Lattner · 15 years ago
  94. b286a78 Add VarDecl::getStorageClassSpecifierString (StorageClass -> const char*). by Daniel Dunbar · 15 years ago
  95. 38c1eff Fix build error. by Mike Stump · 15 years ago
  96. fdd0172 When writing a PCH file, keep track of all of the non-static, by Douglas Gregor · 15 years ago
  97. 1028bc6 Partial PCH support for FileScopeAsmDecl and BlockDecl. Both require by Douglas Gregor · 15 years ago
  98. 3a2f7e4 PCH support for functions and their parameters. by Douglas Gregor · 15 years ago
  99. 8c70006 PCH support for record decls/types and their fields. Now that we can by Douglas Gregor · 15 years ago
  100. db678c6 upgrade "extra tokens at end of directive" to warn by default. by Chris Lattner · 15 years ago