1. 45e8cbd Implement support for -fwritable-strings and make the code generator by Chris Lattner · 17 years ago
  2. 8aebcb7 Break out bool/true/false support into a LangOption by Nate Begeman · 17 years ago
  3. db87bca Added -Wfloat-equal option to the driver. This makes warnings about by Ted Kremenek · 17 years ago
  4. 31e6c7d Fix ownership model of ParseAST to allow the dtor of by Chris Lattner · 17 years ago
  5. b4292f2 by Steve Naroff · 17 years ago
  6. 2b65a9d wean the diagnostics machinery off the preprocessor. by Chris Lattner · 17 years ago
  7. bfa82c4 Started work on clang object serialization. Experimental by Ted Kremenek · 17 years ago
  8. ee98ac5 Add support for Pascal strings. by Anders Carlsson · 17 years ago
  9. 77cd2a0 add scafolding to play around with and bring up the code rewriter. by Chris Lattner · 17 years ago
  10. ea254db rename -parse-ast-view to -ast-view by Chris Lattner · 17 years ago
  11. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  12. 53b0dab Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
  13. 057aaf6 convert driver over to use Token::is/isNot APIs. fwew, all done. by Chris Lattner · 17 years ago
  14. 97e8b6f Rename ASTStreamers.* -> ASTConsumers.* by Chris Lattner · 17 years ago
  15. d15fa82 speed up clang startup another 28% by avoiding std::vector<std::string> by Chris Lattner · 17 years ago
  16. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  17. 41193e4 Moved "VerifyDiagnostics" variable declaration to right below ProgAction by Ted Kremenek · 17 years ago
  18. d39bcd8 Refactored driver so that any action that is implemented using an by Ted Kremenek · 17 years ago
  19. 4457978 Added "CheckASTConsumer", a function that generalizes by Ted Kremenek · 17 years ago
  20. 786d337 Changed command line options "-check-dead-stores" and by Ted Kremenek · 17 years ago
  21. 80de08f Added support to clang driver to view ASTs using GraphViz. This by Ted Kremenek · 17 years ago
  22. 91a0c62 Made driver flag --check-uninit-values more self-explanatory. by Ted Kremenek · 17 years ago
  23. 2bf5514 UninitialuzedValues now only tracks BlockVarDecls; obviating false positives with by Ted Kremenek · 17 years ago
  24. 580980b switch the llvm emitter to ASTConsumer interface. by Chris Lattner · 17 years ago
  25. c0508f9 switch the various CFG-based stuff over to using ASTConsumer interface, by Chris Lattner · 17 years ago
  26. 3d4997d convert ast printer and dumper ocver to ASTConsumer interface, by Chris Lattner · 17 years ago
  27. 556beb7 add a new ASTConsumer consumer to simplify stuff in the driver. by Chris Lattner · 17 years ago
  28. 055c275 Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 17 years ago
  29. 27b07c5 LiveVariables: by Ted Kremenek · 17 years ago
  30. e4e6334 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 17 years ago
  31. 7dba860 Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow by Ted Kremenek · 17 years ago
  32. 0c94641 Add isysroot support, patch by Keith Bauer by Chris Lattner · 17 years ago
  33. fddd518 Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs. by Ted Kremenek · 17 years ago
  34. 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago
  35. 94fea5a GCC doesn't set __STDC_VERSION__ usually. It never sets it in by Chris Lattner · 17 years ago
  36. bd24776 when running in -E mode on multiple files, there is no reason to accumulate by Chris Lattner · 17 years ago
  37. 96f1a64 Return an exit code of 1 if errors occur, not an exit code equal to the # errors :) by Chris Lattner · 17 years ago
  38. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  39. d4b80f1 Add support for C++'0x keywords, patch by Doug Gregor by Chris Lattner · 17 years ago
  40. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago