1. 0337495 add a new Lexer::SkipEscapedNewLines method. by Chris Lattner · 15 years ago
  2. 24f0e48 factor escape newline measuring out into its own helper function. by Chris Lattner · 15 years ago
  3. 07e775d reject invalid jumps among pieces of @try blocks. This seems to work by Chris Lattner · 15 years ago
  4. 6ea8e21 Add functions for iterating over the argument types of an ObjCMethodDecl. by Anders Carlsson · 15 years ago
  5. a9768b7 Improve switch diagnostic to emit the "jump" message on the by Chris Lattner · 15 years ago
  6. 366920a first step to getting switches giving "jump into vla scope" errors. by Chris Lattner · 15 years ago
  7. 5ce71c9 improve wording of scope violation error messages. by Chris Lattner · 15 years ago
  8. dc8c90d more fun with line markers: the digit string is required to be interpreted by Chris Lattner · 15 years ago
  9. a5251fc rewrite the goto scope checking code to be more efficient, simpler, by Chris Lattner · 15 years ago
  10. 8f4e18f add accessor. by Chris Lattner · 15 years ago
  11. 40c56f7 __builtin_prefetch should be declared as "void __builtin_prefetch(const void *)", by Chris Lattner · 15 years ago
  12. bc81682 second half of PR3940: #line requires simple digit sequence. by Chris Lattner · 15 years ago
  13. ad1de00 Store the type ID for __builtin_va_list in the PCH file, so that the by Douglas Gregor · 15 years ago
  14. d92fa47 this is really just a recommendation, not a requirement. by Chris Lattner · 15 years ago
  15. 6272bcf enforce requirements imposed by C90 6.8 TC1, fixing PR3919. by Chris Lattner · 15 years ago
  16. df91ef3 Preliminary PCH support in the driver by Douglas Gregor · 15 years ago
  17. 250fc9c Lazy deserialization of function bodies for PCH files. For the Carbon by Douglas Gregor · 15 years ago
  18. 7297134 FunctionDecl::getBody() is getting an ASTContext argument for use in by Douglas Gregor · 15 years ago
  19. 95d0281 remove dead diagnostic. by Chris Lattner · 15 years ago
  20. 58e91d5 implement PR3940: #line numbers not fully checked by Chris Lattner · 15 years ago
  21. ab82f41 #line is allowed to have macros that expand to nothing after them. by Chris Lattner · 15 years ago
  22. 3e1af84 Keep track of the number of statements/expressions written to and read by Douglas Gregor · 15 years ago
  23. 32b0675 tweak redefinition of a typedef a bit to fix a couple of problems: by Chris Lattner · 15 years ago
  24. 88c9a46 Fix two embarrassing PCH bugs: by Douglas Gregor · 15 years ago
  25. cd7d5a9 PCH support for inline assembly statements. by Douglas Gregor · 15 years ago
  26. 409d4e7 refactor htmldiags to be created up front like the other diag clients. by Chris Lattner · 15 years ago
  27. 4046965 add a virtual method to DiagnosticClient to get rid of some fragile by Chris Lattner · 15 years ago
  28. 84af7c2 PCH support for blocks by Douglas Gregor · 15 years ago
  29. 8705b47 wire up comment diagnostics to -Wcomment, add it to -Wall. Now by Chris Lattner · 15 years ago
  30. 6a2dd55 PCH support for GNU statement expressions by Douglas Gregor · 15 years ago
  31. 7d5c2f2 PCH support for indirect gotos and address-of-label expressions. by Douglas Gregor · 15 years ago
  32. 7155892 move a vector conversion warning to be diabled by default (like gcc), by Chris Lattner · 15 years ago
  33. 1de05fe PCH support for labels and goto. by Douglas Gregor · 15 years ago
  34. 995533a add basic support for building DiagnosticGroups.inc with cmake by Chris Lattner · 15 years ago
  35. 84f2170 PCH support for declaration statements, and a test for PredefinedExpr by Douglas Gregor · 15 years ago
  36. 0de9d88 PCH support for return statements. by Douglas Gregor · 15 years ago
  37. 7645850 Implement lvalue test for conditional expressions. by Sebastian Redl · 15 years ago
  38. 448f5e6 Added -print-ivar-layout option. No change in functionality yet. by Fariborz Jahanian · 15 years ago
  39. 072abef Add support for the __has_trivial_destructor type trait. by Anders Carlsson · 15 years ago
  40. 67d8249 PCH support for do-while and for loops by Douglas Gregor · 15 years ago
  41. d921cf9 PCH support for while and continue statements by Douglas Gregor · 15 years ago
  42. 025452f PCH support for the first batch of statements, including null, by Douglas Gregor · 15 years ago
  43. d87a501 Add constructor getter to CXXTemporaryObjectExpr. by Anders Carlsson · 15 years ago
  44. b00ac07 -Wall is -Wmost -Wparentheses by Chris Lattner · 15 years ago
  45. c9490c0 Prepare PCH reader and writer for (de-)serialization of statements. No by Douglas Gregor · 15 years ago
  46. 3201f6b Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. by Sebastian Redl · 15 years ago
  47. 9e820ee Pass -fdiagnostics-show-option to clang-cc by default. by Daniel Dunbar · 15 years ago
  48. 56dc97a other half of 69274 by Chris Lattner · 15 years ago
  49. 11bddef split diagnostic group definitions out into their own file. by Chris Lattner · 15 years ago
  50. 19cbb44 tblgen is now passing diagnostic group information in the .inc file, ignore it everywhere. by Chris Lattner · 15 years ago
  51. d51d74a implement framework for -fdiagnostics-show-option, but tblgen isn't by Chris Lattner · 15 years ago
  52. b54b276 move handling of -pedantic and -pedantic-errors into Diagnostics, by Chris Lattner · 15 years ago
  53. 2b07d8f arrange for -Wno-error=foo warnings to be immune to -Werror as by Chris Lattner · 15 years ago
  54. 691f1ae change mappings to distinguish between "unset", "set by the user" and by Chris Lattner · 15 years ago
  55. e5ca82f Driver: Remove the majority of -W* options, the driver doesn't by Daniel Dunbar · 15 years ago
  56. 06ef3c3 Driver: Forward -W* to clang, it can handle all these itself now. by Daniel Dunbar · 15 years ago
  57. e29cc89 switch DiagMappings *back* to 4 bits per diag. by Chris Lattner · 15 years ago
  58. 6ac9ffc implement -Wno-#warnings etc. by Chris Lattner · 15 years ago
  59. 63f5c26 Eliminate pch::TYPE_ATTR, which is never used by Douglas Gregor · 15 years ago
  60. ba6d7e7 PCH support for CompoundLiteralExpr. This is the last C expression by Douglas Gregor · 15 years ago
  61. d077d75 PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr. by Douglas Gregor · 15 years ago
  62. bc583a0 add scafolding to represent heirarchical warnings, start with -Wall. by Chris Lattner · 15 years ago
  63. 347ba89 Add support for the __has_trivial_constructor type trait. by Anders Carlsson · 15 years ago
  64. 94cd5d1 PCH support for ShuffleVectorExpr and BlockDeclRefExpr by Douglas Gregor · 15 years ago
  65. 44cae0c PCH support for TypesCompatibleExpr, ChooseExpr, and GNUNullExpr. by Douglas Gregor · 15 years ago
  66. d3c98a0 PCH support for ExtVectorElementExpr and VAArgExpr. by Douglas Gregor · 15 years ago
  67. 5b43098 add anonymous groups for all the warning command line flags that the clang by Chris Lattner · 15 years ago
  68. ad90e96 PCH support for CompoundAssignOperator and ConditionalOperator by Douglas Gregor · 15 years ago
  69. c83b60d add support for -Wextra and -W by Chris Lattner · 15 years ago
  70. 7171825 comment out IsGroup: tblgen isn't instantiating these dependent defs quite right yet. by Chris Lattner · 15 years ago
  71. cb2ca73 PCH support for ImaginaryLiteral and ArraySubscriptExpr by Douglas Gregor · 15 years ago
  72. dbb4f21 Add warning when a tentative array definition is assumed to have one element. by Daniel Dunbar · 15 years ago
  73. 68a2eb0 PCH support for declaration attributes by Douglas Gregor · 15 years ago
  74. 8469c31 generate diagnostic group tables, this requires llvm r69219 or later. by Chris Lattner · 15 years ago
  75. cb75e3c fix a name shadowing problem in tblgen. by Chris Lattner · 15 years ago
  76. e6cea2c use slightly more verbose to work around a tblgen bug for now. by Chris Lattner · 15 years ago
  77. 8ee50ea move clang specific makefile goop to clang instead of llvm. This may require by Chris Lattner · 15 years ago
  78. 16e48ff move some pp diags to the right .td file. by Chris Lattner · 15 years ago
  79. 4945717 annotate diagnostics with which groups they belong to. Each by Chris Lattner · 15 years ago
  80. f60e991 For source location entries that describe instantiations, encode the by Douglas Gregor · 15 years ago
  81. 1f0d013 PCH support for MemberExpr and CallExpr. by Douglas Gregor · 15 years ago
  82. af00883 now that we've decoupled diagnostic classes from default mappings, by Chris Lattner · 15 years ago
  83. 8a941e0 Make diagnostic class explicit in the diag record instead of by Chris Lattner · 15 years ago
  84. 4ac072a Tblgen now passes the default mapping explicitly, instead of having it by Chris Lattner · 15 years ago
  85. 673ecd6 PCH support for string literals by Douglas Gregor · 15 years ago
  86. c35d71f Driver: Add --help-hidden by Daniel Dunbar · 15 years ago
  87. 0b0b77f PCH support for UnaryOperator, SizeOfAlignOfExpr by Douglas Gregor · 15 years ago
  88. 9faf50e this should be private by Chris Lattner · 15 years ago
  89. 27ceb9d Rejigger how -pedantic and -pedantic-errors work and their interaction by Chris Lattner · 15 years ago
  90. ffb4b6e Implement support for designated initializers that refer to members of by Douglas Gregor · 15 years ago
  91. 839324d make default diagnostic mapping more explicit in .td file. by Chris Lattner · 15 years ago
  92. 7119971 Switch designated-initializer checking from using designator iterators by Douglas Gregor · 15 years ago
  93. 3fabc86 remove dead code. by Zhongxing Xu · 15 years ago
  94. 70d3c92 Driver: For clang, accept -fsigned-bitfields and reject by Daniel Dunbar · 15 years ago
  95. db600c3 PCH support for CStyleCastExpr and BinaryOperator expression kinds. by Douglas Gregor · 15 years ago
  96. 44e35f7 Improve "assignment to cast" diagnostic. by Daniel Dunbar · 15 years ago
  97. c04db4f PCH support for ParenExpr by Douglas Gregor · 15 years ago
  98. 087fd53 Add PCH support for ImplicitCastExprs. This is the first expression by Douglas Gregor · 15 years ago
  99. 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 15 years ago
  100. 12bac25 Diagnose properties which have no implementations; by Fariborz Jahanian · 15 years ago