1. c308241 Handle dependent types/exprs in static_assert expressions. by Anders Carlsson · 16 years ago
  2. 3eb8dd7 Remove dead DeclarationName constructors that involving knowing about the by Ted Kremenek · 16 years ago
  3. fb31176 More static_assert work. Check that the assert expr is valid and show an error if it's false. Create the declaration and add it to the current context. by Anders Carlsson · 16 years ago
  4. f80a9d5 Check for overflow and signedness problems with template by Douglas Gregor · 16 years ago
  5. 8af2c16 Make Selector::getIdentifierInfo() private. I took a first attempt at this last by Ted Kremenek · 16 years ago
  6. 5b0f752 Make sure that the canonical representation of integral template arguments uses the bitwidth and signedness of the template parameter by Douglas Gregor · 16 years ago
  7. bc736fc Implement template instantiation for the prefix unary operators. As by Douglas Gregor · 16 years ago
  8. 4db938c Driver: Add types::{isAcceptedByClang,isCXX} predicates. by Daniel Dunbar · 16 years ago
  9. 789e220 Driver: Add simple Job classes, simple wrappers for information about by Daniel Dunbar · 16 years ago
  10. 7f28a9c Do up codegen for function static data and externs in functions in block by Mike Stump · 16 years ago
  11. ad5f960 Pass more sane arguments to ActOnStaticAssertDeclaration by Anders Carlsson · 16 years ago
  12. 0c3f599 Driver: Action vtables were still hungry. by Daniel Dunbar · 16 years ago
  13. 879d27a BlockDecl::Destroy now deallocates BlockDecl's array of ParmVarDecl*. by Ted Kremenek · 16 years ago
  14. f40ed17 Driver: Provide food and shelter for Action vtables. by Daniel Dunbar · 16 years ago
  15. 7644f07 wire up a new -fno-builtin option, make it control things like simplifylibcalls, by Chris Lattner · 16 years ago
  16. 57b704d Driver: Sprinkle some consts in, stub out BuildJobs method. by Daniel Dunbar · 16 years ago
  17. 7c175fb fix PR3798 by ignoring all diagnostics generated while repreprocessing a file in rewrite macros. by Chris Lattner · 16 years ago
  18. 836040f make Preprocessor::Diags be a pointer instead of a reference. by Chris Lattner · 16 years ago
  19. 7f549df use accessor instead of poking ivar directly by Chris Lattner · 16 years ago
  20. ba49817 Implement template instantiation for several more kinds of expressions: by Douglas Gregor · 16 years ago
  21. 209bb43 Fix a bug in building function pointer type corresponding to block pointer. by Fariborz Jahanian · 16 years ago
  22. 1368954 Driver: For universal builds, handle archs in the order they were seen. by Daniel Dunbar · 16 years ago
  23. 8be2a67 Fix PR 3677 [retain checker]: custom 'allocWithZone' methods should be allowed by Ted Kremenek · 16 years ago
  24. 9d25423 Remove FIXME, issue has been resolved. by Mike Stump · 16 years ago
  25. 1d65fa7 Remove an already-fixed FIXME by Douglas Gregor · 16 years ago
  26. 063daf6 Refactor the way we handle operator overloading and template by Douglas Gregor · 16 years ago
  27. 83dd21f Driver: Fix '-x none' handling. by Daniel Dunbar · 16 years ago
  28. 2093335 ccc/Driver: Normalize phase spelling in -ccc-print-phases. by Daniel Dunbar · 16 years ago
  29. 3dbd6c5 Driver: Some minor bug fixes. by Daniel Dunbar · 16 years ago
  30. 810f6d5 introduce a new -fheinous-gnu-extensions flag that enables really by Chris Lattner · 16 years ago
  31. ecdd841 add a helper function to strip noop casts. by Chris Lattner · 16 years ago
  32. c0dfd53 Driver: Fix think in ArgList::MakeIndex. by Daniel Dunbar · 16 years ago
  33. ab83543 Driver: Return 0 from BuildCompilation on -ccc-print-phases, -ccc-print-options. by Daniel Dunbar · 16 years ago
  34. b269c32 Driver: Print -ccc-print-phases on stderr. by Daniel Dunbar · 16 years ago
  35. e78b809 Fix <rdar://problem/6675489> BlockDecl should not use llvm::smallvector. by Steve Naroff · 16 years ago
  36. 6ae8a36 Add a hack in the analyzer to recover some path-sensitivity at branch by Ted Kremenek · 16 years ago
  37. d8eb456 Reimplement fix for <rdar://problem/6451399> problems with labels and blocks. by Steve Naroff · 16 years ago
  38. 1060a3c Updated comment. by Ted Kremenek · 16 years ago
  39. caaacec Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65694 and http://llvm.org/viewvc/llvm-project?view=rev&revision=66741). by Steve Naroff · 16 years ago
  40. 610e81d Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target by Ted Kremenek · 16 years ago
  41. a88162c Driver: Fix thinko in Darwin host identification. by Daniel Dunbar · 16 years ago
  42. ba10213 Driver: Support -ccc-print-phases. by Daniel Dunbar · 16 years ago
  43. 85da007 Driver: Add cast<> support for Action, and some other accessors. by Daniel Dunbar · 16 years ago
  44. ad2a9af Driver: Complete "pipelining" (building the list of abstract actions by Daniel Dunbar · 16 years ago
  45. 3279575 support cmake by Gabor Greif · 16 years ago
  46. 3de1e7c Driver: Make phase names nouns not verbs. by Daniel Dunbar · 16 years ago
  47. c1b5fa8 Driver: Add types::getNumCompilationPhases, getCompilationPhase to by Daniel Dunbar · 16 years ago
  48. b1efcd8 Driver: Pull Phase info into separate file. by Daniel Dunbar · 16 years ago
  49. 1fbee5d implement a new -fprint-source-range-info option, which by Chris Lattner · 16 years ago
  50. 4139340 Driver: Ignore empty arguments. by Daniel Dunbar · 16 years ago
  51. cb88167 Driver: Handle "immediate" options. by Daniel Dunbar · 16 years ago
  52. 3b8a652 Fixed an ir-gen bug related to strong-cast generation of by Fariborz Jahanian · 16 years ago
  53. 3fd95ce Improve the representation of operator expressions like "x + y" within by Douglas Gregor · 16 years ago
  54. 8b1604e ccc/Driver: Mark {dump{machine,specs,version}, by Daniel Dunbar · 16 years ago
  55. af61c71 Driver: Determine which compilation stages to run. by Daniel Dunbar · 16 years ago
  56. 10aa554 Use the correct data structures! by Ted Kremenek · 16 years ago
  57. baf5348 Eliminate some unused default cases in switches on the binary operator kind by Douglas Gregor · 16 years ago
  58. c8ce9c8 More objc2's ivar layout bitmap. by Fariborz Jahanian · 16 years ago
  59. df03251 Implement template instantiation for builtin binary operators by Douglas Gregor · 16 years ago
  60. 2e050f1 Use paropery's setter attribute name as the selector for the property setter. by Fariborz Jahanian · 16 years ago
  61. c971f86 Store the type of the integral value within a TemplateArgument, so that we can more efficiently reconstruct an IntegerLiteral from it during template instantiation by Douglas Gregor · 16 years ago
  62. 9aecfab Driver: Value initialization is nicer than memset. by Daniel Dunbar · 16 years ago
  63. 082cb8d PathDiagnostics: by Ted Kremenek · 16 years ago
  64. 2fe63e6 Driver: Add majority of driver-driver implementation. by Daniel Dunbar · 16 years ago
  65. 313a81d Use StmtVisitor to handle the decoding of expressions for by Douglas Gregor · 16 years ago
  66. eaab206 API fix: All "bodies" for functions, Objective-C methods, blocks, are assumed to by Ted Kremenek · 16 years ago
  67. ba7db7d Driver: Drop some unnecessary uses of clang namespace. by Daniel Dunbar · 16 years ago
  68. d65bddc Driver: Introduce ActionList typedef, tweak some constness. by Daniel Dunbar · 16 years ago
  69. 9f5ef94 Driver: Add types::canLipoType helper method. by Daniel Dunbar · 16 years ago
  70. bca58cb Driver: Add ArgList support for synthesizing arguments. by Daniel Dunbar · 16 years ago
  71. ba9eee3 add a callback for macro expansion, based on a patch by Paolo Bolzoni! by Chris Lattner · 16 years ago
  72. a0e500d Straw man for instantiation of expressions. Use it to instantiate the by Douglas Gregor · 16 years ago
  73. 0c562a2 Driver: Add ArgList::getLastArg. by Daniel Dunbar · 16 years ago
  74. 50f4f46 Add Diagnostic files for Frontend and move a couple errors over. by Daniel Dunbar · 16 years ago
  75. b897f5d Driver: Tweak diag names to be more consistent. by Daniel Dunbar · 16 years ago
  76. 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 16 years ago
  77. e7fffa1 Driver: Fix thinko in Arg::hasArg. by Daniel Dunbar · 16 years ago
  78. a948045 Driver: '-' is parsed as an input. by Daniel Dunbar · 16 years ago
  79. 53ec552 Driver: Start sketching construction of abstract built actions. by Daniel Dunbar · 16 years ago
  80. 9d8d0fc Add comments. by Zhongxing Xu · 16 years ago
  81. e9fba57 Driver: Add information on Driver input/temporary types. by Daniel Dunbar · 16 years ago
  82. 644eade Driver: Add Option flags. by Daniel Dunbar · 16 years ago
  83. b13ecdb Use getAsRecordType() to get around sugar types. by Zhongxing Xu · 16 years ago
  84. b349fcc Driver: Tweak option naming/def: - Use OPT_ prefix for ids. by Daniel Dunbar · 16 years ago
  85. d67b09a Fix uninitialized use in GetAddrOfGlobalBlock, reenable assert. by Daniel Dunbar · 16 years ago
  86. e1495ec Driver: Reorder arguments in Options.def so option name is first. by Daniel Dunbar · 16 years ago
  87. d8cadd4 Driver: Add ArgList::hasArg, for testing for the presence of an by Daniel Dunbar · 16 years ago
  88. cf0dd15 Driver: Add Option::getId and Option::matches taking an option by Daniel Dunbar · 16 years ago
  89. 4a471aa Properly restore ActiveScope when we exit parsing of a block. This by Douglas Gregor · 16 years ago
  90. 656de63 Fix various problems with matching out-of-line definitions of static by Douglas Gregor · 16 years ago
  91. d3ad531 Remove '[naming convention]' from bug type. by Ted Kremenek · 16 years ago
  92. 32a47ed add some spaces :) by Chris Lattner · 16 years ago
  93. 021c3b3 Move most of the checking from ActOnCXXMemberDeclarator to other, more general routines. This is a step toward separating the checking logic from Declarators, which in turn is required for template instantiation. by Douglas Gregor · 16 years ago
  94. cafc222 don't use strtoul on a non-null-terminated string. by Chris Lattner · 16 years ago
  95. e06a75f x86_32 ABI: Don't try and expand structures with bitfields. by Daniel Dunbar · 16 years ago
  96. b2dea73 Add TypedViewRegion::isBoundable() to indicate whether or not the by Ted Kremenek · 16 years ago
  97. 21e6f17 Code refactoring. No change in functionality. by Fariborz Jahanian · 16 years ago
  98. 9397e1d More of objc2's ivar layout bitmap (Next: specific). Work in progress. by Fariborz Jahanian · 16 years ago
  99. 4dd55f5 Make sure that we set the access specifier for an instantiated FieldDecl, and that the aggregate and POD flags for an instantiated class template are updated based on instantiation of a FieldDecl by Douglas Gregor · 16 years ago
  100. ff7fea8 Eliminate CXXClassMemberWrapper by Douglas Gregor · 16 years ago