1. 6080008 Start improving diagnostics that relate to subcharacters of string literals. by Chris Lattner · 16 years ago
  2. 965acbb Allow "overloadable" functions in C to be declared as variadic without by Douglas Gregor · 16 years ago
  3. c6666f8 Don't allow calls to functions marked "unavailable". There's more work by Douglas Gregor · 16 years ago
  4. e47f7b1 pass -verify in exprs.m, merge const-id.m into message.m by Chris Lattner · 16 years ago
  5. a119a3b fix rdar://6597252: two exactly identical pointer types are always by Chris Lattner · 16 years ago
  6. e1d77c3 Fix test: config.h is not guaranteed to exist at the location in by Eli Friedman · 16 years ago
  7. edbb94c Fix test on platforms where size_t != unsigned long. by Eli Friedman · 16 years ago
  8. 2d6744f isICE was evaluating ?: incorrectly with missing-gcc-LHS extension. by Daniel Dunbar · 16 years ago
  9. 9457a80 Update several tests to explicitly use BasicConstraintManager as well as to use RangeConstraintManager with RegionStoreManager. by Ted Kremenek · 16 years ago
  10. cc63668 Implement basic parsing and semantic analysis for explicit by Douglas Gregor · 16 years ago
  11. 4b2d0dd Eliminate dependency on where test is run from. by Daniel Dunbar · 16 years ago
  12. b7d0844 Eek! getDeclAlign sometimes returned alignment in bits. by Daniel Dunbar · 16 years ago
  13. 16de4c7 Convert tabs to spaces. by Ted Kremenek · 16 years ago
  14. 3092dd6 Enhance tests to exercise more combinations of using the RangeConstraintManager with the RegionStoreManager. by Ted Kremenek · 16 years ago
  15. 2846584 Proof that attribute __overloadable__ works as well as overloadable by Douglas Gregor · 16 years ago
  16. d60f2fb Change EmitConstantExpr to allow failure. by Daniel Dunbar · 16 years ago
  17. 61a3778 Don't include alloca.h if it doesn't exist. by Ben Laurie · 16 years ago
  18. 655753a Remove the error about redefining library functions. It's causing too by Douglas Gregor · 16 years ago
  19. be1fe1e Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 16 years ago
  20. 9add317 Static variables and functions won't collide with standard library by Douglas Gregor · 16 years ago
  21. 3e00bad Added ClassTemplateSpecializationDecl, which is a subclass of by Douglas Gregor · 16 years ago
  22. 5bef8dd add support for -fno-math-errno, and validate that it affects sema properly. by Chris Lattner · 16 years ago
  23. 7d84c76 sema no longer explodes, yay! by Chris Lattner · 16 years ago
  24. 396b2a2 Diagnose non-power-of-2 arguments to attribute aligned. by Daniel Dunbar · 16 years ago
  25. ef2abfe Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow. by Daniel Dunbar · 16 years ago
  26. 4310f4e Make "implicit int" an error in C++ (unless we're allowing Microsoft by Douglas Gregor · 16 years ago
  27. 22bd905 diagnose uses of deprecated typenames and tags. by Chris Lattner · 16 years ago
  28. 62c29c6 Fix IRgen of __builtin_memset. - Fix test case to not only have negative tests. by Daniel Dunbar · 16 years ago
  29. bb99bde Fixes a bug in property type encoding. by Fariborz Jahanian · 16 years ago
  30. c7984dd warn about interfaces that inherit from deprecated classes. by Chris Lattner · 16 years ago
  31. 16b34b4 warn about categories that implement deprecated interfaces. by Chris Lattner · 16 years ago
  32. 73525de enhance ExtVectorElementExpr to allow V->xxyy to work like (*V).xxyy by Chris Lattner · 16 years ago
  33. 450da98 When merging from a function with a prototype to a function without a by Douglas Gregor · 16 years ago
  34. 9800dad Test passes with -analyzer-range-contraints. by Ted Kremenek · 16 years ago
  35. f15970c do not warn about uses of deprecated decls when in an out-of-line objc method by Chris Lattner · 16 years ago
  36. c71e28c When inside an Objective-C++ method, name lookup should look into the by Douglas Gregor · 16 years ago
  37. 7eba82e Add support for deprecating ObjC properties. Unlike GCC, we warn that the by Chris Lattner · 16 years ago
  38. 6871981 When a function with a prototype is redeclared without a prototype, by Douglas Gregor · 16 years ago
  39. cda9c67 Adopt a more principled approach to invalid declarations: by Douglas Gregor · 16 years ago
  40. 553905d add support for deprecated objc ivars. by Chris Lattner · 16 years ago
  41. b1e0c8d specify a triple to use, otherwise we get errors on this test for by Chris Lattner · 16 years ago
  42. b254ca0 update expected-warning line. by Chris Lattner · 16 years ago
  43. cfdff38 Add support for deprecated members of RecordDecls (e.g. struct fields). by Chris Lattner · 16 years ago
  44. b104b1f Don't allow taking the address of an element in an ext_vector by Nate Begeman · 16 years ago
  45. b6d74a1 implement gcc/testsuite/objc.dg/method-attribute-3.m, by improving error recovery. by Chris Lattner · 16 years ago
  46. c8fbd44 fix PR3579: __LINE__ expands to the presumed location of the by Chris Lattner · 16 years ago
  47. e7fb484 track "just a little more" location information for macro instantiations. by Chris Lattner · 16 years ago
  48. 3ada6ff PR3589: Don't simplify libcalls with -ffreestanding. by Daniel Dunbar · 16 years ago
  49. 61a0f17 allow implementations of deprecated functions to use deprecated symbols. by Chris Lattner · 16 years ago
  50. f244cd7 Add a test case for -ffreestanding that redefines malloc. by Douglas Gregor · 16 years ago
  51. 19891b0 Add expected note. Surely people test before the check in stuff. by Mike Stump · 16 years ago
  52. 3d65864 Add svn:eol-style=native to some files by Cedric Venet · 16 years ago
  53. f3710ba Fixed a problem caused by foreward @class use by Fariborz Jahanian · 16 years ago
  54. 59843ad Add support for deprecated Obj-C methods. The semantics mostly match what gcc has. by Anders Carlsson · 16 years ago
  55. 3c385e5 Add hook to add attributes to function declarations that we know by Douglas Gregor · 16 years ago
  56. 4238254 new tests, it would be nice to not warn on the second one. by Chris Lattner · 16 years ago
  57. 0db29ec add parser and type checking support for attribute((objc_exception)). by Chris Lattner · 16 years ago
  58. 129b6c1 rename test by Chris Lattner · 16 years ago
  59. 026dc96 Several related changes: by Chris Lattner · 16 years ago
  60. a3d1eb8 GRExprEngine: Handle empty statement expressions. by Ted Kremenek · 16 years ago
  61. 5216ad7 Added GRStateManager::scanReachableSymbols(), a method which scans the reachable by Ted Kremenek · 16 years ago
  62. 644f4c3 x86_64 ABI: Pass simple types directly when possible. This is by Daniel Dunbar · 16 years ago
  63. 370ab3f Make it possible for builtins to expression FILE* arguments, so that by Douglas Gregor · 16 years ago
  64. 0f4330c Add test case to insure that implicit builtin declarations for C library functions aren't created in C++ by Douglas Gregor · 16 years ago
  65. a316e7b Extend builtin "attribute" syntax to include a notation for by Douglas Gregor · 16 years ago
  66. 12d152f fix rdar://6586493, a bug in codegen of the GNU by Chris Lattner · 16 years ago
  67. 3e41d60 Implicitly declare certain C library functions (malloc, strcpy, memmove, by Douglas Gregor · 16 years ago
  68. e4c9238 Set constant bit on static block vars as well. Patch by Anders Johnson!q by Daniel Dunbar · 16 years ago
  69. 186204b Warn about attribute used ignored on "extern int a __attribute__((used))". by Daniel Dunbar · 16 years ago
  70. dd06e09 Add test case illustrating special handling of 'SenTestCase' subclasses for the missing -dealloc check. by Ted Kremenek · 16 years ago
  71. 5c61d97 IRgen support for attribute used. - PR3566 by Daniel Dunbar · 16 years ago
  72. 56cd21b If x is an invalid field decl, don't construct an expression for P->x, by Chris Lattner · 16 years ago
  73. 73241df Pull MayDeferGeneration out of EmitGlobal. by Daniel Dunbar · 16 years ago
  74. 05db427 Fix rdar://6562329, a static analyzer crash Ted noticed on by Chris Lattner · 16 years ago
  75. b805dad Sema/AST support for attribute used. Patch by Anders Johnson (with small tweaks & test case)! by Daniel Dunbar · 16 years ago
  76. c1ced28 Fix capitalization in a diagnostic by Douglas Gregor · 16 years ago
  77. 943ed6f Fixed a 64bit code gen bug of a cateogory by Fariborz Jahanian · 16 years ago
  78. b235caa Start warning about unknown attributes. by Anders Carlsson · 16 years ago
  79. e896d98 Add CodeGen support for the nodebug attribute. by Anders Carlsson · 16 years ago
  80. d87df37 Add sema support for the nodebug attribute. by Anders Carlsson · 16 years ago
  81. f98aba3 Initial implementation of arbitrary fixed-width integer types. by Eli Friedman · 16 years ago
  82. 219cc61 Add mangling for variadic functions and conversion functions by Douglas Gregor · 16 years ago
  83. 7a10181 This test now passes. by Ted Kremenek · 16 years ago
  84. ae17094 Tighten checking of the "overloadable" attribute. If any function by a by Douglas Gregor · 16 years ago
  85. 5f2bfd4 Add basic support for C++ name mangling according to the Itanium C++ by Douglas Gregor · 16 years ago
  86. 30510ab Honor attribute section on static block var decls. by Daniel Dunbar · 16 years ago
  87. 3855b9a Fix limits.h for linux, as glibc does a #include_next unless by Mike Stump · 16 years ago
  88. 4fc526d Add missing test for the "overloadable" attribute by Douglas Gregor · 16 years ago
  89. 1fd0361 Fix <rdar://problem/6499801> clang does not detect objc type mismatch in conditional expr by Steve Naroff · 16 years ago
  90. dfb5e59 Fix a bug with designated initializers where we were stepping out of a by Douglas Gregor · 16 years ago
  91. 17f194f Support __attribute__(section(<name>)) by Daniel Dunbar · 16 years ago
  92. 3dcfe10 Turn warning into error. Minor incompatibility with GCC (for scalar types, GCC only produces a warning). by Steve Naroff · 16 years ago
  93. adadd8d Fix va_arg bug noticed by Eli, __builtin_va_arg is not an l-value by Daniel Dunbar · 16 years ago
  94. 4dc346e Test case for emitting va_arg as l-value; apparently I only *thought* I had committed this. by Daniel Dunbar · 16 years ago
  95. 241540e Add test for overloading with _Complex in C by Douglas Gregor · 16 years ago
  96. b7b5d13 Expand the definition of a complex promotion to include complex -> by Douglas Gregor · 16 years ago
  97. 5cdf821 Introduce _Complex conversions into the function overloading by Douglas Gregor · 16 years ago
  98. fea2511 Remove some non-ascii characters. Thanks Gabor. by Steve Naroff · 16 years ago
  99. 84c4310 Fix <rdar://problem/6505139> [clang on growl]: need to allow unnamed selectors as the first argument by Steve Naroff · 16 years ago
  100. e21dd6f Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block. by Steve Naroff · 16 years ago