1. 7d43a31 2nd try to fix leakage of the module provider. note that moduleprovider takes ownership of the module by Nuno Lopes · 16 years ago
  2. dd49267 fix leaking of the module provider by Nuno Lopes · 16 years ago
  3. 750c358 Add initial dependency file generation support. Patch by Kovarththanan by Daniel Dunbar · 16 years ago
  4. 1f81230 Move viewInheritance to CXXRecordDecl, and make sure it builds in Release mode, too by Douglas Gregor · 16 years ago
  5. 6c308cc Use LINK_COMPONENTS instead of hard coding LLVM libraries. by Daniel Dunbar · 16 years ago
  6. b406459 Fix linking error. by Zhongxing Xu · 16 years ago
  7. 95c7b00 Make the analyzer store (memory model) a command line option. by Ted Kremenek · 16 years ago
  8. 7cae2f6 Added driver option "-cxx-inheritance-view" for viewing the C++ hierarchy of a class in GraphViz. by Ted Kremenek · 16 years ago
  9. 4c877cc Hook "fast" code generation to -O0. by Daniel Dunbar · 16 years ago
  10. 70f9243 Add -O[0-3s] support (following llvm-gcc). by Daniel Dunbar · 16 years ago
  11. b9988c0 Fix <rdar://problem/6312683> clang block rewriter: by Steve Naroff · 16 years ago
  12. 8b7650e Only create the target machine when emitting assembly. by Daniel Dunbar · 16 years ago
  13. ed2cb28 [LLVM up] Get rid of std::ostream usage from Backend.cpp by Daniel Dunbar · 16 years ago
  14. a778d7d Add support for assembler-with-cpp (preprocessed .S files), patch by by Chris Lattner · 16 years ago
  15. 11292b0 Update to use raw_ostream for PrintModulePass. by Daniel Dunbar · 16 years ago
  16. d46075f Commito, didn't mean to remove this header. by Daniel Dunbar · 16 years ago
  17. d69bacc [LLVM up] Add basic -S option to clang. by Daniel Dunbar · 16 years ago
  18. 8e9bebd Preliminary support for function overloading by Douglas Gregor · 16 years ago
  19. 94ac21e Fix <rdar://problem/6297052> confused in some way by embedded /* */ comments. by Steve Naroff · 16 years ago
  20. fe6b0dc Fix <rdar://problem/6261178> clang-on-xcode: [sema] multiple method warning is over enthusiastic. by Steve Naroff · 16 years ago
  21. 8588896 Added the start of a prototype implementation of PCH based on token caching. by Ted Kremenek · 16 years ago
  22. 85b4897 Add newline at the end of file, to silence compiler warning. by Matthijs Kooijman · 16 years ago
  23. 0d504c1 Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType. by Daniel Dunbar · 16 years ago
  24. d3db401 Add --disable-free flag to clang. by Daniel Dunbar · 16 years ago
  25. ca74360 Tighten up blocks rewriter to handle casts and some other interesting cases. by Steve Naroff · 16 years ago
  26. 99bd46c make the -rewrite-test a bit more interesting: it now by Chris Lattner · 16 years ago
  27. cff9cc9 start implementing a token rewriter. At this point, it just reads in a file by Chris Lattner · 16 years ago
  28. b13c5ee Add a new -rewrite-test option, which is basically a by Chris Lattner · 16 years ago
  29. c106c10 Add a new -dump-raw-tokens option, which allows us to see raw tokens. by Chris Lattner · 16 years ago
  30. 590f0cc Change how raw lexers are handled: instead of creating them and then by Chris Lattner · 16 years ago
  31. e0109a5 Fix/simplify RewriteBlocks::RewriteBlockPointerFunctionArgs(). by Steve Naroff · 16 years ago
  32. 0b0ee50 Disable blocks support in C++ mode. by Daniel Dunbar · 16 years ago
  33. 84a969f Touchup the rewriter to handle the new BlockExpr->BlockDecl dance. by Steve Naroff · 16 years ago
  34. 56ee689 - Add BlockDecl AST node. - Modify BlockExpr to reference the BlockDecl. by Steve Naroff · 16 years ago
  35. ab9bae7 Explicitly access the first Decl* referenced by a DeclStmt instead of using "getDecl()." Added a FIXME indicating that the call to RewriteObjCQualifiedInterfaceTypes() is meant to modifying the type-specifier; hopefully this will be a little more clean once DeclGroups contain type specifiers. by Ted Kremenek · 16 years ago
  36. 50a25e2 Use "DeclStmt::getSolitaryDecl()" when accessing the DeclStmt of an @catch. by Ted Kremenek · 16 years ago
  37. 1ed8e2a Use DeclStmt::getSolitaryDecl() instead of DeclStmt::getDecl() when rewriting Objective-c foreach statements. by Ted Kremenek · 16 years ago
  38. fda4fed In RewriteFunctionBody, using DeclStmt::decl_iterator to rewrite the Decls in a DeclStmt instead of using getDecl() to fetch the first Decl. by Ted Kremenek · 16 years ago
  39. 68c5918 Allow -verify to be used with -rewrite-macros. by Daniel Dunbar · 16 years ago
  40. 539ced1 Add dummy -ast-dump support for ObjC category implementations. by Daniel Dunbar · 16 years ago
  41. 22aed65 Remove old diag that alerted the user to a limitation we no longer have:-) by Steve Naroff · 16 years ago
  42. d3f7790 Create a function, eliminating some redundancy between SynthesizeBlockInitExpr() and SynthesizeBlockLiterals(). by Steve Naroff · 16 years ago
  43. acba0f2 Finish implementing copy/dispose helpers for imported block decls. by Steve Naroff · 16 years ago
  44. b0adbba Set exit code properly on "Unexpected program action". by Daniel Dunbar · 16 years ago
  45. 5e52b17 Add indirection required for byref BlockDeclRefExpr's. by Steve Naroff · 16 years ago
  46. 3b0fd64 Handle bookkeeping for imported blocks (in SynthesizeBlockImpl). by Steve Naroff · 16 years ago
  47. b65a4f1 Cut/paste error...need to use the expression "name" for member references (or other complex expressions that can embed a block pointer type) by Steve Naroff · 16 years ago
  48. 8e9216d Clear the map that associated the rewritten block with it's corresponding BlockExpr. by Steve Naroff · 16 years ago
  49. 70f9550 Moved main control flow functions to bottom of file. by Steve Naroff · 16 years ago
  50. 94ede6e Remove an old/vacuous if clause. by Steve Naroff · 16 years ago
  51. 4e13b76 More fun & games with the block rewriter. by Steve Naroff · 16 years ago
  52. 39622b9 Rewrite global block expressions. by Steve Naroff · 16 years ago
  53. 83ba14e - Add a convenience constructor to Type. - Many rewriter modifications. by Steve Naroff · 16 years ago
  54. 48a8c61 Rework SynthesizeBlockImpl() to include a constructor. by Steve Naroff · 16 years ago
  55. 1bfe1c2 Pass postfix attributes to ActOnFields. by Daniel Dunbar · 16 years ago
  56. 3ad29e2 Get the right location to insert the synthesized block literals/functions. by Steve Naroff · 16 years ago
  57. a0b75cf Name changes and some cleanup of preamble. by Steve Naroff · 16 years ago
  58. 8af6a45 Changed Sema::CheckForConstantInitializer to allow global block literals. by Steve Naroff · 16 years ago
  59. e553a72 (llvm up) If the target triple is unspecified, automatically set the by Daniel Dunbar · 16 years ago
  60. 14bfdfe Drop code to validate OS part of target triple on darwin, too fragile. by Daniel Dunbar · 16 years ago
  61. 320a054 Fix help for --suppress-system-warnings by Daniel Dunbar · 16 years ago
  62. 079f2c46 Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ by Chris Lattner · 16 years ago
  63. ba0f25f Finish handling of -mmacosx-version-min. If you now do something like: by Chris Lattner · 16 years ago
  64. 6a30c1f start handling 'mmacosx-version-min', this is not complete yet. by Chris Lattner · 16 years ago
  65. 0b9e736 clean up a bunch of fixme's I added, by moving by Chris Lattner · 16 years ago
  66. 1b9ad14 fit in 80 cols. by Chris Lattner · 16 years ago
  67. fd96684 Make clang preprocessed output a bit more like gcc output. by Daniel Dunbar · 16 years ago
  68. cc2ece2 Fix a couple harmless warnings when compiling optimized with gcc (reported by mrs@apple.com). by Steve Naroff · 16 years ago
  69. 1f6c3ae Fix some const-ness to keep the VisualStudio C++ compiler happy. by Steve Naroff · 16 years ago
  70. ca3bb4f RewriteBlocks::RewriteBlockPointerDecl(): Handle TypedefDecl's and VarDecl's uniformly. by Steve Naroff · 16 years ago
  71. eab5f63 Teach block rewriter to replace '^' with '*' in VarDecls. by Steve Naroff · 16 years ago
  72. cfdf9b4 Change implementation of NSError** coding-style check to be invoked at the end of the retain/release analysis. by Ted Kremenek · 16 years ago
  73. 1318895 Add driver support for invoking block rewriter. by Steve Naroff · 16 years ago
  74. f45d18c Implemented one of the checks requested in PR 2600: by Ted Kremenek · 16 years ago
  75. 9c3c902 Remove BlockStmtExpr. by Steve Naroff · 16 years ago
  76. 1c9f81b Add support for rewriting blocks... by Steve Naroff · 16 years ago
  77. a95d375 Patch by Csaba Hruska! by Ted Kremenek · 16 years ago
  78. 2fe0997 Add --suppress-system-warnings (on by default, use =0 to disable) by Daniel Dunbar · 16 years ago
  79. 378f47a Fix <rdar://problem/6210791> clang ObjC rewriter: @try / @catch block with no @finally does not call objc_exception_try_exit. by Steve Naroff · 16 years ago
  80. d146552 LangOptions.C99 should be false in C++. by Argyrios Kyrtzidis · 16 years ago
  81. 233f74b Add support for expected-note to Clang's -verify option by Douglas Gregor · 16 years ago
  82. 8bd3dc6 Fix <rdar://problem/6197841> try, finally with no catch stops the exception from being propagated by Steve Naroff · 16 years ago
  83. e275e92 rename libclangSEMA to libclangSema by Nico Weber · 16 years ago
  84. 4b7c983 Change struct forward declarations and definitions to use unique RecordDecls, as opposed to creating a single RecordDecl and reusing it. by Ted Kremenek · 16 years ago
  85. 737bdb4 Workaround gcc bug causing crash on our preprocessed outputs. by Daniel Dunbar · 16 years ago
  86. df042e6 Remove "NextDecl" from RecordDecl. This change touches many files that where RecordDecl or CXXRecordDecl was constructed, always with an argument of 'NULL' for the previous declaration. by Ted Kremenek · 16 years ago
  87. 628a42e Output "ANALYZE:" diagnostics to STDOUT instead of STDERR. by Ted Kremenek · 16 years ago
  88. ea644d8 Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' is by Ted Kremenek · 16 years ago
  89. 932680e Add newline to end of file. by Daniel Dunbar · 16 years ago
  90. 45479c8 Always print out the function we're analyzing. by Ted Kremenek · 16 years ago
  91. 56b9871 Ubigraph visualization: represent cached nodes with a different style. by Ted Kremenek · 16 years ago
  92. 710ad93 Automatically execute ubiviz. by Ted Kremenek · 16 years ago
  93. d128932 Ubigraph-rendered ExplodedGraphs now have arrows and are oriented downward. by Ted Kremenek · 16 years ago
  94. f8ce699 Added Ubigraph visualization for the static analyzer (this is pretty alpha quality). by Ted Kremenek · 16 years ago
  95. 9f0afd4 Rename ObjCPropertyImplDecl::PropertyImplKind (consistency) by Daniel Dunbar · 16 years ago
  96. 8148839 Moved HTMLDiagnostics to lib/Driver. by Zhongxing Xu · 16 years ago
  97. 405674c adjust to changes in various APIs from LLVM. We can't print by Chris Lattner · 16 years ago
  98. dcb4a1a Add TargetInfo::useNeXTRuntimeAsDefault by Daniel Dunbar · 16 years ago
  99. 0fca022 Move most of HeaderSearch initialization to libDriver. by Nico Weber · 16 years ago
  100. efe8a96 improve pretty printing of objc method declaration, by Chris Lattner · 16 years ago