1. 07e775d reject invalid jumps among pieces of @try blocks. This seems to work by Chris Lattner · 15 years ago
  2. b565937 unconditionally check for goto correctness. This is because switch by Chris Lattner · 15 years ago
  3. 80583dd Test case would allow clang to fail. by Daniel Dunbar · 15 years ago
  4. ede6e47 merge two tests. by Chris Lattner · 15 years ago
  5. bcfce66 abstract the SwitchStack for blocks just like we do the goto labels. by Chris Lattner · 15 years ago
  6. a9768b7 Improve switch diagnostic to emit the "jump" message on the by Chris Lattner · 15 years ago
  7. 366920a first step to getting switches giving "jump into vla scope" errors. by Chris Lattner · 15 years ago
  8. 5718a35 add some block goto test cases. by Chris Lattner · 15 years ago
  9. b3dcc74 make sure to verify that the "non pch" runs worked. by Chris Lattner · 15 years ago
  10. 5ce71c9 improve wording of scope violation error messages. by Chris Lattner · 15 years ago
  11. 6a22a9f rename test by Chris Lattner · 15 years ago
  12. dc8c90d more fun with line markers: the digit string is required to be interpreted by Chris Lattner · 15 years ago
  13. 5aacb0e Fix test to output LLVM to a temporary file, which we grep as part of the test by Douglas Gregor · 15 years ago
  14. a5251fc rewrite the goto scope checking code to be more efficient, simpler, by Chris Lattner · 15 years ago
  15. f3ef07c Use getAsPointerType instead of using getCanonicalType directly. by Daniel Dunbar · 15 years ago
  16. fd0c0cf add another testcase by Chris Lattner · 15 years ago
  17. f29c8ad fix incorrect lowering of __builtin_ia32_shufpd, rdar://6803924 by Chris Lattner · 15 years ago
  18. bb6f78b rename file. by Chris Lattner · 15 years ago
  19. 10044cb don't dump .ll file in this dir. by Chris Lattner · 15 years ago
  20. 40c56f7 __builtin_prefetch should be declared as "void __builtin_prefetch(const void *)", by Chris Lattner · 15 years ago
  21. 885b6d8 rename test by Chris Lattner · 15 years ago
  22. 5c497a8 fix PR3927 by being more careful about the pp test for identifier. by Chris Lattner · 15 years ago
  23. bc81682 second half of PR3940: #line requires simple digit sequence. by Chris Lattner · 15 years ago
  24. ad1de00 Store the type ID for __builtin_va_list in the PCH file, so that the by Douglas Gregor · 15 years ago
  25. d92fa47 this is really just a recommendation, not a requirement. by Chris Lattner · 15 years ago
  26. 6272bcf enforce requirements imposed by C90 6.8 TC1, fixing PR3919. by Chris Lattner · 15 years ago
  27. 8fe00e7 Fix PR3938 by taking into account C99 6.10p4. by Chris Lattner · 15 years ago
  28. ae7cbf1 convert test to -verify style. by Chris Lattner · 15 years ago
  29. 0a4f1b9 Substantially restructure function-like macro argument parsing. by Chris Lattner · 15 years ago
  30. 7297134 FunctionDecl::getBody() is getting an ASTContext argument for use in by Douglas Gregor · 15 years ago
  31. 9cb51ce Fix two problems from PR3916, and one problem I noticed while hacking by Chris Lattner · 15 years ago
  32. 58e91d5 implement PR3940: #line numbers not fully checked by Chris Lattner · 15 years ago
  33. ab82f41 #line is allowed to have macros that expand to nothing after them. by Chris Lattner · 15 years ago
  34. 96508e1 fix a crash compiling code with its own definition of objc_assign_weak. by Chris Lattner · 15 years ago
  35. 32b0675 tweak redefinition of a typedef a bit to fix a couple of problems: by Chris Lattner · 15 years ago
  36. 88c9a46 Fix two embarrassing PCH bugs: by Douglas Gregor · 15 years ago
  37. cd7d5a9 PCH support for inline assembly statements. by Douglas Gregor · 15 years ago
  38. f7dac08 PCH tests for va_arg expressions. Verified that the blocks test does create a BlockDeclRefExpr by Douglas Gregor · 15 years ago
  39. 23a48cc fix a crash on invalid by making ActOnDeclarator create decl with by Chris Lattner · 15 years ago
  40. 84af7c2 PCH support for blocks by Douglas Gregor · 15 years ago
  41. 6a2dd55 PCH support for GNU statement expressions by Douglas Gregor · 15 years ago
  42. 7d5c2f2 PCH support for indirect gotos and address-of-label expressions. by Douglas Gregor · 15 years ago
  43. 00cb00e adjust for the new -Wvector-conversions option by Chris Lattner · 15 years ago
  44. 1de05fe PCH support for labels and goto. by Douglas Gregor · 15 years ago
  45. 51123fe Fix rdar://6800926 - crash compiling non-fragile _Bool bitfield ivar, by Chris Lattner · 15 years ago
  46. 639d9ce clean up run lines. by Chris Lattner · 15 years ago
  47. 84f2170 PCH support for declaration statements, and a test for PredefinedExpr by Douglas Gregor · 15 years ago
  48. 0de9d88 PCH support for return statements. by Douglas Gregor · 15 years ago
  49. 7645850 Implement lvalue test for conditional expressions. by Sebastian Redl · 15 years ago
  50. 072abef Add support for the __has_trivial_destructor type trait. by Anders Carlsson · 15 years ago
  51. ec9587d Support QA_OVERRIDE_GCC3_OPTIONS - Cover your eyes... by Daniel Dunbar · 15 years ago
  52. 0e4f40e Attributes on block functions were not being set. by Daniel Dunbar · 15 years ago
  53. 67d8249 PCH support for do-while and for loops by Douglas Gregor · 15 years ago
  54. d921cf9 PCH support for while and continue statements by Douglas Gregor · 15 years ago
  55. 397195b Fixup semantic analysis for nested blocks, and allow block literal by Mike Stump · 15 years ago
  56. 025452f PCH support for the first batch of statements, including null, by Douglas Gregor · 15 years ago
  57. 3aaa482 Fix <rdar://problem/6765383> clang-6: clang does not appear to support declaring a static Block 'const'. by Steve Naroff · 15 years ago
  58. 1e9aef3 Category method synbols must be qualified by gategory name to match gcc's. by Fariborz Jahanian · 15 years ago
  59. 3201f6b Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. by Sebastian Redl · 15 years ago
  60. 0a6bcc4 Force target triple for test depending on __weak. by Eli Friedman · 15 years ago
  61. 6463ef4 Ensure that the most recent declaration of a tentative definition wins by Daniel Dunbar · 15 years ago
  62. 2b07d8f arrange for -Wno-error=foo warnings to be immune to -Werror as by Chris Lattner · 15 years ago
  63. ba6d7e7 PCH support for CompoundLiteralExpr. This is the last C expression by Douglas Gregor · 15 years ago
  64. d077d75 PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr. by Douglas Gregor · 15 years ago
  65. 347ba89 Add support for the __has_trivial_constructor type trait. by Anders Carlsson · 15 years ago
  66. 94cd5d1 PCH support for ShuffleVectorExpr and BlockDeclRefExpr by Douglas Gregor · 15 years ago
  67. 44cae0c PCH support for TypesCompatibleExpr, ChooseExpr, and GNUNullExpr. by Douglas Gregor · 15 years ago
  68. d3c98a0 PCH support for ExtVectorElementExpr and VAArgExpr. by Douglas Gregor · 15 years ago
  69. ad90e96 PCH support for CompoundAssignOperator and ConditionalOperator by Douglas Gregor · 15 years ago
  70. cb2ca73 PCH support for ImaginaryLiteral and ArraySubscriptExpr by Douglas Gregor · 15 years ago
  71. 03f5ad9 Defer generation of tentative definitions. - PR3980. by Daniel Dunbar · 15 years ago
  72. 6d47396 PCH support for ExtQualType by Douglas Gregor · 15 years ago
  73. c8d2e77 Fix decl type merges when they have __string/__weak attributes. by Fariborz Jahanian · 15 years ago
  74. 963dfbd Set DebugInfo at the beginning of GenerateBlockFunction(). by Devang Patel · 15 years ago
  75. dbb4f21 Add warning when a tentative array definition is assumed to have one element. by Daniel Dunbar · 15 years ago
  76. 68a2eb0 PCH support for declaration attributes by Douglas Gregor · 15 years ago
  77. 7595fb1 Don't use \01 in symbol name if unnecessary. by Daniel Dunbar · 15 years ago
  78. cd9c514 Fix <rdar://problem/6786597> varargs not supported for Blocks under clang. by Steve Naroff · 15 years ago
  79. 50c314c Patch to remove a bogus warning which pointed to underlying AST by Fariborz Jahanian · 15 years ago
  80. f59c1a6 Fix alignment on obj_msgrefs to match llvm-gcc. by Daniel Dunbar · 15 years ago
  81. 33af70f Add test case for superrefs section (and make spacing consistent). by Daniel Dunbar · 15 years ago
  82. 1f0d013 PCH support for MemberExpr and CallExpr. by Douglas Gregor · 15 years ago
  83. 3bf4497 Fixup http://llvm.org/viewvc/llvm-project?rev=69165&view=rev (based on feedback from Eli). by Steve Naroff · 15 years ago
  84. 1b6823d Revert previous patch (will commit a fix soon). by Steve Naroff · 15 years ago
  85. 673ecd6 PCH support for string literals by Douglas Gregor · 15 years ago
  86. 0b0b77f PCH support for UnaryOperator, SizeOfAlignOfExpr by Douglas Gregor · 15 years ago
  87. ee3899e Fix <rdar://problem/6789707> "warning: 'extern' variable has an initializer" not correct for __private_extern__. by Steve Naroff · 15 years ago
  88. b25ddfb Fix <rdar://problem/6791490> [clang10 regression] [sema] invalid illegal jump diagnostic. by Steve Naroff · 15 years ago
  89. 3fbbfcf add another sanity check for -Werror=xx by Chris Lattner · 15 years ago
  90. 17e681f add a missing && by Chris Lattner · 15 years ago
  91. 92af210 fix a broken test, that passed for the wrong reason. Two wrongs make a right! :) by Chris Lattner · 15 years ago
  92. 27ceb9d Rejigger how -pedantic and -pedantic-errors work and their interaction by Chris Lattner · 15 years ago
  93. ffb4b6e Implement support for designated initializers that refer to members of by Douglas Gregor · 15 years ago
  94. 372de1d remove #include of system header, making this a) not apple specific, and by Chris Lattner · 15 years ago
  95. 0bf2199 Tweaks to Objective-C metadata (32 & 64-bit) to match llvm-gcc. by Daniel Dunbar · 15 years ago
  96. db600c3 PCH support for CStyleCastExpr and BinaryOperator expression kinds. by Douglas Gregor · 15 years ago
  97. 44e35f7 Improve "assignment to cast" diagnostic. by Daniel Dunbar · 15 years ago
  98. c04db4f PCH support for ParenExpr by Douglas Gregor · 15 years ago
  99. 087fd53 Add PCH support for ImplicitCastExprs. This is the first expression by Douglas Gregor · 15 years ago
  100. 5717dae Strip paren expressions when trying to diagnose "cast as lvalue" extension. by Daniel Dunbar · 15 years ago