1. 7297134 FunctionDecl::getBody() is getting an ASTContext argument for use in by Douglas Gregor · 15 years ago
  2. 75a97cb implement a new clang-cc option -dump-build-information=filename which causes the by Chris Lattner · 15 years ago
  3. 409d4e7 refactor htmldiags to be created up front like the other diag clients. by Chris Lattner · 15 years ago
  4. 4046965 add a virtual method to DiagnosticClient to get rid of some fragile by Chris Lattner · 15 years ago
  5. 448f5e6 Added -print-ivar-layout option. No change in functionality yet. by Fariborz Jahanian · 15 years ago
  6. d51d74a implement framework for -fdiagnostics-show-option, but tblgen isn't by Chris Lattner · 15 years ago
  7. b54b276 move handling of -pedantic and -pedantic-errors into Diagnostics, by Chris Lattner · 15 years ago
  8. 2b07d8f arrange for -Wno-error=foo warnings to be immune to -Werror as by Chris Lattner · 15 years ago
  9. 8ac3af9 when tblgen fills in all the subgroup info, clang is ready for it. by Chris Lattner · 15 years ago
  10. 9a7e556 make unknown warnings a warning, not an error. by Chris Lattner · 15 years ago
  11. c83b60d add support for -Wextra and -W by Chris Lattner · 15 years ago
  12. d7492c4 use tablgen-generated warning groups. by Chris Lattner · 15 years ago
  13. af00883 now that we've decoupled diagnostic classes from default mappings, by Chris Lattner · 15 years ago
  14. 9dbbdbf rename variable in comment, not just in code :). by Chris Lattner · 15 years ago
  15. 27ceb9d Rejigger how -pedantic and -pedantic-errors work and their interaction by Chris Lattner · 15 years ago
  16. e9e0cc7 remove some commented out -Wstrict-selector-match stuff. by Chris Lattner · 15 years ago
  17. 6280dbc clean up error messages. by Chris Lattner · 15 years ago
  18. 1d13a5d Add support for -Werror=foo and -Wno-error=foo by Chris Lattner · 15 years ago
  19. 5147e8e refactor a bunch of the warning parsing stuff to simplify it. This removes the by Chris Lattner · 15 years ago
  20. 087fd53 Add PCH support for ImplicitCastExprs. This is the first expression by Douglas Gregor · 15 years ago
  21. 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 15 years ago
  22. 7eba5c9 add support for -W[no-]extra-tokens by Chris Lattner · 15 years ago
  23. f807fe0 When building a PCH file, don't perform end-of-translation-unit by Douglas Gregor · 15 years ago
  24. 04d4078 Clean up handling of visibility. by Daniel Dunbar · 15 years ago
  25. 1810790 Reapply 68936, turned out to that clang's better debug info exposed a by Daniel Dunbar · 15 years ago
  26. 5c71e59 Revert 68936, LLVM still isn't ready to handle debug info + optimization. by Daniel Dunbar · 15 years ago
  27. 4d41765 the driver caught up. This makes -msse3 correctly set __SSE3__ etc. by Chris Lattner · 15 years ago
  28. 7486af8 Enable debug info generation while optimizing. by Devang Patel · 15 years ago
  29. d82df3a Implement support for GCC's -dD mode, which dumps -E output *and* by Chris Lattner · 15 years ago
  30. 3c304bd add some #includes for better compatibility with gcc 4.4, by Chris Lattner · 15 years ago
  31. e1d918e Compare the predefines buffer in the PCH file with the predefines by Douglas Gregor · 15 years ago
  32. 531cc83 do a dance with predefines, and finally enable reading of macros from by Chris Lattner · 15 years ago
  33. 6bf0f4c move a bunch of code for initializing the predefines buffer out of Preprocessor.cpp by Chris Lattner · 15 years ago
  34. 6a1284a Reject compiles for x86_64 target for MacOS versions which do not support it. by Fariborz Jahanian · 15 years ago
  35. 8d33cd7 Support -miphoneos-version-min in clang-cc. by Daniel Dunbar · 15 years ago
  36. df961c2 emit tokens, constify the Preprocessor passed down into PCH writer. by Chris Lattner · 15 years ago
  37. f120251 Add PCH sources to CMake build files by Douglas Gregor · 15 years ago
  38. 0b1fb98 Arrange for the preprocessor to be passed down into the PCH writer. by Chris Lattner · 15 years ago
  39. 14f7900 PCH serialization/deserialization of the source manager. With this by Douglas Gregor · 15 years ago
  40. 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 15 years ago
  41. 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 15 years ago
  42. 95bf5d6 Make -include, -imacros paths absolute in Frontend. by Daniel Dunbar · 15 years ago
  43. d613c3d add support for -Wtrigraphs and -Wno-trigraphs. by Chris Lattner · 15 years ago
  44. fd10511 finish the implementation of -imacros. The driver still needs to be hooked up. by Chris Lattner · 15 years ago
  45. b31ac22 According to the GCC man page, all -imacros are included before any -include's. by Chris Lattner · 15 years ago
  46. fbb2298 properly escape filenames when generating implicit #includes, this handles by Chris Lattner · 15 years ago
  47. b8e240e Add initial support for -imacros. Right now it has the same semantics as by Chris Lattner · 15 years ago
  48. 3bbc753 More fixes to builtin preprocessor defines. by Daniel Dunbar · 15 years ago
  49. c9abc04 Make debug info work when using -save-temps. by Daniel Dunbar · 15 years ago
  50. 56473d3 fix typo, noticed by Gabor by Chris Lattner · 15 years ago
  51. 9fd0b1f Set __PIC__ (more) correctly. by Daniel Dunbar · 15 years ago
  52. d573d26 Driver: Fix forwarding of -{std,ansi,trigraphs} when there are by Daniel Dunbar · 15 years ago
  53. 48d1ef7 Driver: Manually translate a number of -f with no- variants options to by Daniel Dunbar · 15 years ago
  54. 3eb2fc8 add a warning for this crazy case, as suggested by Eli. by Chris Lattner · 15 years ago
  55. 0b51415 implement rdar://6762183. I'm not sure if it is more insane that by Chris Lattner · 15 years ago
  56. b1c71df Remove a FIXME, the driver handles -O4. by Daniel Dunbar · 15 years ago
  57. 4ca076f Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are passed to the compiler. by Anders Carlsson · 15 years ago
  58. 50748f4 enable -std=c9x and -std=iso9899:199x, patch by Ed Schouten! by Chris Lattner · 15 years ago
  59. ba16be9 Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon by Zhongxing Xu · 15 years ago
  60. 7cd2e93 Implement -fvisibility. by Fariborz Jahanian · 15 years ago
  61. bf1bd6e Rename GeneratePCH action to GeneratePTH by Douglas Gregor · 15 years ago
  62. 26df2f0 Add a new command-line option "-fixit-at=file:line:column" that only by Douglas Gregor · 15 years ago
  63. 035cf89 Remove -ftrapu. by Mike Stump · 15 years ago
  64. de4bf6a Provide FIX-IT notes to describe what fix-it is doing behind the by Douglas Gregor · 15 years ago
  65. 558cb56 Introduce a "-fixit" mode to clang-cc that applies code-modification hints. by Douglas Gregor · 15 years ago
  66. 5d8b2cf Fixup -ftrapv to be more gcc compatible. -ftrapu (for want of a by Mike Stump · 15 years ago
  67. 2add473 Add -ftrapv support, patch from David Chisnall; well all except the by Mike Stump · 15 years ago
  68. 7e203b7 Revert r68221, -ftrapv support, which causes several regressions in by Douglas Gregor · 15 years ago
  69. 3fb07bd Add -ftrapv support, patch from David Chisnall; well all except the by Mike Stump · 15 years ago
  70. 0b5b0da Pull clang-cc code for generating PTH files based on the input type. by Daniel Dunbar · 15 years ago
  71. 08478eb Add '-emit-pth' option to clang-cc as an alternate API for the high-level driver by Ted Kremenek · 15 years ago
  72. 64ffc14 Add two FIXMEs by Daniel Dunbar · 15 years ago
  73. c2542b6 Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the by Ted Kremenek · 15 years ago
  74. af07f93 (LLVM up) Update to use llvm::sys::getHostTriple(). by Daniel Dunbar · 15 years ago
  75. 8499f3f Implement -Wmissing-prototypes. Fixes PR3911. by Douglas Gregor · 15 years ago
  76. 17f689f Add support for -Wdeprecated-declarations. by Steve Naroff · 15 years ago
  77. 757e0dd Implement -Wno-pointer-sign. by Eli Friedman · 15 years ago
  78. cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 15 years ago
  79. a5a7bd0 Improve dependency file support. by Daniel Dunbar · 15 years ago
  80. 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 15 years ago
  81. b28317a Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a by Chris Lattner · 15 years ago
  82. 7e24e82 rename some methods. by Chris Lattner · 15 years ago
  83. b23ff6b reduce indentation, no functionality change. by Chris Lattner · 15 years ago
  84. 1266eca remove TranslationUnit. by Chris Lattner · 15 years ago
  85. 557c5b1 push more ASTContext goodness out through interfaces that use TranslationUnit by Chris Lattner · 15 years ago
  86. 3599dbe remove TranslationUnit from ParseAST. by Chris Lattner · 15 years ago
  87. dacbc5d change HandleTranslationUnit to take an ASTContext instead of TranslationUnit by Chris Lattner · 15 years ago
  88. 678dc3b remove dead ivar. by Chris Lattner · 15 years ago
  89. d2fa675 hoist TranslationUnit some more. by Chris Lattner · 15 years ago
  90. 80a0333 eliminate some wrappers. by Chris Lattner · 15 years ago
  91. 5f737cc eliminate ReadASTBitcodeFile by Chris Lattner · 15 years ago
  92. a9376d4 move serialization logic from TranslationUnit to ASTContext. by Chris Lattner · 15 years ago
  93. e907787 don't poke at TranslationUnit directly by Chris Lattner · 15 years ago
  94. 7bb0da0 eliminate ASTConsumer::InitializeTU, all clients are by Chris Lattner · 15 years ago
  95. 925a704 revert mike's patch which broke test/CodeGen/no-common.c. by Chris Lattner · 15 years ago
  96. ed0e497 remove TranslationUnit::OwnsDecls, which is only set, never read. by Chris Lattner · 15 years ago
  97. 9ecd26a simplify ParseAST by sucking -disable-free handling logic up into clang.cpp by Chris Lattner · 15 years ago
  98. 52ba870 move StatListener out to top level. by Chris Lattner · 15 years ago
  99. f239036 various cleanups, no functionality change by Chris Lattner · 15 years ago
  100. 1c9b742 Fixup -fcommon and -fno-common to be more gcc compatible. by Mike Stump · 15 years ago