1. 7c80bd6 Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes. by Sebastian Redl · 16 years ago
  2. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
  3. f353c8c Driver: Implement majority tool binding logic. by Daniel Dunbar · 16 years ago
  4. 586dc23 Driver: Migrate some data into the Compilation; after pipelining by Daniel Dunbar · 16 years ago
  5. 2ba38ba Driver: Sketch Tool and ToolChain classes. by Daniel Dunbar · 16 years ago
  6. a1ead48 Driver: Include Casting header definitions in a few places, add by Daniel Dunbar · 16 years ago
  7. 05532f2 Parser support for rvalue references. by Sebastian Redl · 16 years ago
  8. 94b15fb Handle static_asserts when instantiating structs. by Anders Carlsson · 16 years ago
  9. a135fb4 Add the ability to clone integer and string literals. Use it when instantiating template expressions. by Anders Carlsson · 16 years ago
  10. f53597f Convert a bunch of actions to smart pointers, and also bring PrintParserCallbacks a bit more in line with reality. by Sebastian Redl · 16 years ago
  11. 8afc3da Keep diagnostic td in sync with r67015. by Sebastian Redl · 16 years ago
  12. 4abaed0 Fix comment typo. by Daniel Dunbar · 16 years ago
  13. 2234768 Driver: Typo fix. by Daniel Dunbar · 16 years ago
  14. 8d2554a Driver: Start warning about unused arguments. by Daniel Dunbar · 16 years ago
  15. 8022fd4 Driver: Update ArgList::{hasArg,getLastArg} to optionally claim the by Daniel Dunbar · 16 years ago
  16. e89b6b2 Revert the switch to the tablegen diags. It fails for seperate objdir builds and cmake builds, and I have no clue what to do about it. Revisit this after someone with a clue about the build systems has looked at it. by Sebastian Redl · 16 years ago
  17. 3801d71 Switch diagnostics from .def to tablegen files. Please validate the Windows build. by Sebastian Redl · 16 years ago
  18. f4dc83c Update tablegen diagnostic files to be in sync with the def files. by Sebastian Redl · 16 years ago
  19. 3eb8dd7 Remove dead DeclarationName constructors that involving knowing about the by Ted Kremenek · 16 years ago
  20. fb31176 More static_assert work. Check that the assert expr is valid and show an error if it's false. Create the declaration and add it to the current context. by Anders Carlsson · 16 years ago
  21. f80a9d5 Check for overflow and signedness problems with template by Douglas Gregor · 16 years ago
  22. 8af2c16 Make Selector::getIdentifierInfo() private. I took a first attempt at this last by Ted Kremenek · 16 years ago
  23. 5b0f752 Make sure that the canonical representation of integral template arguments uses the bitwidth and signedness of the template parameter by Douglas Gregor · 16 years ago
  24. bc736fc Implement template instantiation for the prefix unary operators. As by Douglas Gregor · 16 years ago
  25. 4db938c Driver: Add types::{isAcceptedByClang,isCXX} predicates. by Daniel Dunbar · 16 years ago
  26. 789e220 Driver: Add simple Job classes, simple wrappers for information about by Daniel Dunbar · 16 years ago
  27. ad5f960 Pass more sane arguments to ActOnStaticAssertDeclaration by Anders Carlsson · 16 years ago
  28. f40ed17 Driver: Provide food and shelter for Action vtables. by Daniel Dunbar · 16 years ago
  29. 7644f07 wire up a new -fno-builtin option, make it control things like simplifylibcalls, by Chris Lattner · 16 years ago
  30. 0527bcc Include component warning TableGen files in Diagnostic.td. by Ted Kremenek · 16 years ago
  31. 57b704d Driver: Sprinkle some consts in, stub out BuildJobs method. by Daniel Dunbar · 16 years ago
  32. 7c175fb fix PR3798 by ignoring all diagnostics generated while repreprocessing a file in rewrite macros. by Chris Lattner · 16 years ago
  33. 836040f make Preprocessor::Diags be a pointer instead of a reference. by Chris Lattner · 16 years ago
  34. ba49817 Implement template instantiation for several more kinds of expressions: by Douglas Gregor · 16 years ago
  35. e8463ef Fix typo. by Ted Kremenek · 16 years ago
  36. 88ef4c4 Add missing ';'. by Ted Kremenek · 16 years ago
  37. 063daf6 Refactor the way we handle operator overloading and template by Douglas Gregor · 16 years ago
  38. 13135a6 ccc/Driver: Forward -fheinous-gnu-extensions to clang. by Daniel Dunbar · 16 years ago
  39. 3dbd6c5 Driver: Some minor bug fixes. by Daniel Dunbar · 16 years ago
  40. 810f6d5 introduce a new -fheinous-gnu-extensions flag that enables really by Chris Lattner · 16 years ago
  41. ecdd841 add a helper function to strip noop casts. by Chris Lattner · 16 years ago
  42. 36c2338 Fix typo. by Ted Kremenek · 16 years ago
  43. e78b809 Fix <rdar://problem/6675489> BlockDecl should not use llvm::smallvector. by Steve Naroff · 16 years ago
  44. caaacec Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65694 and http://llvm.org/viewvc/llvm-project?view=rev&revision=66741). by Steve Naroff · 16 years ago
  45. 610e81d Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target by Ted Kremenek · 16 years ago
  46. ba10213 Driver: Support -ccc-print-phases. by Daniel Dunbar · 16 years ago
  47. 85da007 Driver: Add cast<> support for Action, and some other accessors. by Daniel Dunbar · 16 years ago
  48. ad2a9af Driver: Complete "pipelining" (building the list of abstract actions by Daniel Dunbar · 16 years ago
  49. 7ab25d5 Driver: Add remaining Action classes we need. by Daniel Dunbar · 16 years ago
  50. c1b5fa8 Driver: Add types::getNumCompilationPhases, getCompilationPhase to by Daniel Dunbar · 16 years ago
  51. b1efcd8 Driver: Pull Phase info into separate file. by Daniel Dunbar · 16 years ago
  52. 3bf8224 ccc/Driver: Forward -fprint-source-range-info to clang. by Daniel Dunbar · 16 years ago
  53. 1fbee5d implement a new -fprint-source-range-info option, which by Chris Lattner · 16 years ago
  54. 668ab1a fix typo by Chris Lattner · 16 years ago
  55. cb88167 Driver: Handle "immediate" options. by Daniel Dunbar · 16 years ago
  56. 3fd95ce Improve the representation of operator expressions like "x + y" within by Douglas Gregor · 16 years ago
  57. 8b1604e ccc/Driver: Mark {dump{machine,specs,version}, by Daniel Dunbar · 16 years ago
  58. 7517ac0 Bring in std::string to fix compilation on GCC 4.3 by Argyrios Kyrtzidis · 16 years ago
  59. af61c71 Driver: Determine which compilation stages to run. by Daniel Dunbar · 16 years ago
  60. df03251 Implement template instantiation for builtin binary operators by Douglas Gregor · 16 years ago
  61. c971f86 Store the type of the integral value within a TemplateArgument, so that we can more efficiently reconstruct an IntegerLiteral from it during template instantiation by Douglas Gregor · 16 years ago
  62. e6fbdf5 Fix crash when using TypedViewRegions and ObjCQualifiedIdTypes (TypedViewRegion::getLValueType() was not implemented). by Ted Kremenek · 16 years ago
  63. dc19232 Add file I forgot to commit in previous commit. by Ted Kremenek · 16 years ago
  64. 082cb8d PathDiagnostics: by Ted Kremenek · 16 years ago
  65. 2fe63e6 Driver: Add majority of driver-driver implementation. by Daniel Dunbar · 16 years ago
  66. 313a81d Use StmtVisitor to handle the decoding of expressions for by Douglas Gregor · 16 years ago
  67. eaab206 API fix: All "bodies" for functions, Objective-C methods, blocks, are assumed to by Ted Kremenek · 16 years ago
  68. d65bddc Driver: Introduce ActionList typedef, tweak some constness. by Daniel Dunbar · 16 years ago
  69. 9f5ef94 Driver: Add types::canLipoType helper method. by Daniel Dunbar · 16 years ago
  70. 1e2d081 Driver: Add some HostInfo accessors. by Daniel Dunbar · 16 years ago
  71. bca58cb Driver: Add ArgList support for synthesizing arguments. by Daniel Dunbar · 16 years ago
  72. ba9eee3 add a callback for macro expansion, based on a patch by Paolo Bolzoni! by Chris Lattner · 16 years ago
  73. 0c562a2 Driver: Add ArgList::getLastArg. by Daniel Dunbar · 16 years ago
  74. 50f4f46 Add Diagnostic files for Frontend and move a couple errors over. by Daniel Dunbar · 16 years ago
  75. b897f5d Driver: Tweak diag names to be more consistent. by Daniel Dunbar · 16 years ago
  76. 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 16 years ago
  77. 53ec552 Driver: Start sketching construction of abstract built actions. by Daniel Dunbar · 16 years ago
  78. e9fba57 Driver: Add information on Driver input/temporary types. by Daniel Dunbar · 16 years ago
  79. 644eade Driver: Add Option flags. by Daniel Dunbar · 16 years ago
  80. 83293d2 Driver: Add definitions for all the gcc options the current ccc understands. by Daniel Dunbar · 16 years ago
  81. b349fcc Driver: Tweak option naming/def: - Use OPT_ prefix for ids. by Daniel Dunbar · 16 years ago
  82. e1495ec Driver: Reorder arguments in Options.def so option name is first. by Daniel Dunbar · 16 years ago
  83. d8cadd4 Driver: Add ArgList::hasArg, for testing for the presence of an by Daniel Dunbar · 16 years ago
  84. cf0dd15 Driver: Add Option::getId and Option::matches taking an option by Daniel Dunbar · 16 years ago
  85. d377522 Driver: Add default index (=0) for Arg::getValue and add Arg::claim by Daniel Dunbar · 16 years ago
  86. 656de63 Fix various problems with matching out-of-line definitions of static by Douglas Gregor · 16 years ago
  87. 021c3b3 Move most of the checking from ActOnCXXMemberDeclarator to other, more general routines. This is a step toward separating the checking logic from Declarators, which in turn is required for template instantiation. by Douglas Gregor · 16 years ago
  88. b2dea73 Add TypedViewRegion::isBoundable() to indicate whether or not the by Ted Kremenek · 16 years ago
  89. ff7fea8 Eliminate CXXClassMemberWrapper by Douglas Gregor · 16 years ago
  90. 2d2e9cf Eliminate CXXClassVarDecl. It doesn't add anything by Douglas Gregor · 16 years ago
  91. 3cf538d Implement basic template instantiation for fields. Reshuffle checking by Douglas Gregor · 16 years ago
  92. 4fdf1fa Add basic, hackish support for instantiation of typedefs in a class by Douglas Gregor · 16 years ago
  93. 511d7ab Add parser support for static_assert. by Anders Carlsson · 16 years ago
  94. 2e3f73b The RValueType of a TypedViewRegion should be the pointee type. by Zhongxing Xu · 16 years ago
  95. 672e408 Add utility method to BasicValueFactory to convert an APSInt to one of a different sign. by Ted Kremenek · 16 years ago
  96. 4018a28 Improve the "bad receiver" warning for ObjC message sends to be less confusing. by Chris Lattner · 16 years ago
  97. a516ce1 Add accessor method. by Ted Kremenek · 16 years ago
  98. 78a5361 Add accessor method to return a GRStateManager's internal ConstraintManager. by Ted Kremenek · 16 years ago
  99. 66b5271 Added method "canReasonAbout" to ConstraintManager. This method returns true if by Ted Kremenek · 16 years ago
  100. 3aa1ab2 Add some iterators to BugReporter. by Ted Kremenek · 16 years ago