1. 693de5d analyzer: Fix embarrassing regression in BasicStore when invalidating struct by Ted Kremenek · 15 years ago
  2. 743de1f Recognize rvalue references in C++03, but complain about them. This leads to far better error recovery. by Sebastian Redl · 15 years ago
  3. f05c05d Partial implementation of PR3342: break out pointer sign by Eli Friedman · 15 years ago
  4. f2e21e5 Disallow catching exceptions by rvalue reference. by Sebastian Redl · 15 years ago
  5. b0c4df5 Driver: Implement 'missing argument' error. by Daniel Dunbar · 15 years ago
  6. acddd2e .td files have been used for a few days without complaint. Kill the .def files. by Sebastian Redl · 15 years ago
  7. 157be83 Implement static_cast from lvalue to rvalue reference. by Sebastian Redl · 15 years ago
  8. e7c6f7a Check that the return/argument types of calls are complete. by Eli Friedman · 15 years ago
  9. 4681ebd Disallow abstract types where appropriate. by Anders Carlsson · 15 years ago
  10. 26d1a40 add some missing type predicates. by Chris Lattner · 15 years ago
  11. 22f0d09 PTHManager::Create(): by Ted Kremenek · 15 years ago
  12. 67e4dd2 Keep track of whether a class is abstract or not. This is currently only used for the __is_abstract type trait. by Anders Carlsson · 15 years ago
  13. b31cb7f Issue error if variables are defined inside an objc class, category or protocol. by Fariborz Jahanian · 15 years ago
  14. 91058ff continue dancing around the obvious algorithm issues in PR3810: by Chris Lattner · 15 years ago
  15. ac8d75f add an assertion for unreachable code. by Chris Lattner · 15 years ago
  16. 81abbdd partially inline getAttrs() to speed up PR3810 (and lots of by Chris Lattner · 15 years ago
  17. af96def Driver: Give Compilation::Execute total control over the Driver result by Daniel Dunbar · 15 years ago
  18. fa21920 When building the structured initializer list, pre-allocate storage in by Douglas Gregor · 15 years ago
  19. 9f9768c ccc/Driver/clang-fe: Accept -fbuiltin, and forward -f[no-]builtin to clang. by Daniel Dunbar · 15 years ago
  20. e33bea4 ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. by Daniel Dunbar · 15 years ago
  21. 5908a92 InitListDesignations hasn't been used (ever). Eliminate it, and by Douglas Gregor · 15 years ago
  22. 25a88bb Eliminate post-diagnostic hooks. Instead, implement a Sema-specific by Douglas Gregor · 15 years ago
  23. 082d936 Fix <rdar://problem/6704086> by allowing the format string checking in Sema to by Ted Kremenek · 15 years ago
  24. 57e8b05 Improve documentation for MemberExpr by Douglas Gregor · 15 years ago
  25. bb9b271 GRExprEngine: by Ted Kremenek · 15 years ago
  26. fc6a899 Driver: Parse Darwin version out of target triple. by Daniel Dunbar · 15 years ago
  27. def1a88 Allow profiling of "invalid" Symbols. by Ted Kremenek · 15 years ago
  28. ee51031 Driver: Add two option overload for AddAllArgValues. by Daniel Dunbar · 15 years ago
  29. 3332864 pass LangOptions into TargetInfo::getTargetDefines, so that targets by Chris Lattner · 15 years ago
  30. 7e9c90b add a new LangOptions::GNUMode bit to distinguish between GNU99 and C99 etc. by Chris Lattner · 15 years ago
  31. 38dd3d5 Driver: Add Arg::getAsString and use when dumping arguments to by Daniel Dunbar · 15 years ago
  32. ca3459e Driver: Implement -print-search-dirs. by Daniel Dunbar · 15 years ago
  33. bbafc5c Driver: Unbreak ToolChain::get{File,Program}Paths (which should return by Daniel Dunbar · 15 years ago
  34. a645796 Allow flexible array initializers that are not surrounded by by Douglas Gregor · 15 years ago
  35. 880dcf2 Add accessor Preprocessor::getPTHManager(). by Ted Kremenek · 15 years ago
  36. 4d7a089 Bindir and Win32 builds work, so switch to .inc files. Leave the .def files in the tree for a day or so longer. by Sebastian Redl · 15 years ago
  37. 6822863 Add PTHManager::getOriginalSourceFile(), a method that returns the name of the by Ted Kremenek · 15 years ago
  38. 5ef122e Variables marked as "extern" can actually have internal linkage if by Douglas Gregor · 15 years ago
  39. 5953d8b Introduce a new expression type, UnresolvedDeclRefExpr, that describes by Douglas Gregor · 15 years ago
  40. ceafbc8 Driver: Executing piped jobs with a single command is easy. by Daniel Dunbar · 15 years ago
  41. 42f7fc2 Driver: Add Arg::renderAsInput; this is a messy area and something I by Daniel Dunbar · 15 years ago
  42. 24c46b3 Print the context of tag types as part of pretty-printing, e.g., by Douglas Gregor · 15 years ago
  43. bad3518 Generalize printing of nested-name-specifier sequences for use in both by Douglas Gregor · 15 years ago
  44. e4e5b05 Introduce a representation for types that we referred to via a by Douglas Gregor · 15 years ago
  45. fb5cab2 Add a sugared version of ASTOwningResult::take, by Gabor Greif · 15 years ago
  46. 49b98e7 Driver: Execute jobs; no pipe support yet. by Daniel Dunbar · 15 years ago
  47. 38e24c7 objc: Implemented variables declared in class interface by Fariborz Jahanian · 15 years ago
  48. e530ad4 Driver: Cleanup temporary/result files. by Daniel Dunbar · 15 years ago
  49. c1ce194 Add stub TableGen file for diagnostic options. by Ted Kremenek · 15 years ago
  50. 0edefeb Driver: Support ToolChain specific path lists to search for files and programs. by Daniel Dunbar · 15 years ago
  51. 214399e Driver: Construct temporary file names. by Daniel Dunbar · 15 years ago
  52. 9a68865 HTML rewriter: Don't replace tabs with spaces by default. by Ted Kremenek · 15 years ago
  53. dd62beb Refactor 'Warning', 'Extension', and 'ExtWarn' TableGen classes to subclass by Ted Kremenek · 15 years ago
  54. 1d46033 Driver: Port Clang argument translation. by Daniel Dunbar · 15 years ago
  55. 18a7f33 Driver: Add argument translation utilities to ArgList. by Daniel Dunbar · 15 years ago
  56. e324ffe Driver: Forgot to mark -### as a driver option. by Daniel Dunbar · 15 years ago
  57. 6d954d7 Driver: Add "d" flag to Options.def for options which are completely by Daniel Dunbar · 15 years ago
  58. 871adcf Driver: ConstructJob also needs to know the destination (where to put by Daniel Dunbar · 15 years ago
  59. 24b5560 Driver: Implement -### (hard to tell, since we don't actually by Daniel Dunbar · 15 years ago
  60. cfcb96f Driver: Add forwarding methods to underlying list for PipedJob and JobList. by Daniel Dunbar · 15 years ago
  61. 456422c Driver: Make Arg::Claimed mutable. by Daniel Dunbar · 15 years ago
  62. d57ac59 Driver: Rename Command::Argv to Command::Arguments to make it clearer by Daniel Dunbar · 15 years ago
  63. 62cf601 Driver: Add a dash of const. by Daniel Dunbar · 15 years ago
  64. 47ac7d2 Driver: Stub out Tool::ConstructJob. by Daniel Dunbar · 15 years ago
  65. 10ffa9a Driver: Ditch Driver::DefaultToolChain, this can vary between compilations. by Daniel Dunbar · 15 years ago
  66. d9c834f Driver: Err, didn't mean to commit this part yet. by Daniel Dunbar · 15 years ago
  67. 2154923 Driver: Move actions into Compilation, and construct the compilation earlier. by Daniel Dunbar · 15 years ago
  68. 897cd90 don't crash when sentinel attribute is used on function without a prototype, by Chris Lattner · 15 years ago
  69. 2fa8c25 Fix Type::getDesugaredType() to remove all direct sugar on by Chris Lattner · 15 years ago
  70. 5c3c1d7 Driver: Add -ccc-print-bindings option (for testing); the Python by Daniel Dunbar · 15 years ago
  71. 31b1e54 Driver: Add name to Tool (for testing/debugging) and move GCC_* tools by Daniel Dunbar · 15 years ago
  72. 670b7f4 Driver: Stub out generic GCC tool selection. by Daniel Dunbar · 15 years ago
  73. fa0cda4 Driver: Pass HostInfo reference into ToolChain. by Daniel Dunbar · 15 years ago
  74. 8dbc269 Refactor instantiation of declarations within a template into a much by Douglas Gregor · 15 years ago
  75. e504952 Driver: Pass Driver reference down into Host info, which will need it by Daniel Dunbar · 15 years ago
  76. 1fd6c4b Driver: Hide HostInfo implementations. by Daniel Dunbar · 15 years ago
  77. cd4e186 Driver: Add two option form of ArgList::getLastArg. by Daniel Dunbar · 15 years ago
  78. 441d060 Driver: Add logic for computing where to put job outputs (pipe, by Daniel Dunbar · 15 years ago
  79. df78a95 Driver: Add list of temporary and result files to Compilation. by Daniel Dunbar · 15 years ago
  80. 3494bb1 Add ArgList::MakeArgString and make ArgList::Make* const. by Daniel Dunbar · 15 years ago
  81. 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 · 15 years ago
  82. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 15 years ago
  83. f353c8c Driver: Implement majority tool binding logic. by Daniel Dunbar · 15 years ago
  84. 586dc23 Driver: Migrate some data into the Compilation; after pipelining by Daniel Dunbar · 15 years ago
  85. 2ba38ba Driver: Sketch Tool and ToolChain classes. by Daniel Dunbar · 15 years ago
  86. a1ead48 Driver: Include Casting header definitions in a few places, add by Daniel Dunbar · 15 years ago
  87. 05532f2 Parser support for rvalue references. by Sebastian Redl · 15 years ago
  88. 94b15fb Handle static_asserts when instantiating structs. by Anders Carlsson · 15 years ago
  89. a135fb4 Add the ability to clone integer and string literals. Use it when instantiating template expressions. by Anders Carlsson · 15 years ago
  90. f53597f Convert a bunch of actions to smart pointers, and also bring PrintParserCallbacks a bit more in line with reality. by Sebastian Redl · 15 years ago
  91. 8afc3da Keep diagnostic td in sync with r67015. by Sebastian Redl · 15 years ago
  92. 4abaed0 Fix comment typo. by Daniel Dunbar · 15 years ago
  93. 2234768 Driver: Typo fix. by Daniel Dunbar · 15 years ago
  94. 8d2554a Driver: Start warning about unused arguments. by Daniel Dunbar · 15 years ago
  95. 8022fd4 Driver: Update ArgList::{hasArg,getLastArg} to optionally claim the by Daniel Dunbar · 15 years ago
  96. 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 · 15 years ago
  97. 3801d71 Switch diagnostics from .def to tablegen files. Please validate the Windows build. by Sebastian Redl · 15 years ago
  98. f4dc83c Update tablegen diagnostic files to be in sync with the def files. by Sebastian Redl · 15 years ago
  99. 3eb8dd7 Remove dead DeclarationName constructors that involving knowing about the by Ted Kremenek · 15 years ago
  100. 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 · 15 years ago