1. b8bf65e " Attached is a patch for TextDiagnosticPrinter that adds an optional by Chris Lattner · 15 years ago
  2. d7eb846 Switch Type::isAggregateType to use the C++ definition of "aggregate by Douglas Gregor · 15 years ago
  3. 6cd586d Make sure to cast the VLA size of array to the type of size_t. Fixes PR3442. by Anders Carlsson · 15 years ago
  4. f64ef62 Simplify/cleanup r63219 (based on Chris review). by Steve Naroff · 15 years ago
  5. 2612903 fix RUN line by Nuno Lopes · 15 years ago
  6. 282f753 enable test as it works by Nuno Lopes · 15 years ago
  7. 5b2c6d9 enable test as it already works by Nuno Lopes · 15 years ago
  8. b55cc63 Add -fno-blocks support. This fixes block-no-block-def.c. by Mike Stump · 15 years ago
  9. 8562ae7 x86_64 ABI: Implement classification for arrays. by Daniel Dunbar · 15 years ago
  10. 7d801ea Implement constant generation of ImplicitValueInitExprs. by Anders Carlsson · 15 years ago
  11. ba362f6 ccc: Forward -fobjc-nonfragile-abi to clang. by Daniel Dunbar · 15 years ago
  12. 071e04e update for change in API. by Chris Lattner · 15 years ago
  13. 4c921ae Eliminated LookupCriteria, whose creation was causing a bottleneck for by Douglas Gregor · 15 years ago
  14. e620ecd Use uint64_t not unsigned for type sizes/offsets. by Daniel Dunbar · 15 years ago
  15. 3819a0b Bug fixing involving method-list in protocol meta-data (objc2 nonfragile-abi). by Fariborz Jahanian · 15 years ago
  16. 6949ce4 ccc: Add -Xclang option, rename -WA, to -Xanalyzer. by Daniel Dunbar · 15 years ago
  17. e4c0da8 ccc: Mark -combine option as unsupported. by Daniel Dunbar · 15 years ago
  18. 14553ab Fix a couple bugs: by Ted Kremenek · 15 years ago
  19. 350b5d4 ccc: Embrace destiny as a clang compiler driver. by Daniel Dunbar · 15 years ago
  20. d2ea386 Fix name of -x option for C preprocessed input; it should be by Daniel Dunbar · 15 years ago
  21. eb73213 Random bug fix related to protocl metadata in categories in non-fragile abi. by Fariborz Jahanian · 15 years ago
  22. 6818928 retain/release checker: When generating summaries for CF/CG functions, allow arguments to "escape" if they are passed to a function containing the terms "InsertValue", "SetValue", or "AddValue". This fixes <rdar://problem/6539791>. by Ted Kremenek · 15 years ago
  23. 59ebd28 ABITest: Makefile tweaks by Daniel Dunbar · 15 years ago
  24. 8448c2c Set protocol linkage and visibility correctly and by Fariborz Jahanian · 15 years ago
  25. a9c8780 Make CodeGen produce an error if we come across a non-constant initializer list that involves the GNU array-range designator extension by Douglas Gregor · 15 years ago
  26. da32009 Protocol meta-data for objc2's non-fragile abi. Lot more to do in this area. by Fariborz Jahanian · 15 years ago
  27. 28372fa diags moved, so these casts are no longer needed. by Chris Lattner · 15 years ago
  28. a518903 Hack Sema::LookupDeclInScope() to avoid calling Sema::LookupName() when parsing C/ObjC. by Steve Naroff · 15 years ago
  29. 95effa1 remove two empty files by Chris Lattner · 15 years ago
  30. 19e8e2c next round of diagnostics cleanups, moving some by Chris Lattner · 15 years ago
  31. 3498bdb Introduce a new expression node, ImplicitValueInitExpr, that by Douglas Gregor · 15 years ago
  32. 0bb7689 Clean up designated initialization of unions, so that CodeGen doesn't by Douglas Gregor · 15 years ago
  33. 5d2ff63 Suppress a warning by Douglas Gregor · 15 years ago
  34. f04d69b x86_64 ABI: Handle fields / complex components which straddle by Daniel Dunbar · 15 years ago
  35. e61e95f ABITest: Fix access to array test values. by Daniel Dunbar · 15 years ago
  36. 7f102f8 x86_64 ABI: Tweak merging algorithm so that we always bail early when by Daniel Dunbar · 15 years ago
  37. cc039fe ABI: When emitting calls which return an ignored argument, make sure by Daniel Dunbar · 15 years ago
  38. 99037e5 x86_64 ABI: Implement classification for records. by Daniel Dunbar · 15 years ago
  39. 900ed55 ABITest: Fix test value generation for unions. by Daniel Dunbar · 15 years ago
  40. b0e14f2 x86_64: Support cases which map to returning multiple values in LLVM by Daniel Dunbar · 15 years ago
  41. eac48dc x86_64 ABI: Classify _Complex ints as integer. by Daniel Dunbar · 15 years ago
  42. 88eccaf Fix -Wimplicit-function-declaration, which required some refactoring and by Chris Lattner · 15 years ago
  43. 56f0d16 Fix typo by Daniel Dunbar · 15 years ago
  44. 4087e24 Evaluate ==,!= for complex types. by Daniel Dunbar · 15 years ago
  45. 107dc76 Use xcc (instead of clang directly). by Daniel Dunbar · 15 years ago
  46. a2cfd34 Evaluate casts to complex. by Daniel Dunbar · 15 years ago
  47. 2d43e3b ccc: Honor -ccc-clang for generic GCC toolchain. by Daniel Dunbar · 15 years ago
  48. 161ddee update the project file for headers moving by Chris Lattner · 15 years ago
  49. 1a36089 Fix a wart that existed from before we had EXTWARN. by Chris Lattner · 15 years ago
  50. 500d329 move library-specific diagnostic headers into library private dirs. Reduce by Chris Lattner · 15 years ago
  51. 68355a5 fix an absolutely inscrutible gcc 4.0 error: by Chris Lattner · 15 years ago
  52. 3f27987 Add folding for complex mul and fix some major bugs in complex float by Daniel Dunbar · 15 years ago
  53. 58e22b1 Add another devilish testcase for designated initializers by Douglas Gregor · 15 years ago
  54. 9e80f72 Better documentation for our initialization checker by Douglas Gregor · 15 years ago
  55. c34ee5e Move InitListChecker out of Sema.h by Douglas Gregor · 15 years ago
  56. 6fbdc6b Eliminate infinite looping in a wacky case with designated initializers. Simplifies (somewhat) the actually checking of the initializer expression following the designators by Douglas Gregor · 15 years ago
  57. 3e8ffd2 Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupDeclInContext(). by Steve Naroff · 15 years ago
  58. 54f0728 Remove Expr::hasSideEffects. It doesn't work anyway by Douglas Gregor · 15 years ago
  59. 34e7946 Improvements to code-generation and semantic analysis of designated by Douglas Gregor · 15 years ago
  60. 939abce Add setter/getter methods to the list of methods by Fariborz Jahanian · 15 years ago
  61. ea4bc88 Remove '#if 0' code. by Ted Kremenek · 15 years ago
  62. b2bf7cd Remove method 'AddNE' from the public interface of ConstraintManager. by Ted Kremenek · 15 years ago
  63. a5fd07b Implement basic _Complex integer constant folding. by Daniel Dunbar · 15 years ago
  64. 5de14dc property metadata for objc2's nonfragile abi by Fariborz Jahanian · 15 years ago
  65. 679f498 Add some comments to GRStateManager. No functionality change. by Ted Kremenek · 15 years ago
  66. 4c67834 Code generation support for C99 designated initializers. by Douglas Gregor · 15 years ago
  67. abf4397 retain/release checker: Always generate an "autorelease" summary for an "autorelease" message, and have the summary processing logic treat it as a no-op in GC mode. This change is motivated to encode more of the semantics in the summaries themselves for eventual better diagnostics. by Ted Kremenek · 15 years ago
  68. 64cfdb7 Handle complex types in ASTContext::mergeTypes by Daniel Dunbar · 15 years ago
  69. a7ecc37 Add autorelease test case. by Ted Kremenek · 15 years ago
  70. 26555b1 Add more PTH diagnostics for invalid PTH files, etc. by Ted Kremenek · 15 years ago
  71. 8a6aec6 Enhance PTHManager::Create() to take an optional Diagnostic* argument that can be used to report issues such as a missing PTH file. by Ted Kremenek · 15 years ago
  72. 05f3957 Fix TextDiagnosticPrinter::HandleDiagnostic to handle invalid FullSourceLocs that do not have a SourceManager. by Ted Kremenek · 15 years ago
  73. 3632a35 Add method FullSourceLoc::getBufferData(). by Ted Kremenek · 15 years ago
  74. 509355e Tweak doxygen comment. No functionality change. by Ted Kremenek · 15 years ago
  75. b43a50f Name change (isTypeName->getTypeName). by Steve Naroff · 15 years ago
  76. 6413405 Fix test case (for -### printing version) by Daniel Dunbar · 15 years ago
  77. 7671591 ccc: Support -v; invent a version number for ccc for now, will be by Daniel Dunbar · 15 years ago
  78. 2d081c4 Change Parser::ParseFunctionDeclarator() to annotate typename tokens. by Steve Naroff · 15 years ago
  79. 46b86c6 Some refactoring of common code. No change in functionality. by Fariborz Jahanian · 15 years ago
  80. 21593ac Implement pointer to member handling in static_cast. by Sebastian Redl · 15 years ago
  81. 6697312 Complete semantic checking for typedef redeclarations in C++. The by Douglas Gregor · 15 years ago
  82. 133147d Remove 'NamespaceNameOnly' argument to Sema::LookupDecl(). It is unused. by Steve Naroff · 15 years ago
  83. 939837f Remove 'enableLazyBuiltinCreation' argument to Sema::LookupDecl(). It is unused. by Steve Naroff · 15 years ago
  84. 65c9717 Updated checker build. by Ted Kremenek · 15 years ago
  85. 40b9b50 Update comment. by Ted Kremenek · 15 years ago
  86. 778601f long long and double have 64-bit alignment on x86-64. by Chris Lattner · 15 years ago
  87. 47354ed add some basic file headers by Chris Lattner · 15 years ago
  88. 23b8eaa retain/release checker: Improve diagnostics to indicate that CF objects are not automatically garbage collected. by Ted Kremenek · 15 years ago
  89. 961b61d retain/release checker: Indicate whether a tracked object is a Core Foundation or Objective-C object. by Ted Kremenek · 15 years ago
  90. 9310ad6 add diagnostics files to xcode proj by Chris Lattner · 15 years ago
  91. a102c0c retain/release checker: More diagnostic refactoring. by Ted Kremenek · 15 years ago
  92. 2d1652e retain/release checker: Embed an "object type" into the RetEffect/RetVal objects to help distinguish between Objective-C and Core Foundation objects (for better diagnostics). by Ted Kremenek · 15 years ago
  93. e86e4cd0 fix a crash I introduced, thanks to Ted for the awesome reduced testcase :) by Chris Lattner · 15 years ago
  94. 611a15a retain/release checker: More cleanups (no real functionality change). by Ted Kremenek · 15 years ago
  95. 103a185 Fix diagnostic truncated by my last patch. by Ted Kremenek · 15 years ago
  96. 5c1cd52 retain/release checker: More diagnostic refactoring. by Ted Kremenek · 15 years ago
  97. 2098280 retain/release checker: Output the name of the function that allocates an object. by Ted Kremenek · 15 years ago
  98. a1f117e Refactor some diagnostic code to use raw_string_ostream. No functionality change. by Ted Kremenek · 15 years ago
  99. 1d549a8 Remove '#if 0' code. by Ted Kremenek · 15 years ago
  100. 46157b5 Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pass as an argument a TranslationUnit object whose contents live beyond the call to ParseAST. by Ted Kremenek · 15 years ago