1. 768be1c ccc: Implement file & path searching. by Daniel Dunbar · 17 years ago
  2. 18c9673 ccc: Add --analyze test case. by Daniel Dunbar · 17 years ago
  3. de388a5 ccc: Add --analyze driver mode (for running static analyzer). by Daniel Dunbar · 17 years ago
  4. f93ebd9 ccc: Unbreak -pipe handling broken in previous refactoring. by Daniel Dunbar · 17 years ago
  5. 09abfea Fix ccclib building when building in a separate build tree. by Mike Stump · 17 years ago
  6. 7c58496 ccc: Allow downstream tools to be aware of final output name. by Daniel Dunbar · 17 years ago
  7. 4e3d762 ccc: Darwin/x86: Teach compile tool how to build .pch files. xcc is by Daniel Dunbar · 17 years ago
  8. 88990f3 ccc: PCH generation doesn't strip the path when generating a derived by Daniel Dunbar · 17 years ago
  9. fce72bc ccc: Recognize that -M and -MM only run preprocessor. by Daniel Dunbar · 17 years ago
  10. 06172d6 ccc: Darwin/x86: Add direct cpp support. by Daniel Dunbar · 17 years ago
  11. 7ce86f0 Makefile isn't executable. by Daniel Dunbar · 17 years ago
  12. fec7c2a ccc: Add missing file. by Daniel Dunbar · 17 years ago
  13. c72e5ae ccc: Add installation of ccc; based on patch from Mike Stump. by Daniel Dunbar · 17 years ago
  14. af44a62 ccc: Bug fix, pch generation should not try to output on pipe and -E by Daniel Dunbar · 17 years ago
  15. 6f26dc9 Fix a tyop by Anders Carlsson · 17 years ago
  16. 0f7d9ec Make CCC_ECHO output to stderr by Anders Carlsson · 17 years ago
  17. c432dc7 Fix a runtime error I saw by Anders Carlsson · 17 years ago
  18. 7d791fd ccc: Support running piped jobs (-pipe now works). by Daniel Dunbar · 17 years ago
  19. 470104e ccc: Don't be pedantically compatible with -Z options, these are the by Daniel Dunbar · 17 years ago
  20. 9471345 ccc: Clean up (user level) error handling. by Daniel Dunbar · 17 years ago
  21. a22c16d ccc: Fix thinko, add gross but effective test of translation for Darwin/X86/cc1. by Daniel Dunbar · 17 years ago
  22. 105132e ccc: Darwin/X86: gcc compatibility, only add by Daniel Dunbar · 17 years ago
  23. 9c3ea76 ccc: Darwin/X86: Implement remainder of (non -Z...) generic argument by Daniel Dunbar · 17 years ago
  24. 89db21f ccc: Implement support clang PTH using gcc PCH style interface. by Daniel Dunbar · 17 years ago
  25. 3cde325 ccc: Finish main clang compiler argument translation. by Daniel Dunbar · 17 years ago
  26. 82fbac5 ccc: Darwin/Compiler: Improve gcc compat in use of -auxbase-strip. by Daniel Dunbar · 17 years ago
  27. bfcbc90 ccc: Implement argument translation for clang. by Daniel Dunbar · 17 years ago
  28. cc9f4f4 ccc: Add hello.{cpp,m} tests. - hello.cpp is XFAIL pending g++ emulation. by Daniel Dunbar · 17 years ago
  29. fb7ea27 ccc: Add -ccc-echo special option, and support pulling CCC_CLANG, by Daniel Dunbar · 17 years ago
  30. 44833db ccc: Use Clang/Compile for Objective-C files as well. by Daniel Dunbar · 17 years ago
  31. 33a5d61 ccc: Add dummy Clang/Compile tool and use on Darwin/X86 for C files. by Daniel Dunbar · 17 years ago
  32. edd1e2a ccc: Darwin/Compile: Define __private_extern__ when building c++. by Daniel Dunbar · 17 years ago
  33. 3bd391b ccc: Fix a test case. by Daniel Dunbar · 17 years ago
  34. 25d4a8f ccc: Darwin: Implement some important general argument translations by Daniel Dunbar · 17 years ago
  35. 11672ec ccc: Allow internal tool chain specific argument translation. by Daniel Dunbar · 17 years ago
  36. 18a7c8c ccc: Bug fix, '-f...' should be part of the '-f' group. by Daniel Dunbar · 17 years ago
  37. 841ceea ccc: Darwin/Link also runs dsymutil in one very particular situation. by Daniel Dunbar · 17 years ago
  38. 7629053 ccc: Bug fix and gcc compatibility tweak. by Daniel Dunbar · 17 years ago
  39. 8bf90fd ccc: Add option groups. by Daniel Dunbar · 17 years ago
  40. 11505a9 ccc: Darwin/CC1: Hardcode (for now) some -m options to match gcc. by Daniel Dunbar · 17 years ago
  41. 1f73ecb ccc: Allow host to over-ride default arch based on command line by Daniel Dunbar · 17 years ago
  42. 93a08e6 ccc: Darwin/CC1: Be bug compatible with gcc in a corner case. by Daniel Dunbar · 17 years ago
  43. 1e0ead4 ccc: Bug fix, output can be NULL. by Daniel Dunbar · 17 years ago
  44. b37c965 ccc: Even more Darwin/cc1 argument translation support. by Daniel Dunbar · 17 years ago
  45. 3ecc20f ccc: Add leading space in -### output to match gcc. by Daniel Dunbar · 17 years ago
  46. dff9f50 ccc: (Darwin) More argument translation for Darwin/Compile tool. by Daniel Dunbar · 17 years ago
  47. 816dd50 ccc: (Darwin) More argument translation for Darwin/Compile tool. by Daniel Dunbar · 17 years ago
  48. 6325fcf ccc: (Darwin) Start implementing argument translation for Darwin/Compile tool. by Daniel Dunbar · 17 years ago
  49. 3235fdb ccc: When constructing a named output, only use base name (not full path). by Daniel Dunbar · 17 years ago
  50. 9cb2253 ccc: (Darwin) Move path resolution into ToolChain. by Daniel Dunbar · 17 years ago
  51. 996ce96 ccc: Implement the rest of Darwin/Assembler argument translation. by Daniel Dunbar · 17 years ago
  52. 4a0ba1a ccc: Implement macosx-version-min conditions (including a bug fix). by Daniel Dunbar · 17 years ago
  53. 9c257c3 ccc: Generalize Darwin/Link tool based on Darwin version. by Daniel Dunbar · 17 years ago
  54. 2ec55bc ccc: Support arguments which behave like linker inputs. by Daniel Dunbar · 17 years ago
  55. ee8cc26 ccc: (Darwin) Pass -ObjC to linker if -ObjC, -ObjC++ or -fobjc is present. by Daniel Dunbar · 17 years ago
  56. 9c199a0 ccc: Add fairly complete argument translation for Darwin link step. by Daniel Dunbar · 17 years ago
  57. 0fe5a4f ccc: Add several convenience methods for argument translation. by Daniel Dunbar · 17 years ago
  58. 6f5d65a ccc: Add and name a host of arguments. by Daniel Dunbar · 17 years ago
  59. bee1f0d ccc: Give the Host an opportunity to switch ToolChains when binding by Daniel Dunbar · 17 years ago
  60. e99f926 ccc: Print -### output on stderr to match gcc. by Daniel Dunbar · 17 years ago
  61. 4312472 ccc: Introduce ToolChains for mapping Actions to Tools which can perform them. by Daniel Dunbar · 17 years ago
  62. a9ad2bc ccc: Add generic assembler & linker tools which effectively shell out to gcc. by Daniel Dunbar · 17 years ago
  63. d38c11e ccc: Add information about whether type can be user specified (a -x by Daniel Dunbar · 17 years ago
  64. a75ea3d ccc: Get host information via Driver methods. by Daniel Dunbar · 17 years ago
  65. 9066af8 ccc: Start defining host information. by Daniel Dunbar · 17 years ago
  66. 39cbfaa ccc: Make proper synthetic arguments in places we have to construct by Daniel Dunbar · 17 years ago
  67. db43990 ccc: Change Command to take list of strings for argv instead of Arg by Daniel Dunbar · 17 years ago
  68. efb4aeb ccc: Extend ArgList to support indexing into a synthetic arg array by Daniel Dunbar · 17 years ago
  69. fb2c5c4 ccc: Refactor so that all accesses to actual input strings go through by Daniel Dunbar · 17 years ago
  70. 1dd2ada ccc: Remove ValueArg::setValue, this is no longer used. by Daniel Dunbar · 17 years ago
  71. ba6e323 ccc: Track last actual argument instance for each option & change by Daniel Dunbar · 17 years ago
  72. 5039f21 ccc: Use dummy InputOption and UnknownOption classes instead of by Daniel Dunbar · 17 years ago
  73. 1e5f3eb ccc: Introduce ArgList for keeping input argv & parsed Args together. by Daniel Dunbar · 17 years ago
  74. a567751 Add prototype ccc rewrite. by Daniel Dunbar · 17 years ago
  75. 56f6e3f "missing ivar release" is a performance bug. by Ted Kremenek · 17 years ago
  76. 03373df Generalize searching for the keyword "leak" in a bug type. by Ted Kremenek · 17 years ago
  77. 7ab9447 For Radar reporting, null dereferences should be default classified as "Crash/Hang/Data loss" <rdar://problem/6315624> by Ted Kremenek · 17 years ago
  78. c94e31e Set reproducibility back to "Always" by Ted Kremenek · 17 years ago
  79. c6607f8 scan-view: Remove some debugging prints. by Daniel Dunbar · 17 years ago
  80. 8fe38a6 Default reproducibility to "Not applicable" by Ted Kremenek · 17 years ago
  81. ba78cc0 Make "Performance" the default Radar classification for leaks. "Other" for all others (for now). by Ted Kremenek · 17 years ago
  82. 8ce622d Make a separate parameter class for "Radar classifications". by Ted Kremenek · 17 years ago
  83. fe6fa07 Add "SelectionParameter" class to represent drop-down boxes. by Ted Kremenek · 17 years ago
  84. 480bc34 Conditionally load/save default parameter value from config file. by Ted Kremenek · 17 years ago
  85. 19c8820 Use objects to represent form parameters. This allows us to abstract away some by Ted Kremenek · 17 years ago
  86. 13c03d8 Tabs -> Spaces. by Ted Kremenek · 17 years ago
  87. 58df184 Fix braindead bug, ID number was hardcoded. by Daniel Dunbar · 17 years ago
  88. 15d6719 Change Radar reproducibility to "Always". by Daniel Dunbar · 17 years ago
  89. b5f9a4e Disable report crashes link for the time being. by Daniel Dunbar · 17 years ago
  90. 7ebe0ed Add link to report analyzer failures (parse errors, asserts, etc). by Daniel Dunbar · 17 years ago
  91. f6a415f Add scan-view '--allow-all-hosts' option, by default access is now by Daniel Dunbar · 17 years ago
  92. 17fded6 scan-view: Add header and "report bug" links to report pages. by Daniel Dunbar · 17 years ago
  93. 4d20cf7 scan-view: Add links to open files using default file handler. by Daniel Dunbar · 17 years ago
  94. 28870e1 scan-view: Update for "button" class change, drop magic resolution of by Daniel Dunbar · 17 years ago
  95. 51e6ffe Removed scan-view's version of scanview.css. by Ted Kremenek · 17 years ago
  96. 7ccce6b not executable by Nuno Lopes · 17 years ago
  97. c2dd345 scan-view: Add links from bug reporting forms to report & summary pages. by Daniel Dunbar · 17 years ago
  98. 7ad535d scan-view: Search for available port if default is unavailable. by Daniel Dunbar · 17 years ago
  99. 8dcd940 scan-view: Store bug reporter defaults in ~/.scanview.cfg by Daniel Dunbar · 17 years ago
  100. e673c08 scan-view tweak - Require index.html in provided results directory. by Daniel Dunbar · 17 years ago