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