1. cfa8d57 Add link from internals manual to PTH documentation. by Ted Kremenek · 15 years ago
  2. 07f08d2 Minor cleanups. Added a blurb about the advantages of fast PTH file generation. by Ted Kremenek · 15 years ago
  3. c36c540 Simple DeclContext's internal representation by always storing a by Douglas Gregor · 15 years ago
  4. 8e5fb28 Remove SVal::MakeZero and replace it with ValueManager::makeZeroVal. by Ted Kremenek · 15 years ago
  5. 7a0048b Add more builtin definitions, including strcmp. - PR3964. by Daniel Dunbar · 15 years ago
  6. 044b6f0 analyzer: Introduce a new class, ValueManager, that serves as an aggregate by Ted Kremenek · 15 years ago
  7. dab44da Update analyzer build. by Ted Kremenek · 15 years ago
  8. c565b63 stop using loc::SymbolVal and clean up code with new API. by Zhongxing Xu · 15 years ago
  9. 021887e clean up code with new API. by Zhongxing Xu · 15 years ago
  10. caf8ce1 clean up code with new API. by Zhongxing Xu · 15 years ago
  11. 9cafcd5 clean up code with new API. by Zhongxing Xu · 15 years ago
  12. cfe2991 clean up code with new API. by Zhongxing Xu · 15 years ago
  13. ea7c5ce stop using loc::SymbolVal. by Zhongxing Xu · 15 years ago
  14. 8944c49 stop using loc::SymbolVal. by Zhongxing Xu · 15 years ago
  15. f97c070 stop using loc::SymbolVal. by Zhongxing Xu · 15 years ago
  16. bd41db9 clean up code with new API. by Zhongxing Xu · 15 years ago
  17. 6782f75 clean up code with new API. by Zhongxing Xu · 15 years ago
  18. fe1635b Add a new method because sometimes the type of the conjured symbol is not the by Zhongxing Xu · 15 years ago
  19. 9e82acb make a conjured symbol as the original code. by Zhongxing Xu · 15 years ago
  20. 51ae790 clean up code with new API. by Zhongxing Xu · 15 years ago
  21. f8769c8 Fix a null pointer dereference error due to state caching in a loop involving by Ted Kremenek · 15 years ago
  22. 867418f Create a symbolic region instead of a loc::SymbolVal. This is a continued step by Zhongxing Xu · 15 years ago
  23. fe630b9 GRExprEngine: Don't try to reason about the size of 'void' for the return type by Ted Kremenek · 15 years ago
  24. 24ae89a Another ParentMap bug: only the right side of a comma expression is consumed. by Ted Kremenek · 15 years ago
  25. e644939 Fix another regression introduced by changes to the analyzer's reasoning about by Ted Kremenek · 15 years ago
  26. 95bf5d6 Make -include, -imacros paths absolute in Frontend. by Daniel Dunbar · 15 years ago
  27. e8dbf06 Refactor/cleanup reasoning of nil receivers in message expressions. by Ted Kremenek · 15 years ago
  28. c21c485 Driver: Split out CPP specific options for clang so that we don't end by Daniel Dunbar · 15 years ago
  29. a0c3e9c Fix <rdar://problem/6770998> make cast of super illegal (again:-) by Steve Naroff · 15 years ago
  30. 782f397 Use the new EmitCallArgs function. No indented functionality change. by Anders Carlsson · 15 years ago
  31. 748dd20 Force triple for these tests. by Daniel Dunbar · 15 years ago
  32. 247aaa6 add driver support for -Wno-trigraphs by Chris Lattner · 15 years ago
  33. d613c3d add support for -Wtrigraphs and -Wno-trigraphs. by Chris Lattner · 15 years ago
  34. 0c7ce5b Added a FIXME. by Fariborz Jahanian · 15 years ago
  35. a2cf28c add driver headers to xcode proj by Chris Lattner · 15 years ago
  36. 9b2ce37 implement -imacros support in driver. by Chris Lattner · 15 years ago
  37. fd10511 finish the implementation of -imacros. The driver still needs to be hooked up. by Chris Lattner · 15 years ago
  38. 0139bb9 Add code for emitting call arguments (not used yet). by Anders Carlsson · 15 years ago
  39. e9918d2 We weren't generating correct code for calls to variadic member functions. by Anders Carlsson · 15 years ago
  40. 4af4412 Fix buffer overrun when laying out synthesized ivars. by Daniel Dunbar · 15 years ago
  41. b31ac22 According to the GCC man page, all -imacros are included before any -include's. by Chris Lattner · 15 years ago
  42. fbb2298 properly escape filenames when generating implicit #includes, this handles by Chris Lattner · 15 years ago
  43. d286992 Fixed a problem using property syntax on a 'super' used as receiver. by Fariborz Jahanian · 15 years ago
  44. 0f78fea Use presumed location to get line number info. by Devang Patel · 15 years ago
  45. da9ae60 Enhance analyzer reasoning about sending messages to nil. A nil receiver returns 0 for scalars of size <= sizeof(void*). by Ted Kremenek · 15 years ago
  46. e42ac98 Fix bug in ParentMap::isConsumedExpr. A BinaryOperator always "consumes" the by Ted Kremenek · 15 years ago
  47. de07665 reject the #__include_macros directive unless it comes from the by Chris Lattner · 15 years ago
  48. b8e240e Add initial support for -imacros. Right now it has the same semantics as by Chris Lattner · 15 years ago
  49. 3bbc753 More fixes to builtin preprocessor defines. by Daniel Dunbar · 15 years ago
  50. 9158804 Sema::CheckConditionalOperands(): Soften pointer/integer mismatch from error->warning. by Steve Naroff · 15 years ago
  51. ab4eff6 Make sure value is initialized when built w/o asserts. by Daniel Dunbar · 15 years ago
  52. 2c2d9dc -Wmissing-prototypes shouldn't complain about main() missing a prototype. by Douglas Gregor · 15 years ago
  53. edfa02b Darwin ld: Unconditionally add -lstdc++ if we are pretending to be g++. by Daniel Dunbar · 15 years ago
  54. 0a06999 use escapes. by Chris Lattner · 15 years ago
  55. cdf59da some minor edits by Chris Lattner · 15 years ago
  56. c9abc04 Make debug info work when using -save-temps. by Daniel Dunbar · 15 years ago
  57. 797a247 Initial draft of PTH internals. by Ted Kremenek · 15 years ago
  58. e9352cc Add a destination type argument to EmitConstantExpr. This will be used for when the destination has a reference type. (No functionality change yet) by Anders Carlsson · 15 years ago
  59. 8158a2f Implementation definition of interfaces with __objc_exception attribute. by Daniel Dunbar · 15 years ago
  60. 75c47a5 Pointer width on targets like PIC16 is 16-bit, while the valid index size to GEP is only 32 or 64. So promote index to 32 in such cases. by Sanjiv Gupta · 15 years ago
  61. 837e897 remove fixme! by Chris Lattner · 15 years ago
  62. 56473d3 fix typo, noticed by Gabor by Chris Lattner · 15 years ago
  63. a27e5fe improve compatibility with VC+, patch by John Thompson! by Chris Lattner · 15 years ago
  64. 899b3de New static analyzer check by Nikita Zhuk! by Ted Kremenek · 15 years ago
  65. 9fd0b1f Set __PIC__ (more) correctly. by Daniel Dunbar · 15 years ago
  66. a17d7cc Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379. by Anders Carlsson · 15 years ago
  67. 437bb4b Add basic support for arm static analysis checking. Radar 6699395 by Mike Stump · 15 years ago
  68. 82d0068 Driver: Fix forwarding of -fpascal-strings. by Daniel Dunbar · 15 years ago
  69. 93a2595 Fix <rdar://problem/6764172> [sema] crash on invalid. by Steve Naroff · 15 years ago
  70. 03abc9e Visibility attributes should only be set on definition. by Daniel Dunbar · 15 years ago
  71. d573d26 Driver: Fix forwarding of -{std,ansi,trigraphs} when there are by Daniel Dunbar · 15 years ago
  72. 6e460ff Shuffle some call code around. No functionality change. by Anders Carlsson · 15 years ago
  73. 3aaf082 Driver: Forward remaining -f options to clang manually. by Daniel Dunbar · 15 years ago
  74. 2ac9fc2 Driver: Only forward last instance of -mmacosx-version-min= and by Daniel Dunbar · 15 years ago
  75. c8bafd7 Now that we have __weak defined as attribute in all modes, by Fariborz Jahanian · 15 years ago
  76. 48d1ef7 Driver: Manually translate a number of -f with no- variants options to by Daniel Dunbar · 15 years ago
  77. 9af6668 Driver: Add default for ArgList::hasFlag and simplify implementation. by Daniel Dunbar · 15 years ago
  78. 5c27f2b Allow us to ask for the access specifier of a translation unit by Douglas Gregor · 15 years ago
  79. cf71dd4 Propagte -fvisibility to objc2's class symbols. by Fariborz Jahanian · 15 years ago
  80. 85a5319 Diagnose uses of function specifiers on declarations which don't declare by Eli Friedman · 15 years ago
  81. 5c1aaaf Driver: Explicitly warn that -pg isn't supported (even though we by Daniel Dunbar · 15 years ago
  82. 1e23f5f Driver: Add 'q' flag for options which shouldn't be reported as unused. by Daniel Dunbar · 15 years ago
  83. 235c5ed CFG: when there is not continue or break target, mark the CFG as bad. by Ted Kremenek · 15 years ago
  84. 8ac67a7 Remove some dead code. by Anders Carlsson · 15 years ago
  85. ef79bc9 Fixes method name lookup when method appears in by Fariborz Jahanian · 15 years ago
  86. ef88e58 Fix broken test case. I have no idea why this ever worked. by Anders Carlsson · 15 years ago
  87. 4ae24e7 Driver: Fix a parsing bug where some options were matched by Daniel Dunbar · 15 years ago
  88. 3eb2fc8 add a warning for this crazy case, as suggested by Eli. by Chris Lattner · 15 years ago
  89. c2ee10d Move the internal DeclContext data structures into a separate header. by Douglas Gregor · 15 years ago
  90. 82fc0cb Use %s in test, not hard coded name. by Daniel Dunbar · 15 years ago
  91. 10d2427 Fariborz points out that weak is now defined to the attribute even in C mode. by Chris Lattner · 15 years ago
  92. 1a31ad8 XFAIL a failing test by Douglas Gregor · 15 years ago
  93. ebaa768 Tweak Sema::ActOnInstanceMessage() to look for a class method when dealing with qualified id's. This change is motivated by our desire to not support the "Class<foo>" idiom. Note that the change makes perfect sense (since all ObjC classes are also id/instances). by Steve Naroff · 15 years ago
  94. c1279db Update checker build. by Ted Kremenek · 15 years ago
  95. 939ab47 Fix typo in newly added test case. by Steve Naroff · 15 years ago
  96. d9fd764 Change the type of ObjC @ string constants (from NSConstantString->NSString). by Steve Naroff · 15 years ago
  97. 7e075cb Handle use side of __objc_exception__ attribute; when using an by Daniel Dunbar · 15 years ago
  98. 7f48c6e *everyone* knows that __weak is not defined on linux :) by Chris Lattner · 15 years ago
  99. 0b51415 implement rdar://6762183. I'm not sure if it is more insane that by Chris Lattner · 15 years ago
  100. 6ab187a Various fixes to symbols used for Obj-C x86_64 metadata. by Daniel Dunbar · 15 years ago