1. aec5cab Follow gcc's example and warn by default on unknown escapes. Inspired by Eli Friedman · 15 years ago
  2. 6c105c4 Flip diagnostic from Warning to ExtWarn so that it's an error by Eli Friedman · 15 years ago
  3. 1734317 Parsing, semantic analysis, and template instantiation for typename by Douglas Gregor · 15 years ago
  4. 8e5c2b8 Add Target hooks for IRgen of [cf]string literals. by Daniel Dunbar · 15 years ago
  5. 91e28af Driver: Implement basic --help text. by Daniel Dunbar · 15 years ago
  6. febdf7d Driver: Add OptTable::getOptionKind. by Daniel Dunbar · 15 years ago
  7. 7dc8664 Allow two codepaths for PathDiagnostic generation. This patch mainly consists of by Ted Kremenek · 15 years ago
  8. 9bde773 Some cleanup and renaming. No functionality change by Douglas Gregor · 15 years ago
  9. c0d12e9 Driver: Add extra parameters for help text to option definitions. by Daniel Dunbar · 15 years ago
  10. de650ae Implement template instantiation for template names, including both by Douglas Gregor · 15 years ago
  11. cfdee92 Add -Wdeprecated-declarations to driver and add a test case. by Steve Naroff · 15 years ago
  12. 33fdb73 Some "prep" work for handling ObjC @-string constants that contain UTF-8. No functionality change. by Steve Naroff · 15 years ago
  13. 8499f3f Implement -Wmissing-prototypes. Fixes PR3911. by Douglas Gregor · 15 years ago
  14. 2349925 Fix a problem in ASTContext::addRecordToClass handling forward declarations. by Chris Lattner · 15 years ago
  15. 16ff705 disable copying of Type objects. by Chris Lattner · 15 years ago
  16. f169085 fill in temporary smallvectors instead of vectors for performance. by Chris Lattner · 15 years ago
  17. da04639 add a const version of the lookupFieldDeclForIvar method. by Chris Lattner · 15 years ago
  18. d013aa1 Codegen sometimes crashes on comparisons that aren't legal, just by Chris Lattner · 15 years ago
  19. 63840b5 Document NamespaceAliasDecl. by Anders Carlsson · 15 years ago
  20. c45c232 Parsing and AST representation for dependent template names that occur by Douglas Gregor · 15 years ago
  21. af3e722 fe support for objc2's nonfragile-abi synthesized ivars. by Fariborz Jahanian · 15 years ago
  22. 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
  23. 7532dc6 Improve the representation of template names in the AST. This by Douglas Gregor · 15 years ago
  24. e8e8648 Re-apply 68028. The code had drifted enough that the tests would fail without by Ted Kremenek · 15 years ago
  25. 782582d Revert 68028. by Ted Kremenek · 15 years ago
  26. d497bae Added new info to property impl. AST node to support objc2's ivar synthesis. by Fariborz Jahanian · 15 years ago
  27. be65d90 Remove dead code. by Ted Kremenek · 15 years ago
  28. 757e0dd Implement -Wno-pointer-sign. by Eli Friedman · 15 years ago
  29. 75358d2 Driver: Sketch FreeBSD tool chain. - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  30. f1e5a95 Remove a trivial FIXME by Douglas Gregor · 15 years ago
  31. 536aa02 Add version of GRExprEngine::AddCheck that registered a GRSimpleAPICheck that by Ted Kremenek · 15 years ago
  32. a45fec1 Make SymbolicRegion untyped. by Zhongxing Xu · 15 years ago
  33. cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 15 years ago
  34. f1d537f Implement a FIXME. by Zhongxing Xu · 15 years ago
  35. 478edc2 Driver: Track which original arguments an arg is derived from, so that by Daniel Dunbar · 15 years ago
  36. c77b766 Fix typo in diagnostic. by Daniel Dunbar · 15 years ago
  37. cd14775 hoist some code for handling objc foreach construct out of Declaration processing by Chris Lattner · 15 years ago
  38. 23c4b18 hoist checks for ; and in out of ParseInitDeclaratorListAfterFirstDeclarator by Chris Lattner · 15 years ago
  39. 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 15 years ago
  40. 827ecb0 DeclRefExpr refers to one decl, not all the declarators in a declaration. by Chris Lattner · 15 years ago
  41. d51a183 Implement PointerLikeTypeTraits for DeclGroupRef. by Chris Lattner · 15 years ago
  42. b2e57f6 remove unused #include by Chris Lattner · 15 years ago
  43. 005f92f switch TemplateOrInstantiation to be a PointerUnion, which by Chris Lattner · 15 years ago
  44. ee219fd switch DeclBase::DeclCtx to the new happy and type-safe by Chris Lattner · 15 years ago
  45. 4656978 Make the ActionResult optimization work for non-void*'s and switch DeclPtrTy to use it. by Chris Lattner · 15 years ago
  46. 683ad0f genericize the ActionResult optimization for holding the "ininvalid" bit by Chris Lattner · 15 years ago
  47. 64540d7 various cleanups by Chris Lattner · 15 years ago
  48. 0eda3b3 adjust to llvm mainline changes. by Chris Lattner · 15 years ago
  49. d59ad42 add fixme by Chris Lattner · 15 years ago
  50. 11a7f35 add getNumLowBitsAvailable for OpaquePtr and QualType. by Chris Lattner · 15 years ago
  51. daae940 follow llvm mainline, where PointerLikeTypeInfo got renamed by Chris Lattner · 15 years ago
  52. 4e70728 implement the PointerLikeTypeInfo trait for QualType, allowing by Chris Lattner · 15 years ago
  53. af9e40f Handle the case where the namespace decl is an alias. by Anders Carlsson · 15 years ago
  54. 68771c7 Create AST nodes for namespace aliases. by Anders Carlsson · 15 years ago
  55. 03bd5a1 Parse the location of the 'namespace' token to ActOnNamespaceAliasDef. No functionality change. by Anders Carlsson · 15 years ago
  56. b28317a Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a by Chris Lattner · 15 years ago
  57. 3b0868d Add comparison operators for PathDiagosticLocation. by Ted Kremenek · 15 years ago
  58. a898283 Add comparison operators for SourceRange. by Ted Kremenek · 15 years ago
  59. cc1f869 add accessors. by Chris Lattner · 15 years ago
  60. e66a8cf some random cleanups by Chris Lattner · 15 years ago
  61. 0632dd6 eliminate unneeded iterator wrappers. by Chris Lattner · 15 years ago
  62. f05ca7d change NamespaceDecl to hold its 'NextNamespace' pointer itself by Chris Lattner · 15 years ago
  63. 7e24e82 rename some methods. by Chris Lattner · 15 years ago
  64. fe95dea Cleanups for DeclGroup. by Chris Lattner · 15 years ago
  65. 244a67d rename NextDeclInScope to NextDeclInContext, since the pointer by Chris Lattner · 15 years ago
  66. 96f4468 simplify getNextDeclInScope by Chris Lattner · 15 years ago
  67. dbb0094 Add an ActOnNamespaceAliasDef action and have the parser call it. by Anders Carlsson · 15 years ago
  68. 1266eca remove TranslationUnit. by Chris Lattner · 15 years ago
  69. 557c5b1 push more ASTContext goodness out through interfaces that use TranslationUnit by Chris Lattner · 15 years ago
  70. 3599dbe remove TranslationUnit from ParseAST. by Chris Lattner · 15 years ago
  71. dacbc5d change HandleTranslationUnit to take an ASTContext instead of TranslationUnit by Chris Lattner · 15 years ago
  72. f67606a Parse namespace aliases. by Anders Carlsson · 15 years ago
  73. 3776d4c simplify away some dead ownership stuff, TranslationUnit is now by Chris Lattner · 15 years ago
  74. d2fa675 hoist TranslationUnit some more. by Chris Lattner · 15 years ago
  75. 80a0333 eliminate some wrappers. by Chris Lattner · 15 years ago
  76. 5f737cc eliminate ReadASTBitcodeFile by Chris Lattner · 15 years ago
  77. a9376d4 move serialization logic from TranslationUnit to ASTContext. by Chris Lattner · 15 years ago
  78. 7bb0da0 eliminate ASTConsumer::InitializeTU, all clients are by Chris Lattner · 15 years ago
  79. ed0e497 remove TranslationUnit::OwnsDecls, which is only set, never read. by Chris Lattner · 15 years ago
  80. 9ecd26a simplify ParseAST by sucking -disable-free handling logic up into clang.cpp by Chris Lattner · 15 years ago
  81. ab3a852 Change compound assignment operators to keep track of both the promoted by Eli Friedman · 15 years ago
  82. 52ba870 move StatListener out to top level. by Chris Lattner · 15 years ago
  83. eeae8f0 Make our diagnostics about the obsolete GNU designated-initializer by Douglas Gregor · 15 years ago
  84. d57959a Initial implementation of parsing, semantic analysis, and template by Douglas Gregor · 15 years ago
  85. ced2101 Add missing header file change. by Ted Kremenek · 15 years ago
  86. 55d3aaf Finish off semantic analysis for regparm, and remove the warning. Also by Eli Friedman · 15 years ago
  87. 769dbdf minor cleanups: make getIdentifierNamespace() be a single load by Chris Lattner · 15 years ago
  88. 1c9b742 Fixup -fcommon and -fno-common to be more gcc compatible. by Mike Stump · 15 years ago
  89. 0cf2b19 reduce # const_casts, no functionality change. by Chris Lattner · 15 years ago
  90. 10d8379 change Decl::DeclCtx to use a PointerIntPair instead of hand bitmangling. by Chris Lattner · 15 years ago
  91. ee76033 Besides the warning, issue unsupported diagnostics in by Fariborz Jahanian · 15 years ago
  92. 8a9a267 Move declaration of 'PathDiagnostic' to the end of PathDiagnostic.h and add PathDiagnostic::getLocation(). by Ted Kremenek · 15 years ago
  93. 89e65a1 PathDiagnostic: replace 'std::list' with 'std::deque' by Ted Kremenek · 15 years ago
  94. c3a838b Add iterators to PathDiagnosticControlFlowDiagnostic for iterating over the by Ted Kremenek · 15 years ago
  95. c4f1e87 Implement checking for base class access. Right now it's overly conservative but that will change. (Also, protected isn't implemented right now). by Anders Carlsson · 15 years ago
  96. 214f31a If the user is trying to apply the -> or . member reference operator by Douglas Gregor · 15 years ago
  97. babdd7b BugReporter: by Ted Kremenek · 15 years ago
  98. 9af5500 Fix rdar://6719156 - clang should emit a better error when blocks are disabled but are used anyway by Chris Lattner · 15 years ago
  99. a11982a - Fix thinko in implementation of PathDiagnosticLocation::asStmt(). Thanks to by Ted Kremenek · 15 years ago
  100. 950bedd Fix searching for gcc, we only want executable files. by Mike Stump · 15 years ago