1. 68771c7 Create AST nodes for namespace aliases. by Anders Carlsson · 16 years ago
  2. 03bd5a1 Parse the location of the 'namespace' token to ActOnNamespaceAliasDef. No functionality change. by Anders Carlsson · 16 years ago
  3. b28317a Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a by Chris Lattner · 16 years ago
  4. 3b0868d Add comparison operators for PathDiagosticLocation. by Ted Kremenek · 16 years ago
  5. a898283 Add comparison operators for SourceRange. by Ted Kremenek · 16 years ago
  6. cc1f869 add accessors. by Chris Lattner · 16 years ago
  7. e66a8cf some random cleanups by Chris Lattner · 16 years ago
  8. 0632dd6 eliminate unneeded iterator wrappers. by Chris Lattner · 16 years ago
  9. f05ca7d change NamespaceDecl to hold its 'NextNamespace' pointer itself by Chris Lattner · 16 years ago
  10. 7e24e82 rename some methods. by Chris Lattner · 16 years ago
  11. fe95dea Cleanups for DeclGroup. by Chris Lattner · 16 years ago
  12. 244a67d rename NextDeclInScope to NextDeclInContext, since the pointer by Chris Lattner · 16 years ago
  13. 96f4468 simplify getNextDeclInScope by Chris Lattner · 16 years ago
  14. dbb0094 Add an ActOnNamespaceAliasDef action and have the parser call it. by Anders Carlsson · 16 years ago
  15. 1266eca remove TranslationUnit. by Chris Lattner · 16 years ago
  16. 557c5b1 push more ASTContext goodness out through interfaces that use TranslationUnit by Chris Lattner · 16 years ago
  17. 3599dbe remove TranslationUnit from ParseAST. by Chris Lattner · 16 years ago
  18. dacbc5d change HandleTranslationUnit to take an ASTContext instead of TranslationUnit by Chris Lattner · 16 years ago
  19. f67606a Parse namespace aliases. by Anders Carlsson · 16 years ago
  20. 3776d4c simplify away some dead ownership stuff, TranslationUnit is now by Chris Lattner · 16 years ago
  21. d2fa675 hoist TranslationUnit some more. by Chris Lattner · 16 years ago
  22. 80a0333 eliminate some wrappers. by Chris Lattner · 16 years ago
  23. 5f737cc eliminate ReadASTBitcodeFile by Chris Lattner · 16 years ago
  24. a9376d4 move serialization logic from TranslationUnit to ASTContext. by Chris Lattner · 16 years ago
  25. 7bb0da0 eliminate ASTConsumer::InitializeTU, all clients are by Chris Lattner · 16 years ago
  26. ed0e497 remove TranslationUnit::OwnsDecls, which is only set, never read. by Chris Lattner · 16 years ago
  27. 9ecd26a simplify ParseAST by sucking -disable-free handling logic up into clang.cpp by Chris Lattner · 16 years ago
  28. ab3a852 Change compound assignment operators to keep track of both the promoted by Eli Friedman · 16 years ago
  29. 52ba870 move StatListener out to top level. by Chris Lattner · 16 years ago
  30. eeae8f0 Make our diagnostics about the obsolete GNU designated-initializer by Douglas Gregor · 16 years ago
  31. d57959a Initial implementation of parsing, semantic analysis, and template by Douglas Gregor · 16 years ago
  32. ced2101 Add missing header file change. by Ted Kremenek · 16 years ago
  33. 55d3aaf Finish off semantic analysis for regparm, and remove the warning. Also by Eli Friedman · 16 years ago
  34. 769dbdf minor cleanups: make getIdentifierNamespace() be a single load by Chris Lattner · 16 years ago
  35. 1c9b742 Fixup -fcommon and -fno-common to be more gcc compatible. by Mike Stump · 16 years ago
  36. 0cf2b19 reduce # const_casts, no functionality change. by Chris Lattner · 16 years ago
  37. 10d8379 change Decl::DeclCtx to use a PointerIntPair instead of hand bitmangling. by Chris Lattner · 16 years ago
  38. ee76033 Besides the warning, issue unsupported diagnostics in by Fariborz Jahanian · 16 years ago
  39. 8a9a267 Move declaration of 'PathDiagnostic' to the end of PathDiagnostic.h and add PathDiagnostic::getLocation(). by Ted Kremenek · 16 years ago
  40. 89e65a1 PathDiagnostic: replace 'std::list' with 'std::deque' by Ted Kremenek · 16 years ago
  41. c3a838b Add iterators to PathDiagnosticControlFlowDiagnostic for iterating over the by Ted Kremenek · 16 years ago
  42. 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 · 16 years ago
  43. 214f31a If the user is trying to apply the -> or . member reference operator by Douglas Gregor · 16 years ago
  44. babdd7b BugReporter: by Ted Kremenek · 16 years ago
  45. 9af5500 Fix rdar://6719156 - clang should emit a better error when blocks are disabled but are used anyway by Chris Lattner · 16 years ago
  46. a11982a - Fix thinko in implementation of PathDiagnosticLocation::asStmt(). Thanks to by Ted Kremenek · 16 years ago
  47. 950bedd Fix searching for gcc, we only want executable files. by Mike Stump · 16 years ago
  48. 119057a Clarify that QualifiedNameType is sugar-only. This will matter once we can parse typename-specifiers by Douglas Gregor · 16 years ago
  49. 3507369 Simplify CXXScopeSpec a lot. No more weird SmallVector-like hacks here by Douglas Gregor · 16 years ago
  50. ab452ba Revamp our representation of C++ nested-name-specifiers. We now have a by Douglas Gregor · 16 years ago
  51. 5bf17cd I said _fix_ the build, don't break it. by Anders Carlsson · 16 years ago
  52. f569cc5 Fix build. by Anders Carlsson · 16 years ago
  53. 05bf2c7 Add by Anders Carlsson · 16 years ago
  54. 6f00204 - Add class PathDiagosticLocationPair. by Ted Kremenek · 16 years ago
  55. becf888 Implement PathDiagnosticLocation::asRange() and PathDiagnosticLocation::asStmt(). by Ted Kremenek · 16 years ago
  56. 97b4003 - Implement PathDiagnosticLocation::asLocation. by Ted Kremenek · 16 years ago
  57. ad75653 Because of the use of 'cast<TagDecl>', ASTContext.h now depends on Decl.h. by Ted Kremenek · 16 years ago
  58. 1f9bd0f PathDiagnostics (analyzer): by Ted Kremenek · 16 years ago
  59. 069afd5 Driver: Forward -fno-common to clang. by Daniel Dunbar · 16 years ago
  60. 02633b5 Driver: Add darwin::Link tool. by Daniel Dunbar · 16 years ago
  61. d7b88c2 Driver: Fix a number of option definition mismatches (flags instead of by Daniel Dunbar · 16 years ago
  62. 70c8db1 Driver: Print the correct target when printing the version. by Daniel Dunbar · 16 years ago
  63. d73fe9b Driver: Move GetReleaseVersion to static Driver::GetReleaseVersion method. by Daniel Dunbar · 16 years ago
  64. 524b9fb Driver: Add ArgList::AddAllArgsTranslated; for forwarding options to by Daniel Dunbar · 16 years ago
  65. bd36064 most of this is plumbing to get CompileOptions down into by Chris Lattner · 16 years ago
  66. e062533 make this self contained, declare everything as 'class'. by Chris Lattner · 16 years ago
  67. e0e4ebf analyzer infrastructure: make a bunch of changes to symbolic expressions that by Ted Kremenek · 16 years ago
  68. 5aeccdb Handle parsing of templates in member declarations. Pass the AccessSpecifier all the way down to ActOnClassTemplate. by Anders Carlsson · 16 years ago
  69. 5071345 Check that the access specifier of a member redeclaration is the same as the original declaration. by Anders Carlsson · 16 years ago
  70. befc20e The injected-class-name of class templates and class template by Douglas Gregor · 16 years ago
  71. 1329c27 Tighten the setAccess assert. We now allow AS_none if the decl contex is not a C++ record decl. by Anders Carlsson · 16 years ago
  72. 06c0fec Pass access specifiers through to member classes and member enums. by Douglas Gregor · 16 years ago
  73. d475b8d Instantiation for member classes of class templates. Note that only by Douglas Gregor · 16 years ago
  74. b8547e8 It doesn't make sense to set the access specifier to AS_none (I think) by Anders Carlsson · 16 years ago
  75. c9b5b40 Predicate to detect when a RecordDecl is really the injected-class-name by Douglas Gregor · 16 years ago
  76. 4e7e9cf Driver: Handle -Xarch_, including warning for nasty -Xarch_ use cases by Daniel Dunbar · 16 years ago
  77. f6dd66b Driver: Replace Option::ForwardToGCC by Option::DriverOption (which by Daniel Dunbar · 16 years ago
  78. a129eb9 This patch adds two more SymbolData subclasses: SymIntExpr and SymSymExpr, for by Zhongxing Xu · 16 years ago
  79. f3cad36 Driver: Prep for tool chain specific argument translation. by Daniel Dunbar · 16 years ago
  80. a7b3521 Improve handling of base initializers. We now parse initializers in out of line decls, such as: by Anders Carlsson · 16 years ago
  81. 212e81c In Parser::ParseClassSpecifier, don't conflate a NULL declaration with by Douglas Gregor · 16 years ago
  82. 50de12f Parse deleted function definitions and hook them up to Doug's machinery. by Sebastian Redl · 16 years ago
  83. bad0e65 Type::isObjectType now implements the (more sensible) C++ definition by Douglas Gregor · 16 years ago
  84. 337a627 Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc. by Daniel Dunbar · 16 years ago
  85. e7450f5 Make sure to use RequireCompleteType rather than testing for by Douglas Gregor · 16 years ago
  86. 6256d36 Driver: Warn when 'clang' is used to compile a source file we could by Daniel Dunbar · 16 years ago
  87. 0f99d2e Driver: Change default use of "clang" compiler. by Daniel Dunbar · 16 years ago
  88. af80e1f Move ToolChain::ShouldUseClangCompiler to by Daniel Dunbar · 16 years ago
  89. b3fd500 Driver: Translate -fverbose-asm for LLVM backend. by Daniel Dunbar · 16 years ago
  90. fe2e04a Driver: ArgList::getLastArg was in fact returning the first matching arg. by Daniel Dunbar · 16 years ago
  91. 8211eff More work on diagnosing abstract classes. We can now handle cases like by Anders Carlsson · 16 years ago
  92. d3dfdb8 ccc/Driver: -r option doesn't take an argument. by Daniel Dunbar · 16 years ago
  93. 4726d03 Implement '#pragma unused'. by Ted Kremenek · 16 years ago
  94. a880db0 Driver: Add two special groups of "whitelisted" options which we know by Daniel Dunbar · 16 years ago
  95. b355692 Driver: Check that options are ordered properly (outside of by Daniel Dunbar · 16 years ago
  96. b9bbe49 It's an error to try to allocate an abstract object using new. by Anders Carlsson · 16 years ago
  97. 374e156 Fix PR3855. When we encounter an incompatible redeclaration of a by Douglas Gregor · 16 years ago
  98. 693de5d analyzer: Fix embarrassing regression in BasicStore when invalidating struct by Ted Kremenek · 16 years ago
  99. 743de1f Recognize rvalue references in C++03, but complain about them. This leads to far better error recovery. by Sebastian Redl · 16 years ago
  100. f05c05d Partial implementation of PR3342: break out pointer sign by Eli Friedman · 16 years ago