1. 8c56515 Fixed <rdar://problem/6213808> clang ObjC rewriter: @finally is not always executed by Steve Naroff · 16 years ago
  2. 802db9b -std=c99 defaults blocks to off even on darwin, but -fblocks overrides even it. by Chris Lattner · 16 years ago
  3. 4c3580e Finish up support for <rdar://problem/6213955> clang ObjC rewriter: rewriter doesn't appear to support @property and @synthesize. by Steve Naroff · 16 years ago
  4. ae0ee03 instead of forcing blocks on by default, make them default to off, but let by Chris Lattner · 16 years ago
  5. 8fc4dfb replace useNeXTRuntimeAsDefault with a generic hook that allows targets by Chris Lattner · 16 years ago
  6. 8dffd9b Remove unneeded assertion. We already know that FE->getName() is an absolute path. by Ted Kremenek · 16 years ago
  7. c77a636 Several things... by Steve Naroff · 16 years ago
  8. 6183e48 PTH: by Ted Kremenek · 16 years ago
  9. 15f081d More support for rewriting property getter/setters. by Steve Naroff · 16 years ago
  10. c2e7299 Add "-token-cache" option for using pretokenized cache files. by Ted Kremenek · 16 years ago
  11. fc7e2ea PTH emission: by Ted Kremenek · 16 years ago
  12. 3539cdb Add a couple FIXME's. by Steve Naroff · 16 years ago
  13. a0876e8 Make sure synthesized properties get inserted into the classes/categories meta data. by Steve Naroff · 16 years ago
  14. dd2fdf1 Simplify previous commit. by Steve Naroff · 16 years ago
  15. eb0646c More work to rewrite synthesize properties (<rdar://problem/6213955>) by Steve Naroff · 16 years ago
  16. cee63fb Handle new by passing the Declaration to the Action, not a processed type. by Sebastian Redl · 16 years ago
  17. d40910b -Add several ObjC types to Decl::getDeclKindName(), a useful debug hook. by Steve Naroff · 16 years ago
  18. c157145 Add LangOptions marker for assembler-with-cpp mode and use to define by Daniel Dunbar · 16 years ago
  19. 5fd5468 Enable blocks in C++ by Douglas Gregor · 16 years ago
  20. 22438a8 Add support for pluggable components of static analyzer. by Zhongxing Xu · 16 years ago
  21. fa59aad - Enhance PTH generation to write out IdentifierInfo table in two parts: by Ted Kremenek · 16 years ago
  22. cb7de52 Implement implicit conversions for Objective-C specific types, e.g., by Douglas Gregor · 16 years ago
  23. 2092236 Add plugin loading for clang. This will be used to load alternative constraint manager for static analysis. by Zhongxing Xu · 16 years ago
  24. 59db760 Disable -loop-index-split for now. by Devang Patel · 16 years ago
  25. a3d764c Re-apply r60071 now that raw_fd_ostream::tell has been committed. by Ted Kremenek · 16 years ago
  26. 31309ab Revert 60071, depends on uncommitted LLVM changes. by Daniel Dunbar · 16 years ago
  27. 4008de8 Migrate token-cache generation logic from dummy harness in PPLexerChange.cpp to CacheTokens.cpp. by Ted Kremenek · 16 years ago
  28. 8ffc8a5 Display the function we are analyzing before running LiveVariables. by Ted Kremenek · 16 years ago
  29. d9d22dd Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of by Chris Lattner · 16 years ago
  30. 8ec03f5 Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it by Chris Lattner · 16 years ago
  31. 077bf5e Rename Selector::getName() to Selector::getAsString(), and add by Chris Lattner · 16 years ago
  32. 0947b4e Rewrite FindDiagnostics to be more strict about the formatting of the by Chris Lattner · 16 years ago
  33. b2c8c55 clean up -verify mode output. If the expected-error string is by Chris Lattner · 16 years ago
  34. 3f0850e reverting this because it breaks some blocks cases, I'll send doug a testcase by Ted Kremenek · 16 years ago
  35. 4c5d320 Implementation of new and delete parsing and sema. by Sebastian Redl · 16 years ago
  36. dc518e2 Don't turn off blocks in C++ by Douglas Gregor · 16 years ago
  37. a39f048 Change -verify mode to find the "expected-error" and "expected-warning" strings by Chris Lattner · 16 years ago
  38. a88fcef Output 'ANALYZE' messages to standard error. This should address the intermixing of 'ANALYZE' and the other diagnostics the clang driver emits to standard error. by Ted Kremenek · 16 years ago
  39. 855ed15 Use ScheduleDAGSDNodes.h instead of ScheduleDAG.h (stuff moved around). by Ted Kremenek · 16 years ago
  40. cda658e Fix <rdar://problem/6291588> assertion failure: SourceManager.h line 489. by Steve Naroff · 16 years ago
  41. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
  42. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  43. a03a5b5 switch TextDiagnosticPrinter to raw_ostream. by Chris Lattner · 16 years ago
  44. 0a14eee This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 16 years ago
  45. 5917fe1 remove a helper method with only one call site. by Chris Lattner · 16 years ago
  46. 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 16 years ago
  47. 707b0fe Fix <rdar://problem/6372970> clang ObjC rewriter: incorrect cast when passing block argument by Steve Naroff · 16 years ago
  48. 0aab796 Fix <rdar://problem/6370288> clang ObjC rewriter: Too many _objc_symtab, _OBJC_SYMBOLS by Steve Naroff · 16 years ago
  49. ace6625 Fix an obscure rewriter bug when rewriting implementations that don't have a corresponding interface (found while doing random testing on another bug). by Steve Naroff · 16 years ago
  50. 0007268 Fix <rdar://problem/6343942> clang ObjC rewriter: crash rewriting blocks by Steve Naroff · 16 years ago
  51. b087ae9 Obey the FIXMES! by Daniel Dunbar · 16 years ago
  52. 26fb272 [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that by Daniel Dunbar · 16 years ago
  53. eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 16 years ago
  54. 0518999 Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expressions, both of values and types. by Sebastian Redl · 16 years ago
  55. d68ba0e Move backend output out of destructor. by Daniel Dunbar · 16 years ago
  56. 48f4753 Remove unused function declaration. by Daniel Dunbar · 16 years ago
  57. eb83ecd Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parser side. by Argyrios Kyrtzidis · 16 years ago
  58. daac634 Patch by Nikita Zhuk: Add TranslationUnitActions to AnalysisConsumer. by Ted Kremenek · 16 years ago
  59. eaebc75 Initial, rudimentary implementation of operator overloading for binary by Douglas Gregor · 16 years ago
  60. f304ddc AnalysisManager can now be used to for analyses over TranslationUnits. by Ted Kremenek · 16 years ago
  61. cd9b46e Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'. Remove ObjCThis from PredefinedExpr by Douglas Gregor · 16 years ago
  62. b2f9e51 Fix <rdar://problem/6339636> clang ObjC rewriter: Assertion failed: FileID-1 < FileIDs.size() && "Invalid FileID!", file c:\cygwin\home\Administrator\llvm\tools\clang\include\clang/Basic/SourceManager.h, line 513 by Steve Naroff · 16 years ago
  63. 4fc82c8 Hook up the Plist diagnostic client to the driver. Fix Plist output. by Ted Kremenek · 16 years ago
  64. ad99dbf Rename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h' by Ted Kremenek · 16 years ago
  65. 8f6ce57 Fix <rdar://problem/6336774> clang block rewriter: Assertion failed: Offset+NumBytes <= size() && "Invalid region to erase!", file c:\cygwin\home\Administrator\llvm\to ols\clang\include\clang/Rewrite/RewriteRope.h, line 219. by Steve Naroff · 16 years ago
  66. dd913e5 Turn off module verification in Release-Asserts builds. by Daniel Dunbar · 16 years ago
  67. e10b0f2 "One" line fix for -parse-noop failure, "id" and several other things by Daniel Dunbar · 16 years ago
  68. c8ad87b Make sure RewriteObjCMethodDecl() does a block pointer rewrite. by Steve Naroff · 16 years ago
  69. ced80a8 Add a couple fixes for rewriting ivars/methods that use/contain blocks. by Steve Naroff · 16 years ago
  70. aa4d5ae Convert SynthesizeBlockCall() from test->AST based implementation. by Steve Naroff · 16 years ago
  71. 3702af5 Adjust code format. by Zhongxing Xu · 16 years ago
  72. fdc0372 Convert SynthBlockInitExpr() from text->AST based implementation. by Steve Naroff · 16 years ago
  73. 8e2f57a Handle block literals at file scope, remove some dead code, etc. by Steve Naroff · 16 years ago
  74. a206b06 Make sure internally synthesized block pointer types are converted before pretty printing. by Steve Naroff · 16 years ago
  75. 90f4130 Workaround an LLVM bug where inlining functions with debug info breaks by Daniel Dunbar · 16 years ago
  76. ac7ffe0 Improve llvm-gcc compatibility, -Os implies -O2 (sortof). by Daniel Dunbar · 16 years ago
  77. 8e8f3b7 Choose CompileOptions (optimization passes) to match llvm-gcc more closely. by Daniel Dunbar · 16 years ago
  78. 1b450b0 .s files don't require the preprocessor, patch by Roman Divacky! by Chris Lattner · 16 years ago
  79. fa15fd9 More changes necessary to integrate the objc and blocks rewriters. by Steve Naroff · 16 years ago
  80. d8e3098 Access pass manager consistently. - No functionality change. by Daniel Dunbar · 16 years ago
  81. 6eec8e8 Rename ExplicitCCastExpr to CStyleCastExpr by Douglas Gregor · 16 years ago
  82. 524b86f Call llvm_shutdown() on (normal) termination. This makes --time-passes usable. by Daniel Dunbar · 16 years ago
  83. 276373d With -verify, only exit early on failure. by Daniel Dunbar · 16 years ago
  84. 879c3ea Remove unneeded CheckASTConsumer function. - No functionality change. by Daniel Dunbar · 16 years ago
  85. 80c2855 Fix testsuite regression for "crash.m". by Steve Naroff · 16 years ago
  86. d611bac Don't double free module when IRgen fails. by Daniel Dunbar · 16 years ago
  87. 7e9f1f7 Improve dependency file support. by Daniel Dunbar · 16 years ago
  88. 49badde Refactor the expression class hierarchy for casts. Most importantly: by Douglas Gregor · 16 years ago
  89. a48396e Some fixups to the previous objc/blocks rewriter smerge. by Steve Naroff · 16 years ago
  90. 5405523 Integrate the blocks and objc rewriters. by Steve Naroff · 16 years ago
  91. 9d72851 Rename Characteristic_t to CharacteristicKind by Chris Lattner · 16 years ago
  92. 418f6c7 Remember whether an initlist had a designator in the AST. by Chris Lattner · 16 years ago
  93. 220ad7c pass designators into sema. This completes parser-level designator by Chris Lattner · 16 years ago
  94. ad3c91c Allow \n for newlines in expected error messages. by Sebastian Redl · 16 years ago
  95. 7fb5e48 Don't give a default argument to ASTContext::getFunctionType for the TypeQuals parameter, it causes subtle bugs where TypeQuals, while necessary, are omitted from the call. by Argyrios Kyrtzidis · 16 years ago
  96. d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago
  97. 9a30c24 Use string literal for format string specifier; this prevents ErrMsg from being interpretted as a format string specifier. by Ted Kremenek · 16 years ago
  98. 7d43a31 2nd try to fix leakage of the module provider. note that moduleprovider takes ownership of the module by Nuno Lopes · 16 years ago
  99. dd49267 fix leaking of the module provider by Nuno Lopes · 16 years ago
  100. 750c358 Add initial dependency file generation support. Patch by Kovarththanan by Daniel Dunbar · 16 years ago