1. 096832c Regularize the API for accessing explicit template arguments. by John McCall · 14 years ago
  2. 41a621d Intialize all of the code-generation options by Douglas Gregor · 14 years ago
  3. 4786c15 Add machine-parseable Fix-It output as part of diagnostics, under the by Douglas Gregor · 14 years ago
  4. a87cdc0 Remove default argument from operator delete; per report on cfe-dev, fixes by Eli Friedman · 14 years ago
  5. 1bf8d6f Add a missing initializer. by Sean Hunt · 14 years ago
  6. 20cf717 Add some enum goodness as requested by Chris. Now instead of storing the by Charles Davis · 14 years ago
  7. 671947b Plug a leak when precompiling the preamble in ASTUnit. by Douglas Gregor · 14 years ago
  8. 58f281f Add warning for functions/blocks that have attribute 'noreturn' but return a non-void result. (<rdar://problem/7562925>) by Ted Kremenek · 14 years ago
  9. 501c103 Make sure to deallocate the identifier lookup tables and selector tables by Douglas Gregor · 14 years ago
  10. 8538e8d Rename pch namespace to serialization. by Sebastian Redl · 14 years ago
  11. 05a0760 Rename PCHBitCodes.h -> ASTBitCodes.h by Sebastian Redl · 14 years ago
  12. f29f0a2 Rename stuff in PCHBitCodes.h by Sebastian Redl · 14 years ago
  13. 6ab7cd8 Rename the ASTReader header files. by Sebastian Redl · 14 years ago
  14. 3c7f413 More PCH -> AST renaming. by Sebastian Redl · 14 years ago
  15. 571db7f Rename various classes from PCH to AST. by Sebastian Redl · 14 years ago
  16. 60adf4a Rename PCHStmtReader -> ASTStmtReader. by Sebastian Redl · 14 years ago
  17. d527cc0 Rename PCHDeclReader -> ASTDeclReader. by Sebastian Redl · 14 years ago
  18. c43b54c Rename PCHReader to ASTReader. by Sebastian Redl · 14 years ago
  19. 7faa2ec Rename PCHWriter.h to ASTWriter.h by Sebastian Redl · 14 years ago
  20. 3397c55 Do the PCH->AST rename for ASTWriter's implementation parts. by Sebastian Redl · 14 years ago
  21. a4232eb Rename PCHWriter to ASTWriter by Sebastian Redl · 14 years ago
  22. cf807c4 Generate Attr subclasses with TableGen. by Sean Hunt · 14 years ago
  23. ea94bbc libclang: Put clang_reparseTranslationUnit inside a crash recovery context. by Daniel Dunbar · 14 years ago
  24. bdbb004 Simplify the ownership model for DiagnosticClients, which was really by Douglas Gregor · 14 years ago
  25. 245adab Added psuedo-constant analysis and integrated it into the false positive reduction stage in IdempotentOperationChecker. by Tom Care · 14 years ago
  26. 2c1ab90 no need to pass bumppointer allocator into macroinfo::destroy by Chris Lattner · 14 years ago
  27. 783c56f Simplify FixItHint by eliminated the unnecessary InsertionLoc by Douglas Gregor · 14 years ago
  28. 94c3b56 Rip out the existing retroactive abstract-class usage checker, by John McCall · 14 years ago
  29. 272264c Remove -Wunused-member-function from the 'Extra' diagnostic group too; llvm uses it. by Argyrios Kyrtzidis · 14 years ago
  30. 2767ce2 Emit an error if an array is too large. We're slightly more strict by Douglas Gregor · 14 years ago
  31. cced08e TypedRegion::isBoundable() should return true by default. Since there is no TypedViewRegion anyore, it is not possible that the subclass (which doesn't override isBoundable) could return a null value type. by Ted Kremenek · 14 years ago
  32. 1b72fa7 Diagnose if type of iboutletcollection attribute is a builtin type. by Fariborz Jahanian · 14 years ago
  33. 4087f27 StringRef'ication of lots stuff, patch by Peter Davies! by Daniel Dunbar · 14 years ago
  34. 5505413 Lex: Add #pragma clang __debug {llvm_fatal_error, llvm_unreachable}, for testing by Daniel Dunbar · 14 years ago
  35. 42cbd78 Rename -Wunused-method -> -Wunused-member-function. by Argyrios Kyrtzidis · 14 years ago
  36. 3d27b10 Introduce -Wunused-method option for warning on unused class methods in anonymous namespace. by Argyrios Kyrtzidis · 14 years ago
  37. 3a3400b Diagnose use of iboutletcollection on ivar/property by Fariborz Jahanian · 14 years ago
  38. 8572813 Reintroduce the serialization library, with fixed dependencies. by Sebastian Redl · 14 years ago
  39. a8fb24f Patch to add type parameter support for attribute iboutletcollection. by Fariborz Jahanian · 14 years ago
  40. 4557e47 Revert Sebastian's build-breaking patch. by Douglas Gregor · 14 years ago
  41. 93c9729 Create a new Serialization module that contains all the PCH code, and will contain all the module code in the future. Update the Makefiles, CMake projects and the Xcode project. I hope I did everything right for Xcode. No functionality change. by Sebastian Redl · 14 years ago
  42. 11c3dc4 Fix a typo in a diag name. by Sebastian Redl · 14 years ago
  43. f47724b Implement #pragma push_macro, patch by Francois Pichet! by Chris Lattner · 14 years ago
  44. 2f4eaef Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() by Benjamin Kramer · 14 years ago
  45. 727d93e When the # of top-level declarations changes after reparsing a by Douglas Gregor · 14 years ago
  46. 349d38c Move include to the proper place. No functionality change by Douglas Gregor · 14 years ago
  47. 57dae1a Diagnose assiging to an interface object in by Fariborz Jahanian · 14 years ago
  48. 5f808c2 Implement name hiding of cached global code-completion results. by Douglas Gregor · 14 years ago
  49. 1802eeb Move GRState::AssumeInBound out of its header file -- it's not really inline-friendly anymore. by Jordy Rose · 14 years ago
  50. e55fd87 Add two options for playing with modules. by Sebastian Redl · 14 years ago
  51. f5586f6 When caching code completions for global declarations, keep track of by Douglas Gregor · 14 years ago
  52. dd7744d Emit diagnostic error when the field of an anonymous struct is non trivial. by Argyrios Kyrtzidis · 14 years ago
  53. c4421e9 Dereferencing NULL pointers is such poor form. by Douglas Gregor · 14 years ago
  54. 1827e10 When caching global completion results, keep track of the simplified by Douglas Gregor · 14 years ago
  55. 6f1bd66 Fixed typo in conj, conjf, conjl signature. by Abramo Bagnara · 14 years ago
  56. f231df3 Error out if reinterpret_casting between member pointers of two different sizes. by Charles Davis · 14 years ago
  57. 071cc7d Implement support for member pointers under the Microsoft C++ ABI in the by Charles Davis · 14 years ago
  58. e701117 - Allow making ElementRegions with complex offsets (expressions or symbols) for the purpose of bounds-checking. by Jordy Rose · 14 years ago
  59. 52082af Move GRState's bind* methods out of its header file -- they're too big for inlining now. by Jordy Rose · 14 years ago
  60. 5e4cb34 StoreManager::RemoveDeadBindings() can take a Store instead of an entire GRState now. by Zhongxing Xu · 14 years ago
  61. 8071e42 Extend the code-completion caching infrastructure to include global by Douglas Gregor · 14 years ago
  62. ba6f816 Remove dead code, caught by unused function warnings. by Argyrios Kyrtzidis · 14 years ago
  63. 469865c DependentTypeOfExprType and DependentDecltypeType are not seen by client code. by Argyrios Kyrtzidis · 14 years ago
  64. bbc6454 Commit improved version of 111026 & 111027. by Argyrios Kyrtzidis · 14 years ago
  65. c2b7dfa Add a callback for when region changes occur. Still somewhat of a work-in-progress, but working! Effect on clients: all changes to a store now go through GRState. by Jordy Rose · 14 years ago
  66. bd533aa Add a new metadata symbol type for checkers to use. Metadata symbols must be associated with a region and will be collected if the region dies or its checker fails to mark it as in use. by Jordy Rose · 14 years ago
  67. 09865a9 PR3344: Downgrade "too many braces around scalar initializer" to a warning. by Eli Friedman · 14 years ago
  68. e6674b3 Driver: Increase flags to hold all necessary bits. by Daniel Dunbar · 14 years ago
  69. 87c08a5 Implement caching of code-completion results for macro definitions by Douglas Gregor · 14 years ago
  70. 05eac86 Revert 111026 & 111027, build breakage. by Argyrios Kyrtzidis · 14 years ago
  71. 30c0dd8 The unused warnings extravaganza continues. Warn for: by Argyrios Kyrtzidis · 14 years ago
  72. f6d1d43 Expand the unused warnings for functions. Warn for: by Argyrios Kyrtzidis · 14 years ago
  73. 49b96d1 Change Sema's UnusedStaticFuncs to UnusedFileScopedDecls to allow also keeping track of unused file scoped variables. by Argyrios Kyrtzidis · 14 years ago
  74. f759b4d When issuing warning for future conflict resolution, by Fariborz Jahanian · 14 years ago
  75. 1450f26 Add a new cc1 option -fix-what-you-can which when combined with the fix-it mode by Nick Lewycky · 14 years ago
  76. 1999844 Add an options parameter to clang_saveTranslationUnit, because we'll want it later by Douglas Gregor · 14 years ago
  77. a61e5a2 Fix the help text on -Wwrite-strings. by John McCall · 14 years ago
  78. 7ae2faa Implement clang_saveTranslationUnit(), which saves a translation unit by Douglas Gregor · 14 years ago
  79. caeed1d Driver/OptParser: Add a NoForward flag to prevent forwarding certain options to by Daniel Dunbar · 14 years ago
  80. 914ed9d Teach ASTUnit to hold on to the Sema object and ASTConsumer that are by Douglas Gregor · 14 years ago
  81. 40db299 Make two methods have compatible signatures with the methods they override. by John McCall · 14 years ago
  82. b859206 Perform access control when template lookup finds a class template. by John McCall · 14 years ago
  83. de7e662 Zap unused UnaryOperator::OffsetOf. by Eli Friedman · 14 years ago
  84. 0b17c61 Instead of modifying the ObjC AST to not modify existing declarations, teach chained PCH to overwrite declarations from earlier PCH files in dependent ones. Tell Sema to note when it changes AST nodes so that they have to be reserialized. Finally, the ObjCProtocolDecls created in forward decls, like the ObjCInterfaceDecls in @class forward decls, are not lexically part of the decl context; only the definition is. by Sebastian Redl · 14 years ago
  85. 279b5eb Just disable the hidden-visibility optimization for now by hiding it behind by John McCall · 14 years ago
  86. f18d0d8 Teach CompilerInstance to create and hold on to the Sema object used by Douglas Gregor · 14 years ago
  87. 46ea32a Add a ParseAST overload that takes a Sema object, so that the caller by Douglas Gregor · 14 years ago
  88. a7a8a45 Improved IdempotentOperationChecker false positives and false negatives. by Tom Care · 14 years ago
  89. ea16110 Patch to issue warning when colllection expresion's type by Fariborz Jahanian · 14 years ago
  90. b7f4ffe Implement -Wcast-align. The initial design of this diagnostic diverges by John McCall · 14 years ago
  91. d69fd7f Fixing the build isn't good enough; back out r110956 and r110953. by John McCall · 14 years ago
  92. 0eeb81b Add a ParseAST overload that takes a Sema object, so that the caller by Douglas Gregor · 14 years ago
  93. e737f50 Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 14 years ago
  94. c9ef405 Downgrade error about nonnull attribute bbeing applied to a function without point arguments to a warning by Douglas Gregor · 14 years ago
  95. f573084 Add a comment. by Argyrios Kyrtzidis · 14 years ago
  96. ef3dce8 Added locations and type source info for DeclarationName inside UsingDecl. by Abramo Bagnara · 14 years ago
  97. 2a47992 Remove OwnershipAttr::Kind, since it's essentially redundant with attr::Kind the way it's being used. Also fix isa<OwnershipAttr> support, break more-than-80-char lines, and other miscellaneous ownership attr cleanup. by Jordy Rose · 14 years ago
  98. 8eb2b01 Frontend: Move the bulk of the cc1_main() processing into by Daniel Dunbar · 14 years ago
  99. a77a723 Driver: Use the compile time linker version as the default for -mlinker-version, by Daniel Dunbar · 14 years ago
  100. c176bc6 Driver: Add -mlinker-version=, which forwards to -target-linker-version. by Daniel Dunbar · 14 years ago