1. ab82f41 #line is allowed to have macros that expand to nothing after them. by Chris Lattner · 15 years ago
  2. 3e1af84 Keep track of the number of statements/expressions written to and read by Douglas Gregor · 15 years ago
  3. 96508e1 fix a crash compiling code with its own definition of objc_assign_weak. by Chris Lattner · 15 years ago
  4. 32b0675 tweak redefinition of a typedef a bit to fix a couple of problems: by Chris Lattner · 15 years ago
  5. 88c9a46 Fix two embarrassing PCH bugs: by Douglas Gregor · 15 years ago
  6. 4f6fa23 Use PresumedLoc to record line number in debug info entries. by Devang Patel · 15 years ago
  7. 8a81e1e Don't put msgrefs in used globals (in particular, we don't want by Daniel Dunbar · 15 years ago
  8. 446c619 Appropriately set file name and directory name in debug info compile units. by Devang Patel · 15 years ago
  9. 75a97cb implement a new clang-cc option -dump-build-information=filename which causes the by Chris Lattner · 15 years ago
  10. cd7d5a9 PCH support for inline assembly statements. by Douglas Gregor · 15 years ago
  11. 409d4e7 refactor htmldiags to be created up front like the other diag clients. by Chris Lattner · 15 years ago
  12. 4046965 add a virtual method to DiagnosticClient to get rid of some fragile by Chris Lattner · 15 years ago
  13. f7dac08 PCH tests for va_arg expressions. Verified that the blocks test does create a BlockDeclRefExpr by Douglas Gregor · 15 years ago
  14. 23a48cc fix a crash on invalid by making ActOnDeclarator create decl with by Chris Lattner · 15 years ago
  15. 84af7c2 PCH support for blocks by Douglas Gregor · 15 years ago
  16. 8705b47 wire up comment diagnostics to -Wcomment, add it to -Wall. Now by Chris Lattner · 15 years ago
  17. 6a2dd55 PCH support for GNU statement expressions by Douglas Gregor · 15 years ago
  18. 7d5c2f2 PCH support for indirect gotos and address-of-label expressions. by Douglas Gregor · 15 years ago
  19. 00cb00e adjust for the new -Wvector-conversions option by Chris Lattner · 15 years ago
  20. 7155892 move a vector conversion warning to be diabled by default (like gcc), by Chris Lattner · 15 years ago
  21. 1de05fe PCH support for labels and goto. by Douglas Gregor · 15 years ago
  22. 5abd66f Update Xcode project with some PCH related headers. by Steve Naroff · 15 years ago
  23. 7add547 fix misspelt attribute. by Chris Lattner · 15 years ago
  24. 51123fe Fix rdar://6800926 - crash compiling non-fragile _Bool bitfield ivar, by Chris Lattner · 15 years ago
  25. 26f074b tidy some code. by Chris Lattner · 15 years ago
  26. 639d9ce clean up run lines. by Chris Lattner · 15 years ago
  27. 995533a add basic support for building DiagnosticGroups.inc with cmake by Chris Lattner · 15 years ago
  28. 84f2170 PCH support for declaration statements, and a test for PredefinedExpr by Douglas Gregor · 15 years ago
  29. 0de9d88 PCH support for return statements. by Douglas Gregor · 15 years ago
  30. 7645850 Implement lvalue test for conditional expressions. by Sebastian Redl · 15 years ago
  31. 448f5e6 Added -print-ivar-layout option. No change in functionality yet. by Fariborz Jahanian · 15 years ago
  32. 072abef Add support for the __has_trivial_destructor type trait. by Anders Carlsson · 15 years ago
  33. 27ae536 Add support for generating (very basic) C++ destructors. These aren't called by anything yet. by Anders Carlsson · 15 years ago
  34. ec9587d Support QA_OVERRIDE_GCC3_OPTIONS - Cover your eyes... by Daniel Dunbar · 15 years ago
  35. 0e4f40e Attributes on block functions were not being set. by Daniel Dunbar · 15 years ago
  36. 67d8249 PCH support for do-while and for loops by Douglas Gregor · 15 years ago
  37. d921cf9 PCH support for while and continue statements by Douglas Gregor · 15 years ago
  38. 397195b Fixup semantic analysis for nested blocks, and allow block literal by Mike Stump · 15 years ago
  39. b14095a Implement basic code generation of constructor calls. We can now compile: by Anders Carlsson · 15 years ago
  40. 025452f PCH support for the first batch of statements, including null, by Douglas Gregor · 15 years ago
  41. 363c184 Add GetAddrOfCXXConstructor and use it. by Anders Carlsson · 15 years ago
  42. d87a501 Add constructor getter to CXXTemporaryObjectExpr. by Anders Carlsson · 15 years ago
  43. 930e8d0 If a class has a non-trivial constructor that doesn't take any arguments, we will now make an implicit CXXTemporaryObjectExpr. So by Anders Carlsson · 15 years ago
  44. b00ac07 -Wall is -Wmost -Wparentheses by Chris Lattner · 15 years ago
  45. fec26bd Driver: Allow using clang as a precompiler, even if it is an unsupported arch. by Daniel Dunbar · 15 years ago
  46. cb70bb2 Clean up the declaration-decoding step in the PCH reader, using the by Douglas Gregor · 15 years ago
  47. c9490c0 Prepare PCH reader and writer for (de-)serialization of statements. No by Douglas Gregor · 15 years ago
  48. fdb5e1c Removed a no longer needed FIXME comment. by Fariborz Jahanian · 15 years ago
  49. 3aaa482 Fix <rdar://problem/6765383> clang-6: clang does not appear to support declaring a static Block 'const'. by Steve Naroff · 15 years ago
  50. 1e9aef3 Category method synbols must be qualified by gategory name to match gcc's. by Fariborz Jahanian · 15 years ago
  51. 3201f6b Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. by Sebastian Redl · 15 years ago
  52. ba79fc2 Attempt to fix a read-after-free running test/Sema/designated-initializers.c. by Eli Friedman · 15 years ago
  53. 0a6bcc4 Force target triple for test depending on __weak. by Eli Friedman · 15 years ago
  54. 098a3df When we create an implicit CXXTemporaryObjectExpr we don't need to check that it's a valid init. Instead, just set it as the VarDecl's initializer. by Anders Carlsson · 15 years ago
  55. 6463ef4 Ensure that the most recent declaration of a tentative definition wins by Daniel Dunbar · 15 years ago
  56. 9e820ee Pass -fdiagnostics-show-option to clang-cc by default. by Daniel Dunbar · 15 years ago
  57. 56dc97a other half of 69274 by Chris Lattner · 15 years ago
  58. 11bddef split diagnostic group definitions out into their own file. by Chris Lattner · 15 years ago
  59. 87d854e optimize and comment GetDiagInfo. by Chris Lattner · 15 years ago
  60. 121f60c merge several scattered tables into StaticDiagInfo. by Chris Lattner · 15 years ago
  61. 33dd282 Implement Diagnostic::getWarningOptionForDiag with information from tblgen, by Chris Lattner · 15 years ago
  62. 19cbb44 tblgen is now passing diagnostic group information in the .inc file, ignore it everywhere. by Chris Lattner · 15 years ago
  63. d51d74a implement framework for -fdiagnostics-show-option, but tblgen isn't by Chris Lattner · 15 years ago
  64. 3cbc3cf Disable the code I added before until I understand what's causing default2.cpp to fail. by Anders Carlsson · 15 years ago
  65. b54b276 move handling of -pedantic and -pedantic-errors into Diagnostics, by Chris Lattner · 15 years ago
  66. 2b07d8f arrange for -Wno-error=foo warnings to be immune to -Werror as by Chris Lattner · 15 years ago
  67. 691f1ae change mappings to distinguish between "unset", "set by the user" and by Chris Lattner · 15 years ago
  68. e5ca82f Driver: Remove the majority of -W* options, the driver doesn't by Daniel Dunbar · 15 years ago
  69. 6a7334d use getDiagnosticLevel instead of getDiagnosticMapping, which by Chris Lattner · 15 years ago
  70. 06ef3c3 Driver: Forward -W* to clang, it can handle all these itself now. by Daniel Dunbar · 15 years ago
  71. e29cc89 switch DiagMappings *back* to 4 bits per diag. by Chris Lattner · 15 years ago
  72. 6ac9ffc implement -Wno-#warnings etc. by Chris Lattner · 15 years ago
  73. 63f5c26 Eliminate pch::TYPE_ATTR, which is never used by Douglas Gregor · 15 years ago
  74. ba6d7e7 PCH support for CompoundLiteralExpr. This is the last C expression by Douglas Gregor · 15 years ago
  75. d077d75 PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr. by Douglas Gregor · 15 years ago
  76. 8ac3af9 when tblgen fills in all the subgroup info, clang is ready for it. by Chris Lattner · 15 years ago
  77. bc583a0 add scafolding to represent heirarchical warnings, start with -Wall. by Chris Lattner · 15 years ago
  78. 347ba89 Add support for the __has_trivial_constructor type trait. by Anders Carlsson · 15 years ago
  79. 94cd5d1 PCH support for ShuffleVectorExpr and BlockDeclRefExpr by Douglas Gregor · 15 years ago
  80. 44cae0c PCH support for TypesCompatibleExpr, ChooseExpr, and GNUNullExpr. by Douglas Gregor · 15 years ago
  81. d3c98a0 PCH support for ExtVectorElementExpr and VAArgExpr. by Douglas Gregor · 15 years ago
  82. 9a7e556 make unknown warnings a warning, not an error. by Chris Lattner · 15 years ago
  83. 5b43098 add anonymous groups for all the warning command line flags that the clang by Chris Lattner · 15 years ago
  84. ad90e96 PCH support for CompoundAssignOperator and ConditionalOperator by Douglas Gregor · 15 years ago
  85. c83b60d add support for -Wextra and -W by Chris Lattner · 15 years ago
  86. 7171825 comment out IsGroup: tblgen isn't instantiating these dependent defs quite right yet. by Chris Lattner · 15 years ago
  87. cb2ca73 PCH support for ImaginaryLiteral and ArraySubscriptExpr by Douglas Gregor · 15 years ago
  88. c2f4c34 Fixup codegen for copy/dispose for block literals. Radar 6791245 by Mike Stump · 15 years ago
  89. 03f5ad9 Defer generation of tentative definitions. - PR3980. by Daniel Dunbar · 15 years ago
  90. 6d47396 PCH support for ExtQualType by Douglas Gregor · 15 years ago
  91. c8d2e77 Fix decl type merges when they have __string/__weak attributes. by Fariborz Jahanian · 15 years ago
  92. 963dfbd Set DebugInfo at the beginning of GenerateBlockFunction(). by Devang Patel · 15 years ago
  93. ca29ad9 When declaring a variable that has a constructor and a direct initializer, for example: by Anders Carlsson · 15 years ago
  94. dbb4f21 Add warning when a tentative array definition is assumed to have one element. by Daniel Dunbar · 15 years ago
  95. 68a2eb0 PCH support for declaration attributes by Douglas Gregor · 15 years ago
  96. 59d8e0f Actually generate code for the simple constructors we know we can generate code for. by Anders Carlsson · 15 years ago
  97. d7492c4 use tablgen-generated warning groups. by Chris Lattner · 15 years ago
  98. 8469c31 generate diagnostic group tables, this requires llvm r69219 or later. by Chris Lattner · 15 years ago
  99. cb75e3c fix a name shadowing problem in tblgen. by Chris Lattner · 15 years ago
  100. e6cea2c use slightly more verbose to work around a tblgen bug for now. by Chris Lattner · 15 years ago