1. 86791a2 Updated checker build. by Ted Kremenek · 16 years ago
  2. 18c9673 ccc: Add --analyze test case. by Daniel Dunbar · 16 years ago
  3. de388a5 ccc: Add --analyze driver mode (for running static analyzer). by Daniel Dunbar · 16 years ago
  4. ddf32da Static Analyzer: When generating plists for errors reports, generate one plist file per translation unit that contains all of the diagnostics. by Ted Kremenek · 16 years ago
  5. 10a4231 Commented objective-c's metadata types. Minor clean up. by Fariborz Jahanian · 16 years ago
  6. 6ece14c Convert expressions over to Sebastian's spiffy ASTContext::new() operator. by Steve Naroff · 16 years ago
  7. f93ebd9 ccc: Unbreak -pipe handling broken in previous refactoring. by Daniel Dunbar · 16 years ago
  8. ea9c26b Fix: <rdar://problem/6510344> [pth] PTH slows down regular lexer considerably (when it has substantial work) by Ted Kremenek · 16 years ago
  9. d427023 Add -analyze action to run static analyzer, instead of inferring from by Daniel Dunbar · 16 years ago
  10. e91b3bc Provide a placement new taking an ASTContext argument. by Sebastian Redl · 16 years ago
  11. 09abfea Fix ccclib building when building in a separate build tree. by Mike Stump · 16 years ago
  12. 62005c1 Fix some errors I noticed by Anders Carlsson · 16 years ago
  13. 7c58496 ccc: Allow downstream tools to be aware of final output name. by Daniel Dunbar · 16 years ago
  14. adc981a Fix make test when configuring for a seperate build directory. by Mike Stump · 16 years ago
  15. 1833a83 Fix a crash Anders' was seeing due to free'ing an invalid pointer by Chris Lattner · 16 years ago
  16. 9e0b600 Convert more exprs to use ASTContext's Allocator. by Steve Naroff · 16 years ago
  17. b17e3b0 Use the ASTContext's allocator for FunctionTypeNoProto and TypeOfExpr by Douglas Gregor · 16 years ago
  18. d9fca6e Improvements to Sema of asm statements. Fixes <rdar://problem/6156893> by Anders Carlsson · 16 years ago
  19. 83bccb8 Detailed documentation for encoding of properties and a test case. by Fariborz Jahanian · 16 years ago
  20. 0a47393 Allocate expresssions through ASTContext (still more work to do). by Steve Naroff · 16 years ago
  21. 090b3f7 Improving on encoding of objective-c's property types. More to come. by Fariborz Jahanian · 16 years ago
  22. 5af2f35 Optimize Declarator to avoid malloc/free traffic for the argument list of a by Chris Lattner · 16 years ago
  23. 4f0c90f Pixel font sizes are evil. by Eli Friedman · 16 years ago
  24. 4fd0aa5 Slight cleanup, and fix for va_arg on architectures where va_list is a struct. by Eli Friedman · 16 years ago
  25. c96c051 Do codegen correctly for va_start/end/copy on architectures where by Eli Friedman · 16 years ago
  26. 40f4e69 Rename DeclContext::insert to DeclContext::makeDeclVisibleInContext and document both it and DeclContext::addDecl properly by Douglas Gregor · 16 years ago
  27. 6597f98 Fix for PR3350: add special-casing for "references" to va_lists in builtins. by Eli Friedman · 16 years ago
  28. 4e3d762 ccc: Darwin/x86: Teach compile tool how to build .pch files. xcc is by Daniel Dunbar · 16 years ago
  29. 88990f3 ccc: PCH generation doesn't strip the path when generating a derived by Daniel Dunbar · 16 years ago
  30. 00ad0ef Remove the TopLevelDecls from TranslationUnit, since all of those decls are owned by the ASTContext's TranslationUnitDecl. There are definitely some leaking Decls now that I'll tackle tomorrow by Douglas Gregor · 16 years ago
  31. 0cba855 Fix Decl::NextDeclInScope access issue by Douglas Gregor · 16 years ago
  32. fce72bc ccc: Recognize that -M and -MM only run preprocessor. by Daniel Dunbar · 16 years ago
  33. d24d255 Make test independent of stdint.h by Daniel Dunbar · 16 years ago
  34. 4afa39d Remove ScopedDecl, collapsing all of its functionality into Decl, so by Douglas Gregor · 16 years ago
  35. f4f6f21 Update for new SourceLocation API. by Daniel Dunbar · 16 years ago
  36. 7f5fce7 Dead stores checker: Fix <rdar://problem/6506065> by being more selective when say that a store is dead even though the computed value is used in the enclosing expression. by Ted Kremenek · 16 years ago
  37. 06172d6 ccc: Darwin/x86: Add direct cpp support. by Daniel Dunbar · 16 years ago
  38. 7b78b7c PTH: Emitted tokens now consist of 12 bytes that are loaded used 3 32-bit loads. This reduces user time but increases system time because of the slightly larger PTH file. Although there is no performance win on Cocoa.h and -Eonly, overall this seems like a good step. by Ted Kremenek · 16 years ago
  39. 506010b Make sure all types are allocated with 8-byte alignment. by Steve Naroff · 16 years ago
  40. b8a6aca Convert more expression actions to smart pointers. by Sebastian Redl · 16 years ago
  41. 95389dd Add missing test case for operator ! result type. by Sebastian Redl · 16 years ago
  42. 8aa5920 Update Xcode project. by Ted Kremenek · 16 years ago
  43. 566c2ba Allocate Types using ASTContext's 'Allocator' object. by Ted Kremenek · 16 years ago
  44. acdc33b Type of property and its ivar is more restrictive that rules for assignment. by Fariborz Jahanian · 16 years ago
  45. 7ce86f0 Makefile isn't executable. by Daniel Dunbar · 16 years ago
  46. 4ec339f Centralize error reporting of improper uses of incomplete types in the by Douglas Gregor · 16 years ago
  47. fec7c2a ccc: Add missing file. by Daniel Dunbar · 16 years ago
  48. c72e5ae ccc: Add installation of ccc; based on patch from Mike Stump. by Daniel Dunbar · 16 years ago
  49. f034e9c Patch to allow @dynamic synthesis of property in a category, by Fariborz Jahanian · 16 years ago
  50. 06a062d rearrange SourceManager methods to group them by kind. Remove the by Chris Lattner · 16 years ago
  51. 8c61b53 do not use SourceManager::getFileCharacteristic(FileID), it is not by Chris Lattner · 16 years ago
  52. 693faa6 do not use SourceManager::getFileCharacteristic(FileID), it is not by Chris Lattner · 16 years ago
  53. a11d617 Rename SourceManager::getCanonicalFileID -> getFileID. There is by Chris Lattner · 16 years ago
  54. 9ee7d45 Run destructors of MacroInfo objects to free memory they allocate. This addresses <rdar://problem/6506035>. by Ted Kremenek · 16 years ago
  55. 2fa3ec8 remove the public SourceManager::getContentCacheForLoc method. by Chris Lattner · 16 years ago
  56. b21e5a0 remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods. by Chris Lattner · 16 years ago
  57. 31530ba SourceManager::getBufferData(SourceLocation) is dead, delete it. by Chris Lattner · 16 years ago
  58. a90a4d4 some minor cleanups to SourceManager, and eliminate the by Chris Lattner · 16 years ago
  59. 6fda54c privatize getChunkID/getMacroID, and move operator< out of the class. by Chris Lattner · 16 years ago
  60. 9ebac5e Make some enums in SourceLocation private, remove a useless assertion from ScratchBuffer. by Chris Lattner · 16 years ago
  61. 4d10ef1 make a bunch of more SourceLocation methods private. by Chris Lattner · 16 years ago
  62. bcc2a67 Make SourceLocation::getFileLoc private to reduce the API exposure of by Chris Lattner · 16 years ago
  63. ec0d7a6 Fix a typo by Douglas Gregor · 16 years ago
  64. 0eb2330 Convert more expression actions to smart pointers. by Sebastian Redl · 16 years ago
  65. af44a62 ccc: Bug fix, pch generation should not try to output on pipe and -E by Daniel Dunbar · 16 years ago
  66. 4d2d04e fix rdar://6505352 - Bogus warning with -WUndef, a case Anders noticed. by Chris Lattner · 16 years ago
  67. 460b0ac fix deallocation of FunctionDecl::ParamInfo by Nuno Lopes · 16 years ago
  68. cd965b9 Convert a few expression actions to smart pointers. by Sebastian Redl · 16 years ago
  69. f512e82 Rename move_convert to move_arg and move_res. The new names are less misleading (and shorter). by Sebastian Redl · 16 years ago
  70. 431e90e Convert ObjC statement actions to smart pointers. by Sebastian Redl · 16 years ago
  71. 3037ed0 Convert asm statement action to smart pointers. by Sebastian Redl · 16 years ago
  72. 4cffe2f Convert more statement actions to smart pointers. by Sebastian Redl · 16 years ago
  73. e1ae1e9 Switch MinimalAction from new/delete'ing its TypeNameInfo to by Chris Lattner · 16 years ago
  74. 6fe7c8a Vector codegen improvements by Nate Begeman · 16 years ago
  75. 59b5da6 Support evaluation of vector constant expressions, and codegen of same. by Nate Begeman · 16 years ago
  76. 77ecb3a rearrange GetIdentifierInfo so that the fast path can be partially inlined into PTHLexer::Lex. This speeds up the user time of PTH -Eonly by another 2ms (4.4%) by Chris Lattner · 16 years ago
  77. 6f26dc9 Fix a tyop by Anders Carlsson · 16 years ago
  78. 0f7d9ec Make CCC_ECHO output to stderr by Anders Carlsson · 16 years ago
  79. 3a874a4 Avoid malloc thrashing on the std::vector for ConditionalStack. Because by Chris Lattner · 16 years ago
  80. 898a0bb rename some variables, only set a tokens identifierinfo if non-null. by Chris Lattner · 16 years ago
  81. 4b4218f Eliminate tabs by Nate Begeman · 16 years ago
  82. c432dc7 Fix a runtime error I saw by Anders Carlsson · 16 years ago
  83. f15674c On i386 and x86-64, just do unaligned loads by Chris Lattner · 16 years ago
  84. 775841f Handle the 'X' constraint. Fixes <rdar://problem/6504897>. by Anders Carlsson · 16 years ago
  85. 1b5285e switch PTHLexer to use Read32 and friends instead of lots of inlined by Chris Lattner · 16 years ago
  86. 300fb5d CG support for inline asm constraints with symbolic names. Fixes PR3345 by Anders Carlsson · 16 years ago
  87. 190d6a2 A couple more vector component access fixes. by Nate Begeman · 16 years ago
  88. da9d61c switch PTH lexer from using "const char*"s to "const unsigned char*"s by Chris Lattner · 16 years ago
  89. 42e1ee0 Add sema support for symbolic names in inline asm statements. by Anders Carlsson · 16 years ago
  90. 353417a Update support for vector component access on ExtVectors. by Nate Begeman · 16 years ago
  91. ca01342 Fit in 80 cols by Nate Begeman · 16 years ago
  92. 3d309f9 Add support for vectors to APValue. Vector constant evaluator and tests coming. by Nate Begeman · 16 years ago
  93. 334a802 Remove outdated diagnostic. Tests are coming. by Nate Begeman · 16 years ago
  94. 322f04d Set tab width to 2 characters for all files in lib/Basic by Anders Carlsson · 16 years ago
  95. 22b9d5a Allow targets to override IntMaxTWidth by Nate Begeman · 16 years ago
  96. 45b050e Change TargetInfo::validateInputConstraint to take begin/end name iterators instead of the number of outputs. No functionality change. by Anders Carlsson · 16 years ago
  97. 573acde Diagnose that property name cannot be a bitfield by Fariborz Jahanian · 16 years ago
  98. 9bae5e7 Diagnose when method parameter is an object. by Fariborz Jahanian · 16 years ago
  99. f54b194 Patch to re-implement ivar-list meta-data generation to fix by Fariborz Jahanian · 16 years ago
  100. 3b4d5e9 Rename SourceLocation::getFileID to getChunkID, because it returns by Chris Lattner · 16 years ago