1. 08e6dc6 Move clang-cc's -v output to the start (vs. end) of compilation, and change by Daniel Dunbar · 15 years ago
  2. 0311d47 Revert to using &...[0] for std::vector, apparently .data isn't generally by Daniel Dunbar · 15 years ago
  3. 549adeb Use .data() vs &...[0] by Daniel Dunbar · 15 years ago
  4. 8e6e709 The driver/diagnostic client don't need to be on the heap. by Daniel Dunbar · 15 years ago
  5. 34e6577 This patch adds support for sender-aware dispatch in Objective-C for the GNU runtime, when by Fariborz Jahanian · 15 years ago
  6. ee75c05 AST XML dump, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  7. 0ec78fa Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to by Eli Friedman · 15 years ago
  8. c219a15 Remove the -arch option from clang-cc: for all practical purposes, it's by Eli Friedman · 15 years ago
  9. e71b85f Move analysis command-line options out of AnalysisConsumer.cpp into by Eli Friedman · 15 years ago
  10. ba60149 CMake updates for r72099; untested, so please tell me if there are any issues. by Eli Friedman · 15 years ago
  11. b09f6e1 Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp by Eli Friedman · 15 years ago
  12. e1718af Move CreateAnalysisConsumer into a separate header AnalysisConsumer.h. by Eli Friedman · 15 years ago
  13. b5c8f8b Move the options for dependency file generation from DependencyFile.cpp by Eli Friedman · 15 years ago
  14. 12d3b1d Move options for -E mode from PrintPreprocessedOutput.cpp to clang-cc.cpp. by Eli Friedman · 15 years ago
  15. f1db585 Refactor -dM mode out of the main routine for -E handling. by Eli Friedman · 15 years ago
  16. 0eeb86e Move the warning options from Warnings.cpp to clang-cc.cpp. by Eli Friedman · 15 years ago
  17. f54fce8 Switch some utilities in clang-cc to take a stream instead of a by Eli Friedman · 15 years ago
  18. 2aa39cd Attempted CMake build fixes for r72060; this is untested, so please tell by Eli Friedman · 15 years ago
  19. 8ceb0d9 Build fixes for r72060; sorry for any inconvenience. by Eli Friedman · 15 years ago
  20. 39d7c4d Move ASTConsumers.h to include/clang/Frontend, and move the associated by Eli Friedman · 15 years ago
  21. c6d656e Move the Wno-rewrite-macros option out of RewriteObjC.cpp in prepration by Eli Friedman · 15 years ago
  22. bce831b Rename the factory function for the ObjC rewriter to something sane. by Eli Friedman · 15 years ago
  23. 4908d36 Move AnalysisConsumer out of ASTConsumers.h in preparation for moving by Eli Friedman · 15 years ago
  24. 66d6f04 Refactor ASTConsumers to take a raw_ostream instead of a filename where by Eli Friedman · 15 years ago
  25. f086e3b Remove unused parameter. by Eli Friedman · 15 years ago
  26. 18d868f Add some comments to ASTConsumers.h describing what the different by Eli Friedman · 15 years ago
  27. 7f537c1 Make ActOnWhileStmt take a FullExprArg for the condition expr. by Anders Carlsson · 15 years ago
  28. 6b1d283 Make ActOnExprStmt take a FullExprArg. by Anders Carlsson · 15 years ago
  29. a99fad8 Add the FullExprArg wrapper and use it for if statement conditions. by Anders Carlsson · 15 years ago
  30. b3e2296 A couple of tweaks to make -ast-print produce code that's closer to by Eli Friedman · 15 years ago
  31. c6e35aa Implement a FIXME, we now pass in the locations of the braces for enums. by Mike Stump · 15 years ago
  32. a33d9b4 Disable access control by default. It can be enabled with the -faccess-control option. When we have better support for it, we can enable it by default again. by Anders Carlsson · 15 years ago
  33. cfe858a remove the obsolete -fprint-source-range-info option by Chris Lattner · 15 years ago
  34. b64c193 Make precompiled headers work with -E. When we're only preprocessing by Douglas Gregor · 15 years ago
  35. 67187ce Move terminal-width computation over to llvm::sys. Update to LLVM by Douglas Gregor · 15 years ago
  36. 913af35 Remove -fobjc-tight-layout, seems to work! by Daniel Dunbar · 15 years ago
  37. 2c4036e Fix <rdar://problem/6848739>. When using -analyze, -Werror has no effect. by Ted Kremenek · 15 years ago
  38. 1c44830 If stderr isn't a terminal, don't try to guess the terminal width or by Daniel Dunbar · 15 years ago
  39. 17ca363 More x86 target feature support. by Daniel Dunbar · 15 years ago
  40. 5aeb9e7 daniel is buggy :) by Chris Lattner · 15 years ago
  41. aa338bc Add missing include. by Daniel Dunbar · 15 years ago
  42. fb4ac7b Cleanup some FIXMEs. by Daniel Dunbar · 15 years ago
  43. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 15 years ago
  44. d25f00c Enable tight Objective-C interface layout unconditionally. by Daniel Dunbar · 15 years ago
  45. 305d2d2 Increase scan-view max timeout to 1 minute. by Ted Kremenek · 15 years ago
  46. d6884a0 Add -fobjc-tight-layout. by Daniel Dunbar · 15 years ago
  47. e5393fb PR4063, with feeling: Chain PP callbacks by default. by Daniel Dunbar · 15 years ago
  48. 0a70c64 PR4063: Fix dependency generation with -E. by Daniel Dunbar · 15 years ago
  49. 44cf08e Respect the COLUMNS environment variable for word-wrapping (so we get by Douglas Gregor · 15 years ago
  50. 45d604e Remove ccc from the makefile as well. by Daniel Dunbar · 15 years ago
  51. b83074d ccc is dead. by Daniel Dunbar · 15 years ago
  52. 68a0d78 When -fmessage-length=N is not specified, and if standard error is by Douglas Gregor · 15 years ago
  53. fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 15 years ago
  54. 5532180 Remove two unused options. by Bill Wendling · 15 years ago
  55. 6e9b8f6 Use the new code gen optimization enum instead of passing in the optimization by Bill Wendling · 15 years ago
  56. 306a6aa Match addPassesToEmitFile API change. by Evan Cheng · 15 years ago
  57. 621edce Integrate 3 months of ObjC rewriter fixes (from the Apple/objective-rewrite branch). by Steve Naroff · 15 years ago
  58. 1ab86ac Make all PCH-incompatibility warnings into errors, and abort by Douglas Gregor · 15 years ago
  59. e721f95 Allow some differences between the predefines buffer used to build a by Douglas Gregor · 15 years ago
  60. c71133f Remove unused LangOptions NoExtensions and Boolean. by Eli Friedman · 15 years ago
  61. fc0fed3 We avoid the count of diagnostics when not generating carent by Mike Stump · 15 years ago
  62. cc7dea8 -E, -Eonly and -parse-noop now work with PCH! by Chris Lattner · 15 years ago
  63. d1d64a0 Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) by Chris Lattner · 15 years ago
  64. 1aee61a unnest some code, decoupling fixit rewriting from ast stuff. by Chris Lattner · 15 years ago
  65. 57cbfc0 Add -empty-input-only option, for timing. by Daniel Dunbar · 15 years ago
  66. 4fed3f4 Implement caching of stat() calls for precompiled headers, which is by Douglas Gregor · 15 years ago
  67. d3a413d Implement function-try-blocks. However, there's a very subtle bug that I can't track down. by Sebastian Redl · 15 years ago
  68. 609e72f Add a new -ast-dump-full option that traverses the translation unit by Douglas Gregor · 15 years ago
  69. c50a280 minor cleanups to ast-dump, use getBody(context). by Chris Lattner · 15 years ago
  70. 8f36aba The ivars in an ObjCImplementationDecl are now stored in the by Douglas Gregor · 15 years ago
  71. 653f1b1 Eliminate the three SmallVectors in ObjCImplDecl (for instance by Douglas Gregor · 15 years ago
  72. 370187c Remove the serialization code that predates precompiled by Douglas Gregor · 15 years ago
  73. 2deaea3 Lazy loading of builtins for precompiled headers. by Douglas Gregor · 15 years ago
  74. b6c8c8b Explictly track tentative definitions within Sema, then hand those by Douglas Gregor · 15 years ago
  75. 30833f8 Add pch reader/writer support for most of DeclObjC.h. Very close to reading/writing all ObjC AST nodes that we will encounter in header files (still a few FIXME's). by Steve Naroff · 15 years ago
  76. e116ccf Split preprocessor initialization logic out of clang-cc into by Chris Lattner · 15 years ago
  77. 182e092 rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info. by Chris Lattner · 15 years ago
  78. 33feeb0 Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & ObjCIvarDecl. by Steve Naroff · 15 years ago
  79. e778504 Introduce the notion of a SemaConsumer, which is an ASTConsumer that by Douglas Gregor · 15 years ago
  80. 3432fa5 Make the on-disk hash table usable with non-file by Douglas Gregor · 15 years ago
  81. 9378ba4 Move the on-disk hash table code into its own header. No functionality change. by Douglas Gregor · 15 years ago
  82. 3bc172b move group twiddling options into Diagnostic.cpp instead of by Chris Lattner · 15 years ago
  83. 5b912d9 Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=foo by Chris Lattner · 15 years ago
  84. aa5bf2e implement compiler support for -fno-diagnostics-fixit-info, rdar://6805442 by Chris Lattner · 15 years ago
  85. aa269c2 invalid directives can occur in #if 0 code, just pass them by Chris Lattner · 15 years ago
  86. 2135619 make PTH not crash on a null directive (# on its own line) by Chris Lattner · 15 years ago
  87. d4b1446 use isNot instead of !is by Chris Lattner · 15 years ago
  88. 01638a6 fix -fdollars-in-identifiers to have a default that is overriden by Chris Lattner · 15 years ago
  89. f5db8f8 fix rdar://6804322 by wiring up -fdollars-in-identifiers by Chris Lattner · 15 years ago
  90. 7297134 FunctionDecl::getBody() is getting an ASTContext argument for use in by Douglas Gregor · 15 years ago
  91. 75a97cb implement a new clang-cc option -dump-build-information=filename which causes the by Chris Lattner · 15 years ago
  92. 409d4e7 refactor htmldiags to be created up front like the other diag clients. by Chris Lattner · 15 years ago
  93. 4046965 add a virtual method to DiagnosticClient to get rid of some fragile by Chris Lattner · 15 years ago
  94. 448f5e6 Added -print-ivar-layout option. No change in functionality yet. by Fariborz Jahanian · 15 years ago
  95. ec9587d Support QA_OVERRIDE_GCC3_OPTIONS - Cover your eyes... by Daniel Dunbar · 15 years ago
  96. d51d74a implement framework for -fdiagnostics-show-option, but tblgen isn't by Chris Lattner · 15 years ago
  97. b54b276 move handling of -pedantic and -pedantic-errors into Diagnostics, by Chris Lattner · 15 years ago
  98. 2b07d8f arrange for -Wno-error=foo warnings to be immune to -Werror as by Chris Lattner · 15 years ago
  99. 8ac3af9 when tblgen fills in all the subgroup info, clang is ready for it. by Chris Lattner · 15 years ago
  100. 9a7e556 make unknown warnings a warning, not an error. by Chris Lattner · 15 years ago