1. 6f18520 Many updates to Windows project files. by Steve Naroff · 16 years ago
  2. 3d6b140 Comment fix. by Daniel Dunbar · 16 years ago
  3. 77b23f6 ccc: -o should not be automatically forwarded to generic gcc tools. by Daniel Dunbar · 16 years ago
  4. 34f60f6 ccc: Recognize -emit-llvm [-S]. by Daniel Dunbar · 16 years ago
  5. d2051b4 start plumbing together the line table information. So far we just by Chris Lattner · 16 years ago
  6. 68b28ff Lazily paging in file contents is a big win for PTH, strip out the old by Chris Lattner · 16 years ago
  7. e0b8f76 Bitmangle file characteristic bits into the low bits of by Chris Lattner · 16 years ago
  8. 10f8e6b add parsing and constraint enforcement for GNU line marker directives. by Chris Lattner · 16 years ago
  9. 7e53d7b Use tag classes instead of typedefs for GDM entries 'ConstNotEq' and 'ConstEq'. This avoids collisions in the GDM. by Ted Kremenek · 16 years ago
  10. 36a6f02 add another sanity test. by Chris Lattner · 16 years ago
  11. 953a99d a few minor cleanups by Chris Lattner · 16 years ago
  12. 13c1102 parse and enforce required constraints on #line directives. Right now by Chris Lattner · 16 years ago
  13. 3ad94d0 added to wrong directory by Chris Lattner · 16 years ago
  14. f4946b3 an insane macro testcase. by Chris Lattner · 16 years ago
  15. 9c348b7 eagerly resolve the spelling locations of macro argument preexpansions. by Chris Lattner · 16 years ago
  16. 93c6f48 Eagerly resolve the spelling location of the tokens in a definition by Chris Lattner · 16 years ago
  17. 13f62fc Only resolve a macro's instantiation loc once per macro, instead of once by Chris Lattner · 16 years ago
  18. c67f86a PR3269: create an empty InitListExpr as a child for the by Eli Friedman · 16 years ago
  19. 27c0ced Check in the long promised SourceLocation rewrite. This lays the by Chris Lattner · 16 years ago
  20. 3fe0114 Update C++ status table with new member pointer conversion capabilities. by Sebastian Redl · 16 years ago
  21. 7433451 improve ASTContext::getDeclAlign comment, as suggested by Eli. by Chris Lattner · 16 years ago
  22. 2601410 use simpler method by Chris Lattner · 16 years ago
  23. ba38756 Implement implicit conversions for pointers-to-member. by Sebastian Redl · 16 years ago
  24. 41eee69 Introduce an explicit case for member pointers in CodeGenTypes. However, it simply asserts. by Sebastian Redl · 16 years ago
  25. 9488962 Fix compile error from r62953. by Sebastian Redl · 16 years ago
  26. c8a0014 One more case for Expr::isConstantInitializer; I think this covers by Eli Friedman · 16 years ago
  27. 2b0dec5 Enhancements to Expr::isConstantInitializer to deal with a few by Eli Friedman · 16 years ago
  28. dee4112 Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more by Eli Friedman · 16 years ago
  29. 85416d0 Get rid of some code that should be unnecessary. by Eli Friedman · 16 years ago
  30. 67f4ac5 Make the constant folder aware of by Eli Friedman · 16 years ago
  31. f194113 Fix the address of a label to be properly considered and emitted as a constant. by Eli Friedman · 16 years ago
  32. 4a480d6 Fix for PR2100: merge types for variables. by Eli Friedman · 16 years ago
  33. 3eb3063 Correct test; sorry for any inconvenience. by Eli Friedman · 16 years ago
  34. ddd2fdd Compute instaceStart/instanceSize fields of the class_ro_t meta-data by Fariborz Jahanian · 16 years ago
  35. 18cffee Make tentative parsing of pointer-to-member decls work, and fix other stuff pointed out by Doug. by Sebastian Redl · 16 years ago
  36. bc941e1 PR3062: statement expressions should be illegal at file scope. I don't by Eli Friedman · 16 years ago
  37. ccffea9 Fix for PR2910: implement CodeGen for non-constant offsetof. by Eli Friedman · 16 years ago
  38. 5a2c38f Refactor sizeof handling to use constant folding logic for constant by Eli Friedman · 16 years ago
  39. bd3153e add initial support for the gcc "alignof(decl) is the alignment of the decl by Chris Lattner · 16 years ago
  40. 302d231 Undo accidental disabling of smart pointers. by Sebastian Redl · 16 years ago
  41. 364a42d Implement C99 6.5.3.4p1, rejecting sizeof(bitfield) by Chris Lattner · 16 years ago
  42. 0672646 Patch to build class meta-data for each implementation by Fariborz Jahanian · 16 years ago
  43. 7555503 Add support for declaring pointers to members. by Sebastian Redl · 16 years ago
  44. 03bff84 remove a bunch of alignment handling code out of CGExprScalar, since by Chris Lattner · 16 years ago
  45. e3f61e1 Improve handling of alignof. alignof(VLA) now works properly for example. by Chris Lattner · 16 years ago
  46. ecddc57 fix some const-correctness issues. by Chris Lattner · 16 years ago
  47. 8b71fa2 remove dead code. by Chris Lattner · 16 years ago
  48. 4c1e461 This patch builds the meta-class object for each by Fariborz Jahanian · 16 years ago
  49. 8d9f796 Fix PR3386 by handling GCC's rules for alignof, which are substantially by Chris Lattner · 16 years ago
  50. a78909b fix a fixme, don't leak the expr on error. by Chris Lattner · 16 years ago
  51. 159fe08 minor formatting changes, no functionality change. by Chris Lattner · 16 years ago
  52. f8abb94 Fix invalid evaluation of _Complex float (real & imaginary parts had by Daniel Dunbar · 16 years ago
  53. ff235da Handle the 'e' constraint. Fixes PR3385 by Anders Carlsson · 16 years ago
  54. 37704be Ignore parens when determining if an expr is a string literal. Fixes PR3382. by Anders Carlsson · 16 years ago
  55. 880c403 Add simple make based harness for running ABI tests. by Daniel Dunbar · 16 years ago
  56. e09a969 Start filling in x86_64 ABI implementation. by Daniel Dunbar · 16 years ago
  57. 20c4efa Updated checker build. by Ted Kremenek · 16 years ago
  58. 8314691 Fix crash ElementRegion::getRValueType() when the RvalueType of the ArrayRegion is a typedef and not (directly) a pointer. by Ted Kremenek · 16 years ago
  59. 3f6c680 More hacking on static analyzer diagnostics. When emitting summary diagnostics the code paths for diagnostics involving paths or single locations are now unified. This patch also constifies many arguments/methods that are touched by this logic, leading to a nice overall code cleanup. by Ted Kremenek · 16 years ago
  60. c2a1c3e Some very early work for new objc's meta-data generation. by Fariborz Jahanian · 16 years ago
  61. d8a7adf Fix a small regression in warning about template type parameter redeclarations. by Douglas Gregor · 16 years ago
  62. 1bb834e Output summary diagnostic for each bug report. by Ted Kremenek · 16 years ago
  63. ea0528d More APSInt appeasement by Douglas Gregor · 16 years ago
  64. 4ac887b Make sure that all NamedDecls have an identifier namespace. by Douglas Gregor · 16 years ago
  65. e498e37 Hopefully the last of the APSInt signedness issues with initializers. Fixes PR clang/3378 by Douglas Gregor · 16 years ago
  66. 60feb28 Added clang option '--analyzer-display-progress' to indicate that the analyzer should output 'ANALYZE:' messages to display its progress on a source file. by Ted Kremenek · 16 years ago
  67. 1e1a34b Added virtual method DiagnosticClient::IncludeInDiagnosticCounts(). This is used by Diagnostics to determine if a diagnostic sent to a given DiagnosticClient should be included in the count of diagnostics. The default implementation of this method returns 'true'. by Ted Kremenek · 16 years ago
  68. 199faa2 ccc: Finish definition of long argument translations. by Daniel Dunbar · 16 years ago
  69. dd485cb When using -analyzer-output-plist always output a plist file even if it contains no error reports. by Ted Kremenek · 16 years ago
  70. 1dcd880 ccc: Another batch of long argument translations. by Daniel Dunbar · 16 years ago
  71. f93eda1 Allow subtraction of function pointer types in C, as a GNU extension. Fixes rdar://problem/6520707 by Douglas Gregor · 16 years ago
  72. 6972270 Make sure all of the isUnsigned flags line up when comparing initializer values, to really really fix PR clang/3377 by Douglas Gregor · 16 years ago
  73. 4fd58ab Handle pointer arithmetic on function pointers. by Daniel Dunbar · 16 years ago
  74. 9ac3dd9 This is a follow-up to r62675: by Chris Lattner · 16 years ago
  75. 8d58306 Preprocessor doesn't require and IdentifierInfoLookup object. by Chris Lattner · 16 years ago
  76. a88189a Checked in an oops! by Fariborz Jahanian · 16 years ago
  77. b9459b7 Another missing LLVM type for objc2's new abi defined. by Fariborz Jahanian · 16 years ago
  78. 5a203a6 Properly manage the bit-widths of APInts/APSInts in array initialization. by Douglas Gregor · 16 years ago
  79. 65075ec Handle any undeclared parameters in a K&R-style function with a by Douglas Gregor · 16 years ago
  80. 9923499 Implement retrieval of the default value of element and field regions. by Zhongxing Xu · 16 years ago
  81. 5a02581 Now this comment should be resolved. See the comments for the KillSet. by Zhongxing Xu · 16 years ago
  82. f84c31b Add a test case for init expr of array and struct type. by Zhongxing Xu · 16 years ago
  83. 02357a4 When getting the element region type, we should get the rvalue type of the super by Zhongxing Xu · 16 years ago
  84. 9f16bf9 ccc: Implement long options which take joined & separate forms. by Daniel Dunbar · 16 years ago
  85. 73fb907 ccc: Support long ('--...') flag arguments. by Daniel Dunbar · 16 years ago
  86. 781f273 Define LLVM types for nonfragile abi metadata. by Fariborz Jahanian · 16 years ago
  87. 1fd21e3 ccc: Organize long options together. by Daniel Dunbar · 16 years ago
  88. 1bd1977 Make -ast-dump print Objective-C method declarations (and other by Douglas Gregor · 16 years ago
  89. de08738 ccc: Add support for several more aliases (--ansi, --assemble, by Daniel Dunbar · 16 years ago
  90. 1765dcd ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missed by Daniel Dunbar · 16 years ago
  91. b319324 Support arithmetic on pointer-to-function types as a GNU by Douglas Gregor · 16 years ago
  92. fc1e8ef ccc: Add support for "alias" options. by Daniel Dunbar · 16 years ago
  93. 007c4dc Update comment. by Chris Lattner · 16 years ago
  94. 5e0525f Updated checker build. by Ted Kremenek · 16 years ago
  95. 1ddfb12 ccc: Fix typo; isn't dynamic typing fun! by Daniel Dunbar · 16 years ago
  96. deb814f For now, return UnknownVal() in RegionStore::getElementsSize() for AnonTypedRegions. It wasn't really doing the right thing and was crashing on rdar-6442306-1.m. This fix causes all path-sensitive test cases to pass with RegionStore. by Ted Kremenek · 16 years ago
  97. 6b0f1c7 remove my gross #ifdef's, using portable abstractions now that the 32-bit by Chris Lattner · 16 years ago
  98. 0643c4b Add RegionStore support for the implicit object region that 'self' references. This causes tests 'ObjCProperties.m' and 'refcnt_naming.m' to now pass with RegionStore. by Ted Kremenek · 16 years ago
  99. 710f6d4 Reimplement the handling of the "current object" in designator by Douglas Gregor · 16 years ago
  100. 1e46f55 ccc: Bug fix, driver logic was allowing child jobs to pipe output when by Daniel Dunbar · 16 years ago