1. 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
  2. 8a12c27 Push the rewriting APIs along. Build a trivial client that replaces tabs by Chris Lattner · 17 years ago
  3. 77cd2a0 add scafolding to play around with and bring up the code rewriter. by Chris Lattner · 17 years ago
  4. ea254db rename -parse-ast-view to -ast-view by Chris Lattner · 17 years ago
  5. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  6. a1a5178 fix a bunch of regressions I introduced :( by Chris Lattner · 17 years ago
  7. 6f688e1 clang -E should not print tokens from the predefines buffer. by Chris Lattner · 17 years ago
  8. 640db42 by Steve Naroff · 17 years ago
  9. 53b0dab Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
  10. 057aaf6 convert driver over to use Token::is/isNot APIs. fwew, all done. by Chris Lattner · 17 years ago
  11. e37882a Added a new class for Interfaces qualified by protocol list. by Fariborz Jahanian · 17 years ago
  12. ab0aeb0 Several small patches to do pretty printing for objective-c top-level decls by Fariborz Jahanian · 17 years ago
  13. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  14. 97e8b6f Rename ASTStreamers.* -> ASTConsumers.* by Chris Lattner · 17 years ago
  15. 2204ec1 add a missing ; by Chris Lattner · 17 years ago
  16. 9fa5e65 stub out some printing of objc decls. by Chris Lattner · 17 years ago
  17. d15fa82 speed up clang startup another 28% by avoiding std::vector<std::string> by Chris Lattner · 17 years ago
  18. 11e7218 Migrated LiveVariables and UninitializedVariables to now use the by Ted Kremenek · 17 years ago
  19. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  20. 41193e4 Moved "VerifyDiagnostics" variable declaration to right below ProgAction by Ted Kremenek · 17 years ago
  21. 42e04c7 Removed inclusion of <memory>, which is no longer needed since we by Ted Kremenek · 17 years ago
  22. d39bcd8 Refactored driver so that any action that is implemented using an by Ted Kremenek · 17 years ago
  23. c5f45e3 Fixed broken English in comment. by Ted Kremenek · 17 years ago
  24. 4457978 Added "CheckASTConsumer", a function that generalizes by Ted Kremenek · 17 years ago
  25. 786d337 Changed command line options "-check-dead-stores" and by Ted Kremenek · 17 years ago
  26. fdd225e Further refactored DataflowSolver. Now most code for the solver is shared by Ted Kremenek · 17 years ago
  27. 80de08f Added support to clang driver to view ASTs using GraphViz. This by Ted Kremenek · 17 years ago
  28. 91a0c62 Made driver flag --check-uninit-values more self-explanatory. by Ted Kremenek · 17 years ago
  29. 2bf5514 UninitialuzedValues now only tracks BlockVarDecls; obviating false positives with by Ted Kremenek · 17 years ago
  30. 1225966 Removed check for NULL CFG. Bad CFGs will fire an assertion failure by Ted Kremenek · 17 years ago
  31. 580980b switch the llvm emitter to ASTConsumer interface. by Chris Lattner · 17 years ago
  32. dce7bd6 From Justin Handville: by Chris Lattner · 17 years ago
  33. c0508f9 switch the various CFG-based stuff over to using ASTConsumer interface, by Chris Lattner · 17 years ago
  34. 3d4997d convert ast printer and dumper ocver to ASTConsumer interface, by Chris Lattner · 17 years ago
  35. 556beb7 add a new ASTConsumer consumer to simplify stuff in the driver. by Chris Lattner · 17 years ago
  36. 8bd12b8 Initial checkin of rewriter interface. It is just stubbed out for now. by Chris Lattner · 17 years ago
  37. 08d92e4 by Steve Naroff · 17 years ago
  38. 8e74c93 by Steve Naroff · 17 years ago
  39. b800dc2 make the sourcemgr available through ASTContext. by Chris Lattner · 17 years ago
  40. bb20469 by Steve Naroff · 17 years ago
  41. 2bd42fa Some small tweaks to the recent Objc support... by Steve Naroff · 17 years ago
  42. c0576ca Fixed LiveVariables to no longer track the liveness of function pointers by Ted Kremenek · 17 years ago
  43. 567a7e6 -check-dead-stores now no longer prints out the function declarations by Ted Kremenek · 17 years ago
  44. 74bf2c9 Refactored driver options that perform analyses/work over CFGs to use by Ted Kremenek · 17 years ago
  45. 055c275 Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 17 years ago
  46. 27b07c5 LiveVariables: by Ted Kremenek · 17 years ago
  47. e4e6334 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 17 years ago
  48. 3936c58 remove sorry. by Chris Lattner · 17 years ago
  49. 717e7e3 silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  50. 6a4545e Add #ifdefs to make the source portable to windows. Patch contributed by Chris Lattner · 17 years ago
  51. f01654f When relexing the file to find expected warnings/errors, make sure by Chris Lattner · 17 years ago
  52. 0c727a3 Allow a SourceManager to optionally be passed into Stmt::dump by Chris Lattner · 17 years ago
  53. 7dba860 Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow by Ted Kremenek · 17 years ago
  54. 0c94641 Add isysroot support, patch by Keith Bauer by Chris Lattner · 17 years ago
  55. 70c8b2e Make parse-ast-print print the storage class and inline specifier of functions. by Chris Lattner · 17 years ago
  56. 026473c Renamed "CFG::BuildCFG" to "CFG::buildCFG" to have more consistent capitalization. by Ted Kremenek · 17 years ago
  57. fddd518 Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs. by Ted Kremenek · 17 years ago
  58. 009e9f7 Build ASTs before relexing the file. This avoids having comment finding mutate the by Chris Lattner · 17 years ago
  59. 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago
  60. 5143196 avoid std::string yet again. by Chris Lattner · 17 years ago
  61. d8e3083 Use a smallstring instead of an std::string in FileChanged to avoid some malloc traffic. by Chris Lattner · 17 years ago
  62. b638a30 Fix two paste-avoidance bugs I introduced last night. Patch by Chris Lattner · 17 years ago
  63. f063721 avoid creating std::strings in MoveToLine by Chris Lattner · 17 years ago
  64. e225e37 In OutputString, avoid calling memcpy for really tiny strings. by Chris Lattner · 17 years ago
  65. 2933f41 Avoid calling getSpelling at all for identifiers, which are by Chris Lattner · 17 years ago
  66. f0f2b29 change the concatenation avoidance algorithm to be partially table-driven by Chris Lattner · 17 years ago
  67. b19f5e8 If a token doesn't need cleaning, we can get its first character by Chris Lattner · 17 years ago
  68. 822f940 A minor tweak to -E output, speeding up -E 1.5% on 447.dealII by Chris Lattner · 17 years ago
  69. 349b42a no need to avoid pasting >* It can't form ->*, because we know the previous by Chris Lattner · 17 years ago
  70. 94fea5a GCC doesn't set __STDC_VERSION__ usually. It never sets it in by Chris Lattner · 17 years ago
  71. 83769ab remove redundant test by Chris Lattner · 17 years ago
  72. 0cbc4b5 avoid a small bit of string traffic by not storing the ""'s around a string in CurFilename by Chris Lattner · 17 years ago
  73. bd24776 when running in -E mode on multiple files, there is no reason to accumulate by Chris Lattner · 17 years ago
  74. 96f1a64 Return an exit code of 1 if errors occur, not an exit code equal to the # errors :) by Chris Lattner · 17 years ago
  75. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  76. 25bdb51 simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buffer*. by Chris Lattner · 17 years ago
  77. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  78. 20e6ccd add better comments. by Chris Lattner · 17 years ago
  79. d4b80f1 Add support for C++'0x keywords, patch by Doug Gregor by Chris Lattner · 17 years ago
  80. c3f8937 non-apple targets should be like i386, not the mythical, bogus, linux target. by Chris Lattner · 17 years ago
  81. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  82. 88a69ad implement support for basic codegen of global variables with no initializers. by Chris Lattner · 17 years ago
  83. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago