1. 44cf08e Respect the COLUMNS environment variable for word-wrapping (so we get by Douglas Gregor · 15 years ago
  2. 45d604e Remove ccc from the makefile as well. by Daniel Dunbar · 15 years ago
  3. b83074d ccc is dead. by Daniel Dunbar · 15 years ago
  4. 68a0d78 When -fmessage-length=N is not specified, and if standard error is by Douglas Gregor · 15 years ago
  5. fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 15 years ago
  6. 5532180 Remove two unused options. by Bill Wendling · 15 years ago
  7. 6e9b8f6 Use the new code gen optimization enum instead of passing in the optimization by Bill Wendling · 15 years ago
  8. 306a6aa Match addPassesToEmitFile API change. by Evan Cheng · 15 years ago
  9. 621edce Integrate 3 months of ObjC rewriter fixes (from the Apple/objective-rewrite branch). by Steve Naroff · 15 years ago
  10. 1ab86ac Make all PCH-incompatibility warnings into errors, and abort by Douglas Gregor · 15 years ago
  11. e721f95 Allow some differences between the predefines buffer used to build a by Douglas Gregor · 15 years ago
  12. c71133f Remove unused LangOptions NoExtensions and Boolean. by Eli Friedman · 15 years ago
  13. fc0fed3 We avoid the count of diagnostics when not generating carent by Mike Stump · 15 years ago
  14. cc7dea8 -E, -Eonly and -parse-noop now work with PCH! by Chris Lattner · 15 years ago
  15. d1d64a0 Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) by Chris Lattner · 15 years ago
  16. 1aee61a unnest some code, decoupling fixit rewriting from ast stuff. by Chris Lattner · 15 years ago
  17. 57cbfc0 Add -empty-input-only option, for timing. by Daniel Dunbar · 15 years ago
  18. 4fed3f4 Implement caching of stat() calls for precompiled headers, which is by Douglas Gregor · 15 years ago
  19. d3a413d Implement function-try-blocks. However, there's a very subtle bug that I can't track down. by Sebastian Redl · 15 years ago
  20. 609e72f Add a new -ast-dump-full option that traverses the translation unit by Douglas Gregor · 15 years ago
  21. c50a280 minor cleanups to ast-dump, use getBody(context). by Chris Lattner · 15 years ago
  22. 8f36aba The ivars in an ObjCImplementationDecl are now stored in the by Douglas Gregor · 15 years ago
  23. 653f1b1 Eliminate the three SmallVectors in ObjCImplDecl (for instance by Douglas Gregor · 15 years ago
  24. 370187c Remove the serialization code that predates precompiled by Douglas Gregor · 15 years ago
  25. 2deaea3 Lazy loading of builtins for precompiled headers. by Douglas Gregor · 15 years ago
  26. b6c8c8b Explictly track tentative definitions within Sema, then hand those by Douglas Gregor · 15 years ago
  27. 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
  28. e116ccf Split preprocessor initialization logic out of clang-cc into by Chris Lattner · 15 years ago
  29. 182e092 rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info. by Chris Lattner · 15 years ago
  30. 33feeb0 Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & ObjCIvarDecl. by Steve Naroff · 15 years ago
  31. e778504 Introduce the notion of a SemaConsumer, which is an ASTConsumer that by Douglas Gregor · 15 years ago
  32. 3432fa5 Make the on-disk hash table usable with non-file by Douglas Gregor · 15 years ago
  33. 9378ba4 Move the on-disk hash table code into its own header. No functionality change. by Douglas Gregor · 15 years ago
  34. 3bc172b move group twiddling options into Diagnostic.cpp instead of by Chris Lattner · 15 years ago
  35. 5b912d9 Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=foo by Chris Lattner · 15 years ago
  36. aa5bf2e implement compiler support for -fno-diagnostics-fixit-info, rdar://6805442 by Chris Lattner · 15 years ago
  37. aa269c2 invalid directives can occur in #if 0 code, just pass them by Chris Lattner · 15 years ago
  38. 2135619 make PTH not crash on a null directive (# on its own line) by Chris Lattner · 15 years ago
  39. d4b1446 use isNot instead of !is by Chris Lattner · 15 years ago
  40. 01638a6 fix -fdollars-in-identifiers to have a default that is overriden by Chris Lattner · 15 years ago
  41. f5db8f8 fix rdar://6804322 by wiring up -fdollars-in-identifiers by Chris Lattner · 15 years ago
  42. 7297134 FunctionDecl::getBody() is getting an ASTContext argument for use in by Douglas Gregor · 15 years ago
  43. 75a97cb implement a new clang-cc option -dump-build-information=filename which causes the by Chris Lattner · 15 years ago
  44. 409d4e7 refactor htmldiags to be created up front like the other diag clients. by Chris Lattner · 15 years ago
  45. 4046965 add a virtual method to DiagnosticClient to get rid of some fragile by Chris Lattner · 15 years ago
  46. 448f5e6 Added -print-ivar-layout option. No change in functionality yet. by Fariborz Jahanian · 15 years ago
  47. ec9587d Support QA_OVERRIDE_GCC3_OPTIONS - Cover your eyes... by Daniel Dunbar · 15 years ago
  48. d51d74a implement framework for -fdiagnostics-show-option, but tblgen isn't by Chris Lattner · 15 years ago
  49. b54b276 move handling of -pedantic and -pedantic-errors into Diagnostics, by Chris Lattner · 15 years ago
  50. 2b07d8f arrange for -Wno-error=foo warnings to be immune to -Werror as by Chris Lattner · 15 years ago
  51. 8ac3af9 when tblgen fills in all the subgroup info, clang is ready for it. by Chris Lattner · 15 years ago
  52. 9a7e556 make unknown warnings a warning, not an error. by Chris Lattner · 15 years ago
  53. c83b60d add support for -Wextra and -W by Chris Lattner · 15 years ago
  54. d7492c4 use tablgen-generated warning groups. by Chris Lattner · 15 years ago
  55. af00883 now that we've decoupled diagnostic classes from default mappings, by Chris Lattner · 15 years ago
  56. 9dbbdbf rename variable in comment, not just in code :). by Chris Lattner · 15 years ago
  57. 27ceb9d Rejigger how -pedantic and -pedantic-errors work and their interaction by Chris Lattner · 15 years ago
  58. e9e0cc7 remove some commented out -Wstrict-selector-match stuff. by Chris Lattner · 15 years ago
  59. 6280dbc clean up error messages. by Chris Lattner · 15 years ago
  60. 1d13a5d Add support for -Werror=foo and -Wno-error=foo by Chris Lattner · 15 years ago
  61. 5147e8e refactor a bunch of the warning parsing stuff to simplify it. This removes the by Chris Lattner · 15 years ago
  62. 087fd53 Add PCH support for ImplicitCastExprs. This is the first expression by Douglas Gregor · 15 years ago
  63. 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 15 years ago
  64. 7eba5c9 add support for -W[no-]extra-tokens by Chris Lattner · 15 years ago
  65. f807fe0 When building a PCH file, don't perform end-of-translation-unit by Douglas Gregor · 15 years ago
  66. 04d4078 Clean up handling of visibility. by Daniel Dunbar · 15 years ago
  67. 1810790 Reapply 68936, turned out to that clang's better debug info exposed a by Daniel Dunbar · 15 years ago
  68. 5c71e59 Revert 68936, LLVM still isn't ready to handle debug info + optimization. by Daniel Dunbar · 15 years ago
  69. 4d41765 the driver caught up. This makes -msse3 correctly set __SSE3__ etc. by Chris Lattner · 15 years ago
  70. 7486af8 Enable debug info generation while optimizing. by Devang Patel · 15 years ago
  71. d82df3a Implement support for GCC's -dD mode, which dumps -E output *and* by Chris Lattner · 15 years ago
  72. 3c304bd add some #includes for better compatibility with gcc 4.4, by Chris Lattner · 15 years ago
  73. e1d918e Compare the predefines buffer in the PCH file with the predefines by Douglas Gregor · 15 years ago
  74. 531cc83 do a dance with predefines, and finally enable reading of macros from by Chris Lattner · 15 years ago
  75. 6bf0f4c move a bunch of code for initializing the predefines buffer out of Preprocessor.cpp by Chris Lattner · 15 years ago
  76. 6a1284a Reject compiles for x86_64 target for MacOS versions which do not support it. by Fariborz Jahanian · 15 years ago
  77. 8d33cd7 Support -miphoneos-version-min in clang-cc. by Daniel Dunbar · 15 years ago
  78. a1e2fd9 Driver: CCC_ADD_ARGS could end up using dangling pointers. by Daniel Dunbar · 15 years ago
  79. df961c2 emit tokens, constify the Preprocessor passed down into PCH writer. by Chris Lattner · 15 years ago
  80. f120251 Add PCH sources to CMake build files by Douglas Gregor · 15 years ago
  81. 0b1fb98 Arrange for the preprocessor to be passed down into the PCH writer. by Chris Lattner · 15 years ago
  82. 14f7900 PCH serialization/deserialization of the source manager. With this by Douglas Gregor · 15 years ago
  83. 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 15 years ago
  84. 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 15 years ago
  85. 95bf5d6 Make -include, -imacros paths absolute in Frontend. by Daniel Dunbar · 15 years ago
  86. d613c3d add support for -Wtrigraphs and -Wno-trigraphs. by Chris Lattner · 15 years ago
  87. fd10511 finish the implementation of -imacros. The driver still needs to be hooked up. by Chris Lattner · 15 years ago
  88. b31ac22 According to the GCC man page, all -imacros are included before any -include's. by Chris Lattner · 15 years ago
  89. fbb2298 properly escape filenames when generating implicit #includes, this handles by Chris Lattner · 15 years ago
  90. b8e240e Add initial support for -imacros. Right now it has the same semantics as by Chris Lattner · 15 years ago
  91. 3bbc753 More fixes to builtin preprocessor defines. by Daniel Dunbar · 15 years ago
  92. c9abc04 Make debug info work when using -save-temps. by Daniel Dunbar · 15 years ago
  93. 56473d3 fix typo, noticed by Gabor by Chris Lattner · 15 years ago
  94. 9fd0b1f Set __PIC__ (more) correctly. by Daniel Dunbar · 15 years ago
  95. d573d26 Driver: Fix forwarding of -{std,ansi,trigraphs} when there are by Daniel Dunbar · 15 years ago
  96. 48d1ef7 Driver: Manually translate a number of -f with no- variants options to by Daniel Dunbar · 15 years ago
  97. 3eb2fc8 add a warning for this crazy case, as suggested by Eli. by Chris Lattner · 15 years ago
  98. 0b51415 implement rdar://6762183. I'm not sure if it is more insane that by Chris Lattner · 15 years ago
  99. b1c71df Remove a FIXME, the driver handles -O4. by Daniel Dunbar · 15 years ago
  100. 4ca076f Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are passed to the compiler. by Anders Carlsson · 15 years ago