1. a316e7b Extend builtin "attribute" syntax to include a notation for by Douglas Gregor · 15 years ago
  2. 12d152f fix rdar://6586493, a bug in codegen of the GNU by Chris Lattner · 15 years ago
  3. 3e41d60 Implicitly declare certain C library functions (malloc, strcpy, memmove, by Douglas Gregor · 15 years ago
  4. e4c9238 Set constant bit on static block vars as well. Patch by Anders Johnson!q by Daniel Dunbar · 15 years ago
  5. 186204b Warn about attribute used ignored on "extern int a __attribute__((used))". by Daniel Dunbar · 15 years ago
  6. dd06e09 Add test case illustrating special handling of 'SenTestCase' subclasses for the missing -dealloc check. by Ted Kremenek · 15 years ago
  7. 5c61d97 IRgen support for attribute used. - PR3566 by Daniel Dunbar · 15 years ago
  8. 56cd21b If x is an invalid field decl, don't construct an expression for P->x, by Chris Lattner · 15 years ago
  9. 73241df Pull MayDeferGeneration out of EmitGlobal. by Daniel Dunbar · 15 years ago
  10. 05db427 Fix rdar://6562329, a static analyzer crash Ted noticed on by Chris Lattner · 15 years ago
  11. b805dad Sema/AST support for attribute used. Patch by Anders Johnson (with small tweaks & test case)! by Daniel Dunbar · 15 years ago
  12. c1ced28 Fix capitalization in a diagnostic by Douglas Gregor · 15 years ago
  13. 943ed6f Fixed a 64bit code gen bug of a cateogory by Fariborz Jahanian · 15 years ago
  14. b235caa Start warning about unknown attributes. by Anders Carlsson · 15 years ago
  15. e896d98 Add CodeGen support for the nodebug attribute. by Anders Carlsson · 15 years ago
  16. d87df37 Add sema support for the nodebug attribute. by Anders Carlsson · 15 years ago
  17. f98aba3 Initial implementation of arbitrary fixed-width integer types. by Eli Friedman · 15 years ago
  18. 219cc61 Add mangling for variadic functions and conversion functions by Douglas Gregor · 15 years ago
  19. 7a10181 This test now passes. by Ted Kremenek · 15 years ago
  20. ae17094 Tighten checking of the "overloadable" attribute. If any function by a by Douglas Gregor · 15 years ago
  21. 5f2bfd4 Add basic support for C++ name mangling according to the Itanium C++ by Douglas Gregor · 15 years ago
  22. 30510ab Honor attribute section on static block var decls. by Daniel Dunbar · 15 years ago
  23. 3855b9a Fix limits.h for linux, as glibc does a #include_next unless by Mike Stump · 15 years ago
  24. 4fc526d Add missing test for the "overloadable" attribute by Douglas Gregor · 15 years ago
  25. 1fd0361 Fix <rdar://problem/6499801> clang does not detect objc type mismatch in conditional expr by Steve Naroff · 15 years ago
  26. dfb5e59 Fix a bug with designated initializers where we were stepping out of a by Douglas Gregor · 15 years ago
  27. 17f194f Support __attribute__(section(<name>)) by Daniel Dunbar · 15 years ago
  28. 3dcfe10 Turn warning into error. Minor incompatibility with GCC (for scalar types, GCC only produces a warning). by Steve Naroff · 15 years ago
  29. adadd8d Fix va_arg bug noticed by Eli, __builtin_va_arg is not an l-value by Daniel Dunbar · 15 years ago
  30. 4dc346e Test case for emitting va_arg as l-value; apparently I only *thought* I had committed this. by Daniel Dunbar · 15 years ago
  31. 241540e Add test for overloading with _Complex in C by Douglas Gregor · 16 years ago
  32. b7b5d13 Expand the definition of a complex promotion to include complex -> by Douglas Gregor · 16 years ago
  33. 5cdf821 Introduce _Complex conversions into the function overloading by Douglas Gregor · 16 years ago
  34. fea2511 Remove some non-ascii characters. Thanks Gabor. by Steve Naroff · 16 years ago
  35. 84c4310 Fix <rdar://problem/6505139> [clang on growl]: need to allow unnamed selectors as the first argument by Steve Naroff · 16 years ago
  36. e21dd6f Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block. by Steve Naroff · 16 years ago
  37. cc45cb3 Finished semantic analysis of non-type template arguments, to check by Douglas Gregor · 16 years ago
  38. 62cb18d Allow the use of default template arguments when forming a class by Douglas Gregor · 16 years ago
  39. 7151bbb Fix <rdar://problem/6206858> [sema] type check @throw statements. by Steve Naroff · 16 years ago
  40. 658bbb5 Implement semantic checking for template arguments that correspond to by Douglas Gregor · 16 years ago
  41. e5ed151 finish off codegen support for sub of pointer to functions, by Chris Lattner · 16 years ago
  42. 3ebc36a testcase for rdar://6096412 which already works. by Chris Lattner · 16 years ago
  43. b86b057 Add semantic checking for template arguments that correspond to by Douglas Gregor · 16 years ago
  44. f684e6e Semantic checking for template arguments that correspond to non-type by Douglas Gregor · 16 years ago
  45. a35284b Add partial semantic checking of template arguments that are meant for by Douglas Gregor · 16 years ago
  46. 183c6f2 Add another test case for the MissingDealloc checker. by Ted Kremenek · 16 years ago
  47. 6ae5e66 Add type-checking and implicit conversions for template parameters of by Douglas Gregor · 16 years ago
  48. 22ab8d8 Handle the case where EmitBlock might be called multiple times for the same block. Fixes PR3536. by Anders Carlsson · 16 years ago
  49. 0bfe54f GNU allows structs with flexible array members to be placed inside by Douglas Gregor · 16 years ago
  50. 68c6993 Fix a problem with bogus template shadowing warnings by Douglas Gregor · 16 years ago
  51. d684b00 Implement parsing, semantic analysis and ASTs for default template by Douglas Gregor · 16 years ago
  52. 5d290d5 Semantic analysis for non-type template parameter declarations. by Douglas Gregor · 16 years ago
  53. 4e484b8 Support va_arg on _Complex. by Daniel Dunbar · 16 years ago
  54. 1960d43 Enable parameter passing test for x86_64. by Daniel Dunbar · 16 years ago
  55. 8b64259 Teach the type-id/expression disambiguator about different by Douglas Gregor · 16 years ago
  56. dd0574e Check template template arguments against their corresponding template by Douglas Gregor · 16 years ago
  57. 8b979d9 Make sure to initialize local variables, even if they were ignored by ABI. by Daniel Dunbar · 16 years ago
  58. c15cb38 Rudimentary checking of template arguments against their corresponding by Douglas Gregor · 16 years ago
  59. 672c91d id<Foo> is a POD type. by Anders Carlsson · 16 years ago
  60. c756a8e Move previously unsupported VLA test to vla.c by Anders Carlsson · 16 years ago
  61. 1efee78 Update test case; VLA's are now supported. by Daniel Dunbar · 16 years ago
  62. fdf5569 When handling "the rest" of a designated array subobject, maybe sure by Douglas Gregor · 16 years ago
  63. 55f6b14 Start processing template-ids as types when the template-name refers by Douglas Gregor · 16 years ago
  64. 00e68e2 Update new expression to make use of Declarator::getSourceRange(). by Sebastian Redl · 16 years ago
  65. d3098ee Fix PR 2514: Do not flag dead initializations for variables initialized to a constant global variable. by Ted Kremenek · 16 years ago
  66. 1a51b4a Make Sema::getTypeName return the opaque pointer of a QualType rather by Douglas Gregor · 16 years ago
  67. 41df3f3 just remove this insane testcase :) by Chris Lattner · 16 years ago
  68. 00d5074 Fix redundant errors with missing default arguments in member declarations. by Sebastian Redl · 16 years ago
  69. 89ef6e0 Fix redundant errors for redefinitions with multiple existing definitions. by Sebastian Redl · 16 years ago
  70. ddf7e99 Make the test cases failing due to exact diagnostic matching XFAIL. by Sebastian Redl · 16 years ago
  71. bfa2ac0 Fixup expected errors. by Mike Stump · 16 years ago
  72. 89941c1 Improve Sema of the cleanup attribute somewhat. by Anders Carlsson · 16 years ago
  73. 043254a Update test case. by Ted Kremenek · 16 years ago
  74. 3cb0692 Make one expected-diag directive match exactly one actual diagnostic. by Sebastian Redl · 16 years ago
  75. 50f4e70 Add a test case for some Objective-C behavior that will not be supported in Objective-C++ by Douglas Gregor · 16 years ago
  76. 4a4251b Make const-initialized const integral variables I-C-Es in C++. by Sebastian Redl · 16 years ago
  77. 7878ffd Add negative test cases and fix diagnostics for member pointer dereferencing. by Sebastian Redl · 16 years ago
  78. 392cf91 Use our new snazzy stdint.h to make a testcase 64-bit portable. by Sebastian Redl · 16 years ago
  79. 2246050 Implement dereferencing of pointers-to-member. by Sebastian Redl · 16 years ago
  80. ddc29e1 Semantic checking for class template declarations and by Douglas Gregor · 16 years ago
  81. 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
  82. 56b8001 Use 'compile' instead of 'codegen' when reporting error to user. by Daniel Dunbar · 16 years ago
  83. 4ce205f Diagnose attempts to define a namespace member out-of-line when no by Douglas Gregor · 16 years ago
  84. bcd2f76 Put the region store specific test in a separate file. by Zhongxing Xu · 16 years ago
  85. a48f737 Create ElementRegion when the base is SymbolicRegion. This is like what we do by Zhongxing Xu · 16 years ago
  86. f73903a Add an implementation of -dM that follows GCC closely enough to permit by Chris Lattner · 16 years ago
  87. 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
  88. 7dda67d Improvements and fixes for name lookup with using directives, from Piotr Rak! by Douglas Gregor · 16 years ago
  89. c216edb Add bare bones test that parameter passing is consistent for by Daniel Dunbar · 16 years ago
  90. cf118d4 Overhaul BugReporter interface and implementation. The new interface cleans up by Ted Kremenek · 16 years ago
  91. eeb15d4 Implement semantic analysis for the GNU flexible array initialization by Douglas Gregor · 16 years ago
  92. 98eb8a7 Add support for blocks with explicit return types. by Mike Stump · 16 years ago
  93. 33b399a Implement taking address of member functions, including overloaded ones. by Sebastian Redl · 16 years ago
  94. 326a327 Test case for -femit-all-decls. by Daniel Dunbar · 16 years ago
  95. c8f2d9a smaller header. by Chris Lattner · 16 years ago
  96. be5c64d Fix PR3464 by searching for headers from the predefines by Chris Lattner · 16 years ago
  97. 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
  98. cd22f81 fix test by Chris Lattner · 16 years ago
  99. df23f2b rename again by Chris Lattner · 16 years ago
  100. 72650ad rename some tests by Chris Lattner · 16 years ago