1. 675431d Parsing fix for out-of-line constructors, from Piotr Rak by Douglas Gregor · 15 years ago
  2. c1daae3 Fix out-of-source regression testing for makefiles by Douglas Gregor · 15 years ago
  3. 7e7eb3d Keep track of the Expr used to describe the size of an array type, by Douglas Gregor · 15 years ago
  4. 6f4a69a Fix bitfield promotion in the presence of explicit casts, from Abrama Bagnara. by Douglas Gregor · 15 years ago
  5. 313b6da Further cleanup of region invalidation code. No functionality change. by Zhongxing Xu · 15 years ago
  6. 9852b5b AllocaRegion and SymbolicRegion are both boundable. by Zhongxing Xu · 15 years ago
  7. 43e2aaf Start to gradually move region invalidation code into store manager. by Zhongxing Xu · 15 years ago
  8. 921bd26 Having tests that depend on previously created files is bad idea. Fix them to be self-sufficient. by Argyrios Kyrtzidis · 15 years ago
  9. a342675 Fix for PR4502: add calculation of the integer conversion rank for wchar_t. by Eli Friedman · 15 years ago
  10. 6036ebe More tweaks to types for OpenBSD. Patch by Jonathan Gray. by Eli Friedman · 15 years ago
  11. 7b332d9 Make use of the Index library through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  12. 9eec4ed Introduce the 'Index' library. by Argyrios Kyrtzidis · 15 years ago
  13. 2c2ba3e Introduce the DeclReferenceMap class inside the AST library. by Argyrios Kyrtzidis · 15 years ago
  14. fc7e2a8 Introduce the virtual method Decl::getPrimaryDecl(). by Argyrios Kyrtzidis · 15 years ago
  15. 07796e1 Avoid re-checking the parameters of a function, when trying to resolve a location. by Argyrios Kyrtzidis · 15 years ago
  16. 49dd585 Make use of ASTNode for return value of clang::ResolveLocationInAST() and in the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  17. c082463 Introduce ASTNode class into the AST library. by Argyrios Kyrtzidis · 15 years ago
  18. 685477f Do an early check for function definition. by Argyrios Kyrtzidis · 15 years ago
  19. 624c146 Per PR4506, fix the type of size_t on OpenBSD. by Eli Friedman · 15 years ago
  20. 9a08fee CompoundLiteralRegion is boundable when it is not in the file scope. by Zhongxing Xu · 15 years ago
  21. 4994d2d Catch function redeclarations with incompatible exception specifications. by Sebastian Redl · 15 years ago
  22. 0a51f1c StringRegion is not boundable. by Zhongxing Xu · 15 years ago
  23. c51db23 This fixes the case where the wrong symbol is emitted leading to linking errors when you reference a class before defining it (GNU runtime). by Fariborz Jahanian · 15 years ago
  24. 8834af3 remove utility methods that are not very useful. by Zhongxing Xu · 15 years ago
  25. c5771fd add test case for r74407. by Zhongxing Xu · 15 years ago
  26. 600437f Update checker build. by Ted Kremenek · 15 years ago
  27. dc04316 Add an intermediate typedef for __builtin_va_tag to make it a bit easier by Eli Friedman · 15 years ago
  28. ed2c291 Remove unused method. by Ted Kremenek · 15 years ago
  29. f6c9f42 BasicStoreManager: Use SymbolManager::canSymbolicate() to determine if a variable can be symbolicated. by Ted Kremenek · 15 years ago
  30. ed47fc6 Fix a horrible CFG bug reported in <rdar://problem/7027684>. The wrong successor by Ted Kremenek · 15 years ago
  31. fbbb1e7 Revert prev commit, we have much bigger problems because 2.3 is missing by Daniel Dunbar · 15 years ago
  32. 8afede2 Avoid @staticmethod to allow use with Python 2.3. by Daniel Dunbar · 15 years ago
  33. bb2b433 Replace guarded calls in RegionStoreManager to by Ted Kremenek · 15 years ago
  34. dc14726 Enhance RegionStore to lazily symbolicate fields and array elements for by Ted Kremenek · 15 years ago
  35. 41e8c21 Fix RUN line so this test doesn't hang. by Ted Kremenek · 15 years ago
  36. 5ffcd7b Patch to allocate list of bases in CXXRecordDecl using ASTContxt allocation. by Fariborz Jahanian · 15 years ago
  37. 1508636 StoreManagers: Use 'hasGlobalsStorage()' and 'hasParametersStorage()' instead of by Ted Kremenek · 15 years ago
  38. d05552a Add a separate MemSpaceRegion for function/method arguments passed on the stack. by Ted Kremenek · 15 years ago
  39. 7f39d29 Remove commented methods. Add MemRegion::printStdErr(). by Ted Kremenek · 15 years ago
  40. 2e22253 Add support for retrieving the Doxygen comment associated with a given by Douglas Gregor · 15 years ago
  41. 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
  42. 73b85f3 Use Destroy for member initializer list clean up. by Fariborz Jahanian · 15 years ago
  43. 8b2ba31 Minor code cleanup: pull variables into scope of 'if' statement, limiting their by Ted Kremenek · 15 years ago
  44. ae4df62 Fix PR 4489, a PCH crash during de-serialization. by Douglas Gregor · 15 years ago
  45. dac5bd4 Temporarily disable RegionStore for stack-addr-ps.c, as a new test case reveals by Ted Kremenek · 15 years ago
  46. 921109a Add a FIXME to RegionStore, do some minor code cleanup, and get RegionStore to by Ted Kremenek · 15 years ago
  47. 8f1ca78 Update for changes in LLVM. Hopefully this is the last one for a while. by Owen Anderson · 15 years ago
  48. cca9e96 Keep track of more information within the template instantiation stack, e.g., by Douglas Gregor · 15 years ago
  49. c93f498 Hold the LLVMContext by reference instead of by pointer. by Owen Anderson · 15 years ago
  50. d45c363 Updated CXXConstructorDecl AST node for ctor-initilaizer list. by Fariborz Jahanian · 15 years ago
  51. d906dc7 Fix thinko in r74506, test condition for floats was inverted. by Daniel Dunbar · 15 years ago
  52. df35d7f Driver: Mark some Compilation members const. by Daniel Dunbar · 15 years ago
  53. c88a88f Driver: Move Compilation::Execute to Driver::ExecuteCompilation. by Daniel Dunbar · 15 years ago
  54. 9617433 Patch to implement template types in ctor-initializer list. by Fariborz Jahanian · 15 years ago
  55. 31c11eb Driver: Improve diagnostics for failed commands. by Daniel Dunbar · 15 years ago
  56. cae087e Driver: Add Source argument for Commands to hold the Action which caused a by Daniel Dunbar · 15 years ago
  57. 4d374d4 Add header search path for Gentoo stable, x86_64 version. by Sebastian Redl · 15 years ago
  58. 42253cc Update for LLVMContext+Module change. by Owen Anderson · 15 years ago
  59. a384492 Two fixes to make Clang build on Visual C++ (again), from Alisdair Meredith. by Douglas Gregor · 15 years ago
  60. 7154a77 Rework Sema::CheckConditionalOperands(). No functionality change. by Steve Naroff · 15 years ago
  61. c0b8b19 Implement Eli's feedback for vecto constant expressions; by Nate Begeman · 15 years ago
  62. b59761b use new and simplified LLVM APIs. Patch by Jay Foad! by Chris Lattner · 15 years ago
  63. 3c7b6e4 Fix for PR4192: fix the definition of int64_t on x86_64 Linux. by Eli Friedman · 15 years ago
  64. 5ff8e8c add fixme. by Zhongxing Xu · 15 years ago
  65. 16134c6 Cope with explicitly-specified function template arguments when there by Douglas Gregor · 15 years ago
  66. 6db8ed4 When explicit template arguments are provided for a function call, by Douglas Gregor · 15 years ago
  67. bcfad54 Patch to support optional nested-name-specifier in in ctor-initializer list. by Fariborz Jahanian · 15 years ago
  68. edce4dd Preliminary parsing and ASTs for template-ids that refer to function by Douglas Gregor · 15 years ago
  69. 19cfa2b Update old CastRegion logic to not assume that ElementRegion's super region is a by Ted Kremenek · 15 years ago
  70. 1bc5bbf Fix: <rdar://problem/7021553> clang -fsyntax-only crashes (in ParseDeclarationSpecifiers ... from ParseObjCTypeName) by Ted Kremenek · 15 years ago
  71. 5ac3dfc Diagnose multiple initialization of anonymous union by Fariborz Jahanian · 15 years ago
  72. 6bf01d6 Combine two conditional branches into one. No functionality change. by Ted Kremenek · 15 years ago
  73. 9da7201 More diagnostics related to initialization of direct bases by Fariborz Jahanian · 15 years ago
  74. b33fe2f When recursively instantiating function templates, keep track of the by Douglas Gregor · 15 years ago
  75. 5f6c194 Reapply r74532, and inherit from OSTargetInfo instead of from Target. by Torok Edwin · 15 years ago
  76. b0a5b24 Revert 74532 till I figure out why it breaks a bunch of tests. by Torok Edwin · 15 years ago
  77. ed88608 Update C++ section data and directory structure to reflect N2914 by Douglas Gregor · 15 years ago
  78. 514b7b1 Compute ending of iterator in for-loop once. by Fariborz Jahanian · 15 years ago
  79. 50dd810 Use templates instead of creating a new class for each OS/Target combination. by Torok Edwin · 15 years ago
  80. 751f9a4 Refactor ActOnDeclarationNameExpr into a "parsing action" part and a by Douglas Gregor · 15 years ago
  81. ce2f9bd Instead of r74522, use another approach to fix xfail_regionstore_wine_crash.c. by Zhongxing Xu · 15 years ago
  82. 7abe019 When retrieving element region, if its super region has binding, return by Zhongxing Xu · 15 years ago
  83. 1b54221 Block level expr should be visited. Otherwise variables in init expr of by Zhongxing Xu · 15 years ago
  84. edb883c add utility method. by Zhongxing Xu · 15 years ago
  85. 7859cc6 add utility methods. by Zhongxing Xu · 15 years ago
  86. 51bbd1b remove dead code. by Zhongxing Xu · 15 years ago
  87. 2001b8e We do not require the super region of element region be typed. So do not by Zhongxing Xu · 15 years ago
  88. 149f138 Implement PR4175, catching some questionable comparisons. Patch by by Chris Lattner · 15 years ago
  89. 17945a0 De-ASTContext-ify DeclContext. by Argyrios Kyrtzidis · 15 years ago
  90. 048f30a Introduce DeclContext::getParentASTContext(). by Argyrios Kyrtzidis · 15 years ago
  91. 6fb0aee Remove the ASTContext parameter from the getBody() methods of Decl and subclasses. by Argyrios Kyrtzidis · 15 years ago
  92. f1d60ea Remove the ASTContext parameter from the printing related methods of Decl. by Argyrios Kyrtzidis · 15 years ago
  93. 9b34669 Decl::getTranslationUnitDecl() should return itself when the Decl is a TranslationUnitDecl. by Argyrios Kyrtzidis · 15 years ago
  94. 40b598e Remove the ASTContext parameter from the attribute-related methods of Decl. by Argyrios Kyrtzidis · 15 years ago
  95. e4f2142 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 15 years ago
  96. 16dbdce Take care of Chris's comments. by Fariborz Jahanian · 15 years ago
  97. 8d4655d Make an error message more clear. by Anders Carlsson · 15 years ago
  98. 47deacf A more detailed diagnosis of ill-formed ctor-initializer list. by Fariborz Jahanian · 15 years ago
  99. 811844d Use true/false instead of 1/0. by Daniel Dunbar · 15 years ago
  100. af017e6 Improvements to decltype. We now don't crash anymore when the expr is an overloaded function decl. by Anders Carlsson · 15 years ago