1. 97144fc fix a FIXME, providing accurate source range info for DeclStmt's. The end by Chris Lattner · 15 years ago
  2. 558cb56 Introduce a "-fixit" mode to clang-cc that applies code-modification hints. by Douglas Gregor · 15 years ago
  3. 5d8b2cf Fixup -ftrapv to be more gcc compatible. -ftrapu (for want of a by Mike Stump · 15 years ago
  4. a3a8351 Add some more code modification hints by Douglas Gregor · 15 years ago
  5. 78d8a08 Driver: Allow -ccc-gcc-name to specify the name/path to use when by Daniel Dunbar · 15 years ago
  6. 9b3064b Add code modification hints to various parsing-related diagnostics. by Douglas Gregor · 15 years ago
  7. 31a19b6 Make parsing a semantic analysis a little more robust following Sema by Douglas Gregor · 15 years ago
  8. b59212a CodeGenModule::GetAddrOfConstantCFString(): by Steve Naroff · 15 years ago
  9. 2add473 Add -ftrapv support, patch from David Chisnall; well all except the by Mike Stump · 15 years ago
  10. 7e203b7 Revert r68221, -ftrapv support, which causes several regressions in by Douglas Gregor · 15 years ago
  11. 3fb07bd Add -ftrapv support, patch from David Chisnall; well all except the by Mike Stump · 15 years ago
  12. e9b7d8a Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF. by Steve Naroff · 15 years ago
  13. 969c689 Give Type::getDesugaredType a "for-display" mode that can apply more by Douglas Gregor · 15 years ago
  14. 8d4141f More "prep" work for handling UTF16 CFString. by Steve Naroff · 15 years ago
  15. b930d7a Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct by Ted Kremenek · 15 years ago
  16. 03d9f34 remove ASTContext::buildObjCInterfaceType, which breaks canonical by Chris Lattner · 15 years ago
  17. 5fb5dfb - Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation by Ted Kremenek · 15 years ago
  18. aec5cab Follow gcc's example and warn by default on unknown escapes. Inspired by Eli Friedman · 15 years ago
  19. 6c105c4 Flip diagnostic from Warning to ExtWarn so that it's an error by Eli Friedman · 15 years ago
  20. 1734317 Parsing, semantic analysis, and template instantiation for typename by Douglas Gregor · 15 years ago
  21. 8e5c2b8 Add Target hooks for IRgen of [cf]string literals. by Daniel Dunbar · 15 years ago
  22. 91e28af Driver: Implement basic --help text. by Daniel Dunbar · 15 years ago
  23. febdf7d Driver: Add OptTable::getOptionKind. by Daniel Dunbar · 15 years ago
  24. 7dc8664 Allow two codepaths for PathDiagnostic generation. This patch mainly consists of by Ted Kremenek · 15 years ago
  25. 9bde773 Some cleanup and renaming. No functionality change by Douglas Gregor · 15 years ago
  26. c0d12e9 Driver: Add extra parameters for help text to option definitions. by Daniel Dunbar · 15 years ago
  27. de650ae Implement template instantiation for template names, including both by Douglas Gregor · 15 years ago
  28. cfdee92 Add -Wdeprecated-declarations to driver and add a test case. by Steve Naroff · 15 years ago
  29. 33fdb73 Some "prep" work for handling ObjC @-string constants that contain UTF-8. No functionality change. by Steve Naroff · 15 years ago
  30. 8499f3f Implement -Wmissing-prototypes. Fixes PR3911. by Douglas Gregor · 15 years ago
  31. 2349925 Fix a problem in ASTContext::addRecordToClass handling forward declarations. by Chris Lattner · 15 years ago
  32. 16ff705 disable copying of Type objects. by Chris Lattner · 15 years ago
  33. f169085 fill in temporary smallvectors instead of vectors for performance. by Chris Lattner · 15 years ago
  34. da04639 add a const version of the lookupFieldDeclForIvar method. by Chris Lattner · 15 years ago
  35. d013aa1 Codegen sometimes crashes on comparisons that aren't legal, just by Chris Lattner · 15 years ago
  36. 63840b5 Document NamespaceAliasDecl. by Anders Carlsson · 15 years ago
  37. c45c232 Parsing and AST representation for dependent template names that occur by Douglas Gregor · 15 years ago
  38. af3e722 fe support for objc2's nonfragile-abi synthesized ivars. by Fariborz Jahanian · 15 years ago
  39. 0e3e3eb Implement UCN support for C string literals (C99 6.4.3) and add some very basic tests. Chris Goller has graciously offered to write some test to help validate UCN support. by Steve Naroff · 15 years ago
  40. 7532dc6 Improve the representation of template names in the AST. This by Douglas Gregor · 15 years ago
  41. e8e8648 Re-apply 68028. The code had drifted enough that the tests would fail without by Ted Kremenek · 15 years ago
  42. 782582d Revert 68028. by Ted Kremenek · 15 years ago
  43. d497bae Added new info to property impl. AST node to support objc2's ivar synthesis. by Fariborz Jahanian · 15 years ago
  44. be65d90 Remove dead code. by Ted Kremenek · 15 years ago
  45. 757e0dd Implement -Wno-pointer-sign. by Eli Friedman · 15 years ago
  46. 75358d2 Driver: Sketch FreeBSD tool chain. - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  47. f1e5a95 Remove a trivial FIXME by Douglas Gregor · 15 years ago
  48. 536aa02 Add version of GRExprEngine::AddCheck that registered a GRSimpleAPICheck that by Ted Kremenek · 15 years ago
  49. a45fec1 Make SymbolicRegion untyped. by Zhongxing Xu · 15 years ago
  50. cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 15 years ago
  51. f1d537f Implement a FIXME. by Zhongxing Xu · 15 years ago
  52. 478edc2 Driver: Track which original arguments an arg is derived from, so that by Daniel Dunbar · 15 years ago
  53. c77b766 Fix typo in diagnostic. by Daniel Dunbar · 15 years ago
  54. cd14775 hoist some code for handling objc foreach construct out of Declaration processing by Chris Lattner · 15 years ago
  55. 23c4b18 hoist checks for ; and in out of ParseInitDeclaratorListAfterFirstDeclarator by Chris Lattner · 15 years ago
  56. 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 15 years ago
  57. 827ecb0 DeclRefExpr refers to one decl, not all the declarators in a declaration. by Chris Lattner · 15 years ago
  58. d51a183 Implement PointerLikeTypeTraits for DeclGroupRef. by Chris Lattner · 15 years ago
  59. b2e57f6 remove unused #include by Chris Lattner · 15 years ago
  60. 005f92f switch TemplateOrInstantiation to be a PointerUnion, which by Chris Lattner · 15 years ago
  61. ee219fd switch DeclBase::DeclCtx to the new happy and type-safe by Chris Lattner · 15 years ago
  62. 4656978 Make the ActionResult optimization work for non-void*'s and switch DeclPtrTy to use it. by Chris Lattner · 15 years ago
  63. 683ad0f genericize the ActionResult optimization for holding the "ininvalid" bit by Chris Lattner · 15 years ago
  64. 64540d7 various cleanups by Chris Lattner · 15 years ago
  65. 0eda3b3 adjust to llvm mainline changes. by Chris Lattner · 15 years ago
  66. d59ad42 add fixme by Chris Lattner · 15 years ago
  67. 11a7f35 add getNumLowBitsAvailable for OpaquePtr and QualType. by Chris Lattner · 15 years ago
  68. daae940 follow llvm mainline, where PointerLikeTypeInfo got renamed by Chris Lattner · 15 years ago
  69. 4e70728 implement the PointerLikeTypeInfo trait for QualType, allowing by Chris Lattner · 15 years ago
  70. af9e40f Handle the case where the namespace decl is an alias. by Anders Carlsson · 15 years ago
  71. 68771c7 Create AST nodes for namespace aliases. by Anders Carlsson · 15 years ago
  72. 03bd5a1 Parse the location of the 'namespace' token to ActOnNamespaceAliasDef. No functionality change. by Anders Carlsson · 15 years ago
  73. b28317a Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a by Chris Lattner · 15 years ago
  74. 3b0868d Add comparison operators for PathDiagosticLocation. by Ted Kremenek · 15 years ago
  75. a898283 Add comparison operators for SourceRange. by Ted Kremenek · 15 years ago
  76. cc1f869 add accessors. by Chris Lattner · 15 years ago
  77. e66a8cf some random cleanups by Chris Lattner · 15 years ago
  78. 0632dd6 eliminate unneeded iterator wrappers. by Chris Lattner · 15 years ago
  79. f05ca7d change NamespaceDecl to hold its 'NextNamespace' pointer itself by Chris Lattner · 15 years ago
  80. 7e24e82 rename some methods. by Chris Lattner · 15 years ago
  81. fe95dea Cleanups for DeclGroup. by Chris Lattner · 15 years ago
  82. 244a67d rename NextDeclInScope to NextDeclInContext, since the pointer by Chris Lattner · 15 years ago
  83. 96f4468 simplify getNextDeclInScope by Chris Lattner · 15 years ago
  84. dbb0094 Add an ActOnNamespaceAliasDef action and have the parser call it. by Anders Carlsson · 15 years ago
  85. 1266eca remove TranslationUnit. by Chris Lattner · 15 years ago
  86. 557c5b1 push more ASTContext goodness out through interfaces that use TranslationUnit by Chris Lattner · 15 years ago
  87. 3599dbe remove TranslationUnit from ParseAST. by Chris Lattner · 15 years ago
  88. dacbc5d change HandleTranslationUnit to take an ASTContext instead of TranslationUnit by Chris Lattner · 15 years ago
  89. f67606a Parse namespace aliases. by Anders Carlsson · 15 years ago
  90. 3776d4c simplify away some dead ownership stuff, TranslationUnit is now by Chris Lattner · 15 years ago
  91. d2fa675 hoist TranslationUnit some more. by Chris Lattner · 15 years ago
  92. 80a0333 eliminate some wrappers. by Chris Lattner · 15 years ago
  93. 5f737cc eliminate ReadASTBitcodeFile by Chris Lattner · 15 years ago
  94. a9376d4 move serialization logic from TranslationUnit to ASTContext. by Chris Lattner · 15 years ago
  95. 7bb0da0 eliminate ASTConsumer::InitializeTU, all clients are by Chris Lattner · 15 years ago
  96. ed0e497 remove TranslationUnit::OwnsDecls, which is only set, never read. by Chris Lattner · 15 years ago
  97. 9ecd26a simplify ParseAST by sucking -disable-free handling logic up into clang.cpp by Chris Lattner · 15 years ago
  98. ab3a852 Change compound assignment operators to keep track of both the promoted by Eli Friedman · 15 years ago
  99. 52ba870 move StatListener out to top level. by Chris Lattner · 15 years ago
  100. eeae8f0 Make our diagnostics about the obsolete GNU designated-initializer by Douglas Gregor · 15 years ago