1. 5f9eae5 Add support for the CPATH, C_INCLUDE_PATH, CPLUS_INCLUDE_PATH, by Chris Lattner · 16 years ago
  2. 4df85f5 fix an interaction between -isystem . and isysroot. by Chris Lattner · 16 years ago
  3. c81c814 convert tabs to spaces, patch by Mike Stump! by Chris Lattner · 16 years ago
  4. 3426b9b enable digraphs for C94, thanks to Neil for pointing this out. by Chris Lattner · 16 years ago
  5. bfc10c9 Modified clang driver option -dump-live-variables to (optionally) use the by Ted Kremenek · 16 years ago
  6. 5f39c2d clang driver options --dump-cfg and --view-cfg now (optionally) use the by Ted Kremenek · 16 years ago
  7. 71ac9c4 When running the GRSimpleVals analysis, skip functions that do not by Ted Kremenek · 16 years ago
  8. b9c31f0 For now, --grsimple skips analyzing functions in header files. by Ted Kremenek · 16 years ago
  9. 9dca062 --grsimple now reports the number of nodes in the ExplodedGraph for by Ted Kremenek · 16 years ago
  10. cb33093 Running -grsimple now emits diagnostics about the time spent analyzing each function. Will by Ted Kremenek · 16 years ago
  11. 7df3d71 A couple of msvc compile fixes from the ml; I haven't tested with msvc, by Eli Friedman · 16 years ago
  12. a674349 Set Ubuntu 7.10 c++ include path. by Lauro Ramos Venancio · 16 years ago
  13. d55fe52 Added --grsimple-view option to clang driver; this is the same as by Ted Kremenek · 16 years ago
  14. e01c987 Renamed GRConstants => GRSimpleVals. by Ted Kremenek · 16 years ago
  15. e7a3730 by Steve Naroff · 16 years ago
  16. 58de026 by Steve Naroff · 16 years ago
  17. efe7f36 by Steve Naroff · 16 years ago
  18. dfab6cb Put back the top-level asm code; all tests pass now. by Anders Carlsson · 16 years ago
  19. 3f9424f Back out 46855 for now, it causes test failures on Darwin. by Anders Carlsson · 16 years ago
  20. 61900f0 Handle top-level asm declarations. by Anders Carlsson · 16 years ago
  21. 19227e3 Added proof-of-concept NULL pointer diagnostics to GRConstants. by Ted Kremenek · 16 years ago
  22. d62701b by Steve Naroff · 16 years ago
  23. 5101907 Make sure to propagate qualifiers through the member operator. by Eli Friedman · 16 years ago
  24. 8ee3c03 move the codegen ASTConsumer out of the driver into libcodegen, by Chris Lattner · 16 years ago
  25. e66b65c pull .ll and .bc writing out of the ASTConsumer destructors into some top by Chris Lattner · 16 years ago
  26. e91c134 rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} by Chris Lattner · 16 years ago
  27. d86e6bc rewrite some of the type refinement code to eliminate dangling pointers by Chris Lattner · 16 years ago
  28. 7097d91 Fix PR1966 by ignoring non-error diagnostics from system headers even if they are by Chris Lattner · 16 years ago
  29. be4b333 by Steve Naroff · 17 years ago
  30. 5fd69c3 by Steve Naroff · 17 years ago
  31. e12e692 by Steve Naroff · 17 years ago
  32. aadaf78 add some helper methods for removing and replacing text, this makes the by Chris Lattner · 17 years ago
  33. f3dd57e Add a new InsertText method that does the check to see if the insertion was valid. This by Chris Lattner · 17 years ago
  34. 9e13c2e move a large method out of line by Chris Lattner · 17 years ago
  35. dcbc5b0 Make rewriter::inserttext return a bool to indicate if it failed. by Chris Lattner · 17 years ago
  36. 338d1e2 Fix a rewriter crash when the whole body of a foreach is itself by Chris Lattner · 17 years ago
  37. f69cc5d by Steve Naroff · 17 years ago
  38. a0f5579 Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. by Fariborz Jahanian · 17 years ago
  39. bffaa83 Modified LiveVariables to perform all of its base initialization in the ctor, by Ted Kremenek · 17 years ago
  40. cb48b9c Driver now passes the top-level FunctionDecl* to GRConstants. by Ted Kremenek · 17 years ago
  41. 0113c9d by Steve Naroff · 17 years ago
  42. e988bc2 Make -o work with -E, patch contributed by Shantonu Sen! by Chris Lattner · 17 years ago
  43. 0cbc215 Fix a bug recovering from broken code with a goto that Eli reported. by Chris Lattner · 17 years ago
  44. 874d63f Added passing "ASTContext" to both GREngine and GRConstants. by Ted Kremenek · 17 years ago
  45. 7da8d94 Fixed a nasty bug which took a while to come up with a test case, by Fariborz Jahanian · 17 years ago
  46. 116a4b1 add support for -Wundef. by Chris Lattner · 17 years ago
  47. 7d6b46d Problem with ObjC's type-encoding of nested structs causing infinit recursion. by Fariborz Jahanian · 17 years ago
  48. 397cbf2 Add Ubuntu 7.10 include path. by Lauro Ramos Venancio · 17 years ago
  49. 7c39ff7 Synthesize methods with va-arg list correctly. by Fariborz Jahanian · 17 years ago
  50. af57b46 Fixed comment. by Fariborz Jahanian · 17 years ago
  51. 20ebf8f by Steve Naroff · 17 years ago
  52. 452b899 Patch to replace #import with #include. by Fariborz Jahanian · 17 years ago
  53. b4b2f0c Insert #pragma once when rewriting a header file. by Fariborz Jahanian · 17 years ago
  54. a453255 Shortened driver option for running the GR-constants analysis to --grconstants. by Ted Kremenek · 17 years ago
  55. ee98546 Hooked up the GRConstants analysis to the driver. by Ted Kremenek · 17 years ago
  56. b586cce Typo. by Fariborz Jahanian · 17 years ago
  57. e8d1c05 Added support for rewriting of continue/break statements inside ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
  58. b1a17ae avoid pasting L + "foo" into L"foo". by Chris Lattner · 17 years ago
  59. fdc0d3c avoid token pasting between identifiers and wide strings: by Chris Lattner · 17 years ago
  60. e9b1219 by Steve Naroff · 17 years ago
  61. bdd30c2 Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove by Ted Kremenek · 17 years ago
  62. c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  63. e41b7cd When forming the squigly underline for a diagnostic, make sure to by Chris Lattner · 17 years ago
  64. 8800742 Avoid redefinition of __objcFastEnumerationState by Fariborz Jahanian · 17 years ago
  65. 64299f8 add support for the GCC -include option. by Chris Lattner · 17 years ago
  66. 4b1daf0 Fix some 80 col violations by Chris Lattner · 17 years ago
  67. 3a2781c Ted apparently likes crazy whitespace at the end of line. Crush his spirit by by Chris Lattner · 17 years ago
  68. 531a1ea Put return type of synthesize method on same line as method declaration, space after method declaration header. by Fariborz Jahanian · 17 years ago
  69. 7571228 Allow messaging expression as foreach's collection expression. by Fariborz Jahanian · 17 years ago
  70. 88f50f3 Type-cast RHS of assignment to prevent warning compiling rewritten foreach code. by Fariborz Jahanian · 17 years ago
  71. 3f76f2a Fixed a bug whereby a parethesized collection expression was not being rewritten correctly. by Fariborz Jahanian · 17 years ago
  72. e84b040 Typo fixed. by Fariborz Jahanian · 17 years ago
  73. 33b9c4e Patch to rewrite ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
  74. e603df4 Added most of the boilerplate to the driver needed to run the graph-reachability by Ted Kremenek · 17 years ago
  75. 10d24f0 Patch to start rewriting of ObjC2's foreach statement (work in progress). by Fariborz Jahanian · 17 years ago
  76. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  77. 9b2f6c4 Fix PR1897, patch by Wilhansen Li by Chris Lattner · 17 years ago
  78. 0fc53df Compute the proper sourcerange for an CompoundLiteralExpr. by Chris Lattner · 17 years ago
  79. ef5a85d Refactor the decl printer, patch by Mike Stump! by Chris Lattner · 17 years ago
  80. aabbb12 Rename stats to print-stats to avoid conflicting with llvm's by Nate Begeman · 17 years ago
  81. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  82. 4c92b43 Make output files binary mode for -emit-llvm-bc by Christopher Lamb · 17 years ago
  83. 396f9fe Almost the best possible handling of stdin/stdout for llvm-emit-bc! by Christopher Lamb · 17 years ago
  84. 8bd848f Better handing of stdin/stdout for -emit-llvm-bc by Christopher Lamb · 17 years ago
  85. 2d6c065 Allow bitcode output to be redirected to stdout. by Christopher Lamb · 17 years ago
  86. fe947ad Implement -emit-llvm-bc option by Seo Sanghyeon · 17 years ago
  87. eb44eee remove use of alloca. by Chris Lattner · 17 years ago
  88. d0fa109 Unbreak mingw build by Anton Korobeynikov · 17 years ago
  89. cf6e41b Directory restructing of Analysis files. by Ted Kremenek · 17 years ago
  90. ee53364 Converted uses of scoped_ptr to OwningPtr. by Ted Kremenek · 17 years ago
  91. 5411772 Created initial implementation of "BuildSerializer", and ASTConsumer by Ted Kremenek · 17 years ago
  92. f06c928 Split serialization ASTConsumers into two consumers: SingleFileSerializer and by Ted Kremenek · 17 years ago
  93. 1036b68 Added methods createMainFileID() and createMainFileIDForMemBuffer() to by Ted Kremenek · 17 years ago
  94. 95041a2 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 17 years ago
  95. 7dcc968 Typo fix. by Ted Kremenek · 17 years ago
  96. 76edd0e Added storage of the FileID of the the main source file of a translation unit by Ted Kremenek · 17 years ago
  97. fdfc198 Removed "SourceFile" from TranslationUnit. This same information will (soon) by Ted Kremenek · 17 years ago
  98. 50b5641 Cleaned up "-o" option to print "-o=<path>" instead of "-o=<string>" when by Ted Kremenek · 17 years ago
  99. ccc7647 Added "-o" option to driver. ASTConsumers will need to be gradually by Ted Kremenek · 17 years ago
  100. 63ea863 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 17 years ago