1. ed2c291 Remove unused method. by Ted Kremenek · 15 years ago
  2. f6c9f42 BasicStoreManager: Use SymbolManager::canSymbolicate() to determine if a variable can be symbolicated. by Ted Kremenek · 15 years ago
  3. ed47fc6 Fix a horrible CFG bug reported in <rdar://problem/7027684>. The wrong successor by Ted Kremenek · 15 years ago
  4. fbbb1e7 Revert prev commit, we have much bigger problems because 2.3 is missing by Daniel Dunbar · 15 years ago
  5. 8afede2 Avoid @staticmethod to allow use with Python 2.3. by Daniel Dunbar · 15 years ago
  6. bb2b433 Replace guarded calls in RegionStoreManager to by Ted Kremenek · 15 years ago
  7. dc14726 Enhance RegionStore to lazily symbolicate fields and array elements for by Ted Kremenek · 15 years ago
  8. 41e8c21 Fix RUN line so this test doesn't hang. by Ted Kremenek · 15 years ago
  9. 5ffcd7b Patch to allocate list of bases in CXXRecordDecl using ASTContxt allocation. by Fariborz Jahanian · 15 years ago
  10. 1508636 StoreManagers: Use 'hasGlobalsStorage()' and 'hasParametersStorage()' instead of by Ted Kremenek · 15 years ago
  11. d05552a Add a separate MemSpaceRegion for function/method arguments passed on the stack. by Ted Kremenek · 15 years ago
  12. 7f39d29 Remove commented methods. Add MemRegion::printStdErr(). by Ted Kremenek · 15 years ago
  13. 2e22253 Add support for retrieving the Doxygen comment associated with a given by Douglas Gregor · 15 years ago
  14. 5068ab6 Look through vector types when determining the base type of a type for declarator printing. Bug found via the PCH tester by Douglas Gregor · 15 years ago
  15. 73b85f3 Use Destroy for member initializer list clean up. by Fariborz Jahanian · 15 years ago
  16. 8b2ba31 Minor code cleanup: pull variables into scope of 'if' statement, limiting their by Ted Kremenek · 15 years ago
  17. ae4df62 Fix PR 4489, a PCH crash during de-serialization. by Douglas Gregor · 15 years ago
  18. dac5bd4 Temporarily disable RegionStore for stack-addr-ps.c, as a new test case reveals by Ted Kremenek · 15 years ago
  19. 921109a Add a FIXME to RegionStore, do some minor code cleanup, and get RegionStore to by Ted Kremenek · 15 years ago
  20. 8f1ca78 Update for changes in LLVM. Hopefully this is the last one for a while. by Owen Anderson · 15 years ago
  21. cca9e96 Keep track of more information within the template instantiation stack, e.g., by Douglas Gregor · 15 years ago
  22. c93f498 Hold the LLVMContext by reference instead of by pointer. by Owen Anderson · 15 years ago
  23. d45c363 Updated CXXConstructorDecl AST node for ctor-initilaizer list. by Fariborz Jahanian · 15 years ago
  24. d906dc7 Fix thinko in r74506, test condition for floats was inverted. by Daniel Dunbar · 15 years ago
  25. df35d7f Driver: Mark some Compilation members const. by Daniel Dunbar · 15 years ago
  26. c88a88f Driver: Move Compilation::Execute to Driver::ExecuteCompilation. by Daniel Dunbar · 15 years ago
  27. 9617433 Patch to implement template types in ctor-initializer list. by Fariborz Jahanian · 15 years ago
  28. 31c11eb Driver: Improve diagnostics for failed commands. by Daniel Dunbar · 15 years ago
  29. cae087e Driver: Add Source argument for Commands to hold the Action which caused a by Daniel Dunbar · 15 years ago
  30. 4d374d4 Add header search path for Gentoo stable, x86_64 version. by Sebastian Redl · 15 years ago
  31. 42253cc Update for LLVMContext+Module change. by Owen Anderson · 15 years ago
  32. a384492 Two fixes to make Clang build on Visual C++ (again), from Alisdair Meredith. by Douglas Gregor · 15 years ago
  33. 7154a77 Rework Sema::CheckConditionalOperands(). No functionality change. by Steve Naroff · 15 years ago
  34. c0b8b19 Implement Eli's feedback for vecto constant expressions; by Nate Begeman · 15 years ago
  35. b59761b use new and simplified LLVM APIs. Patch by Jay Foad! by Chris Lattner · 15 years ago
  36. 3c7b6e4 Fix for PR4192: fix the definition of int64_t on x86_64 Linux. by Eli Friedman · 15 years ago
  37. 5ff8e8c add fixme. by Zhongxing Xu · 15 years ago
  38. 16134c6 Cope with explicitly-specified function template arguments when there by Douglas Gregor · 15 years ago
  39. 6db8ed4 When explicit template arguments are provided for a function call, by Douglas Gregor · 15 years ago
  40. bcfad54 Patch to support optional nested-name-specifier in in ctor-initializer list. by Fariborz Jahanian · 15 years ago
  41. edce4dd Preliminary parsing and ASTs for template-ids that refer to function by Douglas Gregor · 15 years ago
  42. 19cfa2b Update old CastRegion logic to not assume that ElementRegion's super region is a by Ted Kremenek · 15 years ago
  43. 1bc5bbf Fix: <rdar://problem/7021553> clang -fsyntax-only crashes (in ParseDeclarationSpecifiers ... from ParseObjCTypeName) by Ted Kremenek · 15 years ago
  44. 5ac3dfc Diagnose multiple initialization of anonymous union by Fariborz Jahanian · 15 years ago
  45. 6bf01d6 Combine two conditional branches into one. No functionality change. by Ted Kremenek · 15 years ago
  46. 9da7201 More diagnostics related to initialization of direct bases by Fariborz Jahanian · 15 years ago
  47. b33fe2f When recursively instantiating function templates, keep track of the by Douglas Gregor · 15 years ago
  48. 5f6c194 Reapply r74532, and inherit from OSTargetInfo instead of from Target. by Torok Edwin · 15 years ago
  49. b0a5b24 Revert 74532 till I figure out why it breaks a bunch of tests. by Torok Edwin · 15 years ago
  50. ed88608 Update C++ section data and directory structure to reflect N2914 by Douglas Gregor · 15 years ago
  51. 514b7b1 Compute ending of iterator in for-loop once. by Fariborz Jahanian · 15 years ago
  52. 50dd810 Use templates instead of creating a new class for each OS/Target combination. by Torok Edwin · 15 years ago
  53. 751f9a4 Refactor ActOnDeclarationNameExpr into a "parsing action" part and a by Douglas Gregor · 15 years ago
  54. ce2f9bd Instead of r74522, use another approach to fix xfail_regionstore_wine_crash.c. by Zhongxing Xu · 15 years ago
  55. 7abe019 When retrieving element region, if its super region has binding, return by Zhongxing Xu · 15 years ago
  56. 1b54221 Block level expr should be visited. Otherwise variables in init expr of by Zhongxing Xu · 15 years ago
  57. edb883c add utility method. by Zhongxing Xu · 15 years ago
  58. 7859cc6 add utility methods. by Zhongxing Xu · 15 years ago
  59. 51bbd1b remove dead code. by Zhongxing Xu · 15 years ago
  60. 2001b8e We do not require the super region of element region be typed. So do not by Zhongxing Xu · 15 years ago
  61. 149f138 Implement PR4175, catching some questionable comparisons. Patch by by Chris Lattner · 15 years ago
  62. 17945a0 De-ASTContext-ify DeclContext. by Argyrios Kyrtzidis · 15 years ago
  63. 048f30a Introduce DeclContext::getParentASTContext(). by Argyrios Kyrtzidis · 15 years ago
  64. 6fb0aee Remove the ASTContext parameter from the getBody() methods of Decl and subclasses. by Argyrios Kyrtzidis · 15 years ago
  65. f1d60ea Remove the ASTContext parameter from the printing related methods of Decl. by Argyrios Kyrtzidis · 15 years ago
  66. 9b34669 Decl::getTranslationUnitDecl() should return itself when the Decl is a TranslationUnitDecl. by Argyrios Kyrtzidis · 15 years ago
  67. 40b598e Remove the ASTContext parameter from the attribute-related methods of Decl. by Argyrios Kyrtzidis · 15 years ago
  68. e4f2142 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 15 years ago
  69. 16dbdce Take care of Chris's comments. by Fariborz Jahanian · 15 years ago
  70. 8d4655d Make an error message more clear. by Anders Carlsson · 15 years ago
  71. 47deacf A more detailed diagnosis of ill-formed ctor-initializer list. by Fariborz Jahanian · 15 years ago
  72. 811844d Use true/false instead of 1/0. by Daniel Dunbar · 15 years ago
  73. af017e6 Improvements to decltype. We now don't crash anymore when the expr is an overloaded function decl. by Anders Carlsson · 15 years ago
  74. 43a3643 Don't define __KPRINTF_ATTRIBUTE__ unconditionally on OpenBSD. by Daniel Dunbar · 15 years ago
  75. 1fd2dd1 Improve code generation for function template specializations: by Douglas Gregor · 15 years ago
  76. 7881a05 Diagnose multiple initialzation of data-member/base by Fariborz Jahanian · 15 years ago
  77. 74add6d Remove some dead code by Anders Carlsson · 15 years ago
  78. 127102b Keep track of function template specializations, to eliminate by Douglas Gregor · 15 years ago
  79. f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  80. 3708b3d -Keep a reference to the ASTContext inside the TranslationUnitDecl. by Argyrios Kyrtzidis · 15 years ago
  81. 512230c Remove redundant leftover code. by Argyrios Kyrtzidis · 15 years ago
  82. 001d64d Fix the FloatingLiteral API to take the isexact flag by value instead of by Chris Lattner · 15 years ago
  83. 16e8be2 Move FunctionDecl::TemplateSpecializationInfo out into its own class, by Douglas Gregor · 15 years ago
  84. 683087f Remove ASTContext::getObjCQualifiedIdType(). by Steve Naroff · 15 years ago
  85. a03f157 Invalidate the alloca region by setting its default value to conjured symbol. by Zhongxing Xu · 15 years ago
  86. f0f0605 The default answer for isBoundable() should be false. by Zhongxing Xu · 15 years ago
  87. 4ebe3e4 Make the StackProtector bitfield use enums instead of obscure numbers. by Bill Wendling · 15 years ago
  88. d966a55 Move the check for vprintf* functions inside of SemaCheckStringLiteral. Fixes PR4470. by Anders Carlsson · 15 years ago
  89. ae0b243 make these tests pass with the stack canary stuff even on targets where they default to on. by Chris Lattner · 15 years ago
  90. dde2598 Fix incorrect AST's being produced, noticed by Eli. by Nate Begeman · 15 years ago
  91. 49e2e99 Now this test case passes. by Zhongxing Xu · 15 years ago
  92. 99c2030 Adjust retrieve handler priority. If a field is of array type, it should be by Zhongxing Xu · 15 years ago
  93. 6bd8a52 Invalidate a field of struct type by setting its default value to conjured by Zhongxing Xu · 15 years ago
  94. 87453d1 Do not crash on binding concrete integer location. by Zhongxing Xu · 15 years ago
  95. c2a650a Simplify some code. As in region store, we always expect the location is a by Zhongxing Xu · 15 years ago
  96. 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
  97. 1bd1f6e OpenCL 1.0 support: by Nate Begeman · 15 years ago
  98. 9b10da6 Implement feedback from Eli re: the purpose of lax vector conversions by Nate Begeman · 15 years ago
  99. 364e021 Improve support for overloaded operator templates. by Douglas Gregor · 15 years ago
  100. 309fe0d Fix the parser error hanlding for __builtin_offsetof to actually print by Eli Friedman · 15 years ago