1. 5953d8b Introduce a new expression type, UnresolvedDeclRefExpr, that describes by Douglas Gregor · 15 years ago
  2. ceafbc8 Driver: Executing piped jobs with a single command is easy. by Daniel Dunbar · 15 years ago
  3. 42f7fc2 Driver: Add Arg::renderAsInput; this is a messy area and something I by Daniel Dunbar · 15 years ago
  4. 24c46b3 Print the context of tag types as part of pretty-printing, e.g., by Douglas Gregor · 15 years ago
  5. bad3518 Generalize printing of nested-name-specifier sequences for use in both by Douglas Gregor · 15 years ago
  6. e4e5b05 Introduce a representation for types that we referred to via a by Douglas Gregor · 15 years ago
  7. fb5cab2 Add a sugared version of ASTOwningResult::take, by Gabor Greif · 15 years ago
  8. 49b98e7 Driver: Execute jobs; no pipe support yet. by Daniel Dunbar · 15 years ago
  9. 38e24c7 objc: Implemented variables declared in class interface by Fariborz Jahanian · 15 years ago
  10. e530ad4 Driver: Cleanup temporary/result files. by Daniel Dunbar · 15 years ago
  11. c1ce194 Add stub TableGen file for diagnostic options. by Ted Kremenek · 15 years ago
  12. 0edefeb Driver: Support ToolChain specific path lists to search for files and programs. by Daniel Dunbar · 15 years ago
  13. 214399e Driver: Construct temporary file names. by Daniel Dunbar · 15 years ago
  14. 9a68865 HTML rewriter: Don't replace tabs with spaces by default. by Ted Kremenek · 15 years ago
  15. dd62beb Refactor 'Warning', 'Extension', and 'ExtWarn' TableGen classes to subclass by Ted Kremenek · 15 years ago
  16. 1d46033 Driver: Port Clang argument translation. by Daniel Dunbar · 15 years ago
  17. 18a7f33 Driver: Add argument translation utilities to ArgList. by Daniel Dunbar · 16 years ago
  18. e324ffe Driver: Forgot to mark -### as a driver option. by Daniel Dunbar · 16 years ago
  19. 6d954d7 Driver: Add "d" flag to Options.def for options which are completely by Daniel Dunbar · 16 years ago
  20. 871adcf Driver: ConstructJob also needs to know the destination (where to put by Daniel Dunbar · 16 years ago
  21. 24b5560 Driver: Implement -### (hard to tell, since we don't actually by Daniel Dunbar · 16 years ago
  22. cfcb96f Driver: Add forwarding methods to underlying list for PipedJob and JobList. by Daniel Dunbar · 16 years ago
  23. 456422c Driver: Make Arg::Claimed mutable. by Daniel Dunbar · 16 years ago
  24. d57ac59 Driver: Rename Command::Argv to Command::Arguments to make it clearer by Daniel Dunbar · 16 years ago
  25. 62cf601 Driver: Add a dash of const. by Daniel Dunbar · 16 years ago
  26. 47ac7d2 Driver: Stub out Tool::ConstructJob. by Daniel Dunbar · 16 years ago
  27. 10ffa9a Driver: Ditch Driver::DefaultToolChain, this can vary between compilations. by Daniel Dunbar · 16 years ago
  28. d9c834f Driver: Err, didn't mean to commit this part yet. by Daniel Dunbar · 16 years ago
  29. 2154923 Driver: Move actions into Compilation, and construct the compilation earlier. by Daniel Dunbar · 16 years ago
  30. 897cd90 don't crash when sentinel attribute is used on function without a prototype, by Chris Lattner · 16 years ago
  31. 2fa8c25 Fix Type::getDesugaredType() to remove all direct sugar on by Chris Lattner · 16 years ago
  32. 5c3c1d7 Driver: Add -ccc-print-bindings option (for testing); the Python by Daniel Dunbar · 16 years ago
  33. 31b1e54 Driver: Add name to Tool (for testing/debugging) and move GCC_* tools by Daniel Dunbar · 16 years ago
  34. 670b7f4 Driver: Stub out generic GCC tool selection. by Daniel Dunbar · 16 years ago
  35. fa0cda4 Driver: Pass HostInfo reference into ToolChain. by Daniel Dunbar · 16 years ago
  36. 8dbc269 Refactor instantiation of declarations within a template into a much by Douglas Gregor · 16 years ago
  37. e504952 Driver: Pass Driver reference down into Host info, which will need it by Daniel Dunbar · 16 years ago
  38. 1fd6c4b Driver: Hide HostInfo implementations. by Daniel Dunbar · 16 years ago
  39. cd4e186 Driver: Add two option form of ArgList::getLastArg. by Daniel Dunbar · 16 years ago
  40. 441d060 Driver: Add logic for computing where to put job outputs (pipe, by Daniel Dunbar · 16 years ago
  41. df78a95 Driver: Add list of temporary and result files to Compilation. by Daniel Dunbar · 16 years ago
  42. 3494bb1 Add ArgList::MakeArgString and make ArgList::Make* const. by Daniel Dunbar · 16 years ago
  43. 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
  44. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
  45. f353c8c Driver: Implement majority tool binding logic. by Daniel Dunbar · 16 years ago
  46. 586dc23 Driver: Migrate some data into the Compilation; after pipelining by Daniel Dunbar · 16 years ago
  47. 2ba38ba Driver: Sketch Tool and ToolChain classes. by Daniel Dunbar · 16 years ago
  48. a1ead48 Driver: Include Casting header definitions in a few places, add by Daniel Dunbar · 16 years ago
  49. 05532f2 Parser support for rvalue references. by Sebastian Redl · 16 years ago
  50. 94b15fb Handle static_asserts when instantiating structs. by Anders Carlsson · 16 years ago
  51. a135fb4 Add the ability to clone integer and string literals. Use it when instantiating template expressions. by Anders Carlsson · 16 years ago
  52. 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
  53. 8afc3da Keep diagnostic td in sync with r67015. by Sebastian Redl · 16 years ago
  54. 4abaed0 Fix comment typo. by Daniel Dunbar · 16 years ago
  55. 2234768 Driver: Typo fix. by Daniel Dunbar · 16 years ago
  56. 8d2554a Driver: Start warning about unused arguments. by Daniel Dunbar · 16 years ago
  57. 8022fd4 Driver: Update ArgList::{hasArg,getLastArg} to optionally claim the by Daniel Dunbar · 16 years ago
  58. 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
  59. 3801d71 Switch diagnostics from .def to tablegen files. Please validate the Windows build. by Sebastian Redl · 16 years ago
  60. f4dc83c Update tablegen diagnostic files to be in sync with the def files. by Sebastian Redl · 16 years ago
  61. 3eb8dd7 Remove dead DeclarationName constructors that involving knowing about the by Ted Kremenek · 16 years ago
  62. 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
  63. f80a9d5 Check for overflow and signedness problems with template by Douglas Gregor · 16 years ago
  64. 8af2c16 Make Selector::getIdentifierInfo() private. I took a first attempt at this last by Ted Kremenek · 16 years ago
  65. 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
  66. bc736fc Implement template instantiation for the prefix unary operators. As by Douglas Gregor · 16 years ago
  67. 4db938c Driver: Add types::{isAcceptedByClang,isCXX} predicates. by Daniel Dunbar · 16 years ago
  68. 789e220 Driver: Add simple Job classes, simple wrappers for information about by Daniel Dunbar · 16 years ago
  69. ad5f960 Pass more sane arguments to ActOnStaticAssertDeclaration by Anders Carlsson · 16 years ago
  70. f40ed17 Driver: Provide food and shelter for Action vtables. by Daniel Dunbar · 16 years ago
  71. 7644f07 wire up a new -fno-builtin option, make it control things like simplifylibcalls, by Chris Lattner · 16 years ago
  72. 0527bcc Include component warning TableGen files in Diagnostic.td. by Ted Kremenek · 16 years ago
  73. 57b704d Driver: Sprinkle some consts in, stub out BuildJobs method. by Daniel Dunbar · 16 years ago
  74. 7c175fb fix PR3798 by ignoring all diagnostics generated while repreprocessing a file in rewrite macros. by Chris Lattner · 16 years ago
  75. 836040f make Preprocessor::Diags be a pointer instead of a reference. by Chris Lattner · 16 years ago
  76. ba49817 Implement template instantiation for several more kinds of expressions: by Douglas Gregor · 16 years ago
  77. e8463ef Fix typo. by Ted Kremenek · 16 years ago
  78. 88ef4c4 Add missing ';'. by Ted Kremenek · 16 years ago
  79. 063daf6 Refactor the way we handle operator overloading and template by Douglas Gregor · 16 years ago
  80. 13135a6 ccc/Driver: Forward -fheinous-gnu-extensions to clang. by Daniel Dunbar · 16 years ago
  81. 3dbd6c5 Driver: Some minor bug fixes. by Daniel Dunbar · 16 years ago
  82. 810f6d5 introduce a new -fheinous-gnu-extensions flag that enables really by Chris Lattner · 16 years ago
  83. ecdd841 add a helper function to strip noop casts. by Chris Lattner · 16 years ago
  84. 36c2338 Fix typo. by Ted Kremenek · 16 years ago
  85. e78b809 Fix <rdar://problem/6675489> BlockDecl should not use llvm::smallvector. by Steve Naroff · 16 years ago
  86. 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
  87. 610e81d Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target by Ted Kremenek · 16 years ago
  88. ba10213 Driver: Support -ccc-print-phases. by Daniel Dunbar · 16 years ago
  89. 85da007 Driver: Add cast<> support for Action, and some other accessors. by Daniel Dunbar · 16 years ago
  90. ad2a9af Driver: Complete "pipelining" (building the list of abstract actions by Daniel Dunbar · 16 years ago
  91. 7ab25d5 Driver: Add remaining Action classes we need. by Daniel Dunbar · 16 years ago
  92. c1b5fa8 Driver: Add types::getNumCompilationPhases, getCompilationPhase to by Daniel Dunbar · 16 years ago
  93. b1efcd8 Driver: Pull Phase info into separate file. by Daniel Dunbar · 16 years ago
  94. 3bf8224 ccc/Driver: Forward -fprint-source-range-info to clang. by Daniel Dunbar · 16 years ago
  95. 1fbee5d implement a new -fprint-source-range-info option, which by Chris Lattner · 16 years ago
  96. 668ab1a fix typo by Chris Lattner · 16 years ago
  97. cb88167 Driver: Handle "immediate" options. by Daniel Dunbar · 16 years ago
  98. 3fd95ce Improve the representation of operator expressions like "x + y" within by Douglas Gregor · 16 years ago
  99. 8b1604e ccc/Driver: Mark {dump{machine,specs,version}, by Daniel Dunbar · 16 years ago
  100. 7517ac0 Bring in std::string to fix compilation on GCC 4.3 by Argyrios Kyrtzidis · 16 years ago