1. 0bfe54f GNU allows structs with flexible array members to be placed inside by Douglas Gregor · 16 years ago
  2. 68c6993 Fix a problem with bogus template shadowing warnings by Douglas Gregor · 16 years ago
  3. d684b00 Implement parsing, semantic analysis and ASTs for default template by Douglas Gregor · 16 years ago
  4. 5d290d5 Semantic analysis for non-type template parameter declarations. by Douglas Gregor · 16 years ago
  5. 4e484b8 Support va_arg on _Complex. by Daniel Dunbar · 16 years ago
  6. 1960d43 Enable parameter passing test for x86_64. by Daniel Dunbar · 16 years ago
  7. 8b64259 Teach the type-id/expression disambiguator about different by Douglas Gregor · 16 years ago
  8. dd0574e Check template template arguments against their corresponding template by Douglas Gregor · 16 years ago
  9. 8b979d9 Make sure to initialize local variables, even if they were ignored by ABI. by Daniel Dunbar · 16 years ago
  10. c15cb38 Rudimentary checking of template arguments against their corresponding by Douglas Gregor · 16 years ago
  11. 672c91d id<Foo> is a POD type. by Anders Carlsson · 16 years ago
  12. c756a8e Move previously unsupported VLA test to vla.c by Anders Carlsson · 16 years ago
  13. 1efee78 Update test case; VLA's are now supported. by Daniel Dunbar · 16 years ago
  14. fdf5569 When handling "the rest" of a designated array subobject, maybe sure by Douglas Gregor · 16 years ago
  15. 55f6b14 Start processing template-ids as types when the template-name refers by Douglas Gregor · 16 years ago
  16. 00e68e2 Update new expression to make use of Declarator::getSourceRange(). by Sebastian Redl · 16 years ago
  17. d3098ee Fix PR 2514: Do not flag dead initializations for variables initialized to a constant global variable. by Ted Kremenek · 16 years ago
  18. 1a51b4a Make Sema::getTypeName return the opaque pointer of a QualType rather by Douglas Gregor · 16 years ago
  19. 41df3f3 just remove this insane testcase :) by Chris Lattner · 16 years ago
  20. 00d5074 Fix redundant errors with missing default arguments in member declarations. by Sebastian Redl · 16 years ago
  21. 89ef6e0 Fix redundant errors for redefinitions with multiple existing definitions. by Sebastian Redl · 16 years ago
  22. ddf7e99 Make the test cases failing due to exact diagnostic matching XFAIL. by Sebastian Redl · 16 years ago
  23. bfa2ac0 Fixup expected errors. by Mike Stump · 16 years ago
  24. 89941c1 Improve Sema of the cleanup attribute somewhat. by Anders Carlsson · 16 years ago
  25. 043254a Update test case. by Ted Kremenek · 16 years ago
  26. 3cb0692 Make one expected-diag directive match exactly one actual diagnostic. by Sebastian Redl · 16 years ago
  27. 50f4e70 Add a test case for some Objective-C behavior that will not be supported in Objective-C++ by Douglas Gregor · 16 years ago
  28. 4a4251b Make const-initialized const integral variables I-C-Es in C++. by Sebastian Redl · 16 years ago
  29. 7878ffd Add negative test cases and fix diagnostics for member pointer dereferencing. by Sebastian Redl · 16 years ago
  30. 392cf91 Use our new snazzy stdint.h to make a testcase 64-bit portable. by Sebastian Redl · 16 years ago
  31. 2246050 Implement dereferencing of pointers-to-member. by Sebastian Redl · 16 years ago
  32. ddc29e1 Semantic checking for class template declarations and by Douglas Gregor · 16 years ago
  33. 2770105 Add sub-testcase where we process Cocoa.h using --disable-free (i.e., test the usage of the BumpPtrAllocator in ASTContext). by Ted Kremenek · 16 years ago
  34. 56b8001 Use 'compile' instead of 'codegen' when reporting error to user. by Daniel Dunbar · 16 years ago
  35. 4ce205f Diagnose attempts to define a namespace member out-of-line when no by Douglas Gregor · 16 years ago
  36. bcd2f76 Put the region store specific test in a separate file. by Zhongxing Xu · 16 years ago
  37. a48f737 Create ElementRegion when the base is SymbolicRegion. This is like what we do by Zhongxing Xu · 16 years ago
  38. f73903a Add an implementation of -dM that follows GCC closely enough to permit by Chris Lattner · 16 years ago
  39. a92206e Add 'AppendValue' to the list of magic CF function names that cause a tracked object to escape. Fixes <rdar://problem/6560661>. by Ted Kremenek · 16 years ago
  40. 7dda67d Improvements and fixes for name lookup with using directives, from Piotr Rak! by Douglas Gregor · 16 years ago
  41. c216edb Add bare bones test that parameter passing is consistent for by Daniel Dunbar · 16 years ago
  42. cf118d4 Overhaul BugReporter interface and implementation. The new interface cleans up by Ted Kremenek · 16 years ago
  43. eeb15d4 Implement semantic analysis for the GNU flexible array initialization by Douglas Gregor · 16 years ago
  44. 98eb8a7 Add support for blocks with explicit return types. by Mike Stump · 16 years ago
  45. 33b399a Implement taking address of member functions, including overloaded ones. by Sebastian Redl · 16 years ago
  46. 326a327 Test case for -femit-all-decls. by Daniel Dunbar · 16 years ago
  47. c8f2d9a smaller header. by Chris Lattner · 16 years ago
  48. be5c64d Fix PR3464 by searching for headers from the predefines by Chris Lattner · 16 years ago
  49. d62ef1a Ok, we need a system header for this test to pass in the clang/test directory as well as from the pp directory. by Chris Lattner · 16 years ago
  50. cd22f81 fix test by Chris Lattner · 16 years ago
  51. df23f2b rename again by Chris Lattner · 16 years ago
  52. 72650ad rename some tests by Chris Lattner · 16 years ago
  53. 4da9f9c include smaller header for test. by Chris Lattner · 16 years ago
  54. 18d76c2 Note the Radar number that corresponds to PR3137 by Douglas Gregor · 16 years ago
  55. aaba5e3 Basic representation of C++ class templates, from Andrew Sutton. by Douglas Gregor · 16 years ago
  56. 0e8aaaf Test for PR3137. by Eli Friedman · 16 years ago
  57. 818cb9e Fix <rdar://problem/6552648> error: redefinition of 'XCElementAnchorDelegate' as different kind of symbol. by Steve Naroff · 16 years ago
  58. b696ea3 Diagnose ambiguities in getTypeName. Fixes http://llvm.org/bugs/show_bug.cgi?id=3475 by Douglas Gregor · 16 years ago
  59. f680a0f Bring operator name lookup (as required for C++ operator overloading) by Douglas Gregor · 16 years ago
  60. 1733001 Fix our semantic analysis of by Douglas Gregor · 16 years ago
  61. 8b29a38 Handle demotion of coerced arguments (as in void a(x) short x; { ... }). by Daniel Dunbar · 16 years ago
  62. 137b6a6 Implement handling of file entry/exit notifications from GNU by Chris Lattner · 16 years ago
  63. bd16209 # 42 doesn't change system header state either, add test. by Chris Lattner · 16 years ago
  64. 6b30667 make getFileCharacteristic linetable aware. line markers that by Chris Lattner · 16 years ago
  65. 953b4b0 Add simple #line directive test. by Chris Lattner · 16 years ago
  66. e7353a6 Force triple for this test case. by Daniel Dunbar · 16 years ago
  67. fa04764 Initial implementation of argument dependent lookup (a.k.a. ADL, by Douglas Gregor · 16 years ago
  68. 5f5b03b Use -fnext-runtime for this test. by Daniel Dunbar · 16 years ago
  69. 292d4f9 Force -triple/-fnext-runtime for a few more test cases. by Daniel Dunbar · 16 years ago
  70. 0d7b091 Force triple for codegen tests which have expectations on output types. by Daniel Dunbar · 16 years ago
  71. ebc07d5 Allow taking the address of data members, resulting in a member pointer. by Sebastian Redl · 16 years ago
  72. c144bfa Remove a fixed FIXME by Douglas Gregor · 16 years ago
  73. e2c565d When looking for a tag name via unqualified name lookup, only look in by Douglas Gregor · 16 years ago
  74. 2a3009a Semantic analysis, ASTs, and unqualified name lookup support for C++ by Douglas Gregor · 16 years ago
  75. ec9f2bb true is pass, false is success. by Chris Lattner · 16 years ago
  76. 5562582 disable this test too by Chris Lattner · 16 years ago
  77. d18d9fd make this fail faster. by Chris Lattner · 16 years ago
  78. 1931b44 Simplify the way in which we inject the names of tag definitions and by Douglas Gregor · 16 years ago
  79. ff77645 emit diagnostic when casting a ptr to a small int when doing static initialization (addresses Eli's comments I believe) by Nuno Lopes · 16 years ago
  80. 1dfa6e1 fix TryToFixInvalidVariablyModifiedType to reject negative array sizes by Nuno Lopes · 16 years ago
  81. 2b1e003 Steve set me straight on this one. GCC was right, EDG was wrong: the by Douglas Gregor · 16 years ago
  82. d863517 Add iterators to LookupResult, allowing one to iterate over the by Douglas Gregor · 16 years ago
  83. 87fd703 Check value-initializations that occur when an initializer list by Douglas Gregor · 16 years ago
  84. 8395081 allow cast from array to int to be considered as constant by Nuno Lopes · 16 years ago
  85. c4b67ed avoid creating tmp files elsewhere by Nuno Lopes · 16 years ago
  86. f231998 fix PR3459: improve compatibility with gcc when checking for constant exprs by Nuno Lopes · 16 years ago
  87. b95907d Forgot to add this test. by Anders Carlsson · 16 years ago
  88. 734d986 Improve our handling of the second step in a user-defined conversion by Douglas Gregor · 16 years ago
  89. ad53eff Fix typo noticed by Chris. by Anders Carlsson · 16 years ago
  90. b0f90cc Turn on -flax-vector-conversions by default, issue a warning whenever one is done. Add a -fnolax-vector-conversions option. Fixes PR2862. by Anders Carlsson · 16 years ago
  91. b574e56 Upgrade the "excess elements in array initializer" warning to an by Douglas Gregor · 16 years ago
  92. 930d8b5 Implement and test aggregate initialization in C++. Major changes: by Douglas Gregor · 16 years ago
  93. bf98c99 Fix horrible non-termination bug in LiveVariables. The issue was that by Ted Kremenek · 16 years ago
  94. 4c9a166 add testcase for PR3437 and r63405 by Chris Lattner · 16 years ago
  95. d079b2d Closed out a few radars that were addressed by designated initializers by Douglas Gregor · 16 years ago
  96. 6cd586d Make sure to cast the VLA size of array to the type of size_t. Fixes PR3442. by Anders Carlsson · 16 years ago
  97. 2612903 fix RUN line by Nuno Lopes · 16 years ago
  98. 282f753 enable test as it works by Nuno Lopes · 16 years ago
  99. 5b2c6d9 enable test as it already works by Nuno Lopes · 16 years ago
  100. 14553ab Fix a couple bugs: by Ted Kremenek · 16 years ago