1. c29f77b Make ASTContext explicitly keep track of the declaration for the C by Douglas Gregor · 15 years ago
  2. 0d3c26c A few change per Doug's feedback. - Fariborz by Fariborz Jahanian · 15 years ago
  3. e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
  4. 0307cd5 Unbreak build by including header. by Ted Kremenek · 15 years ago
  5. e1cea75 Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line using '-analyzer-store=basic-new-cast'. by Ted Kremenek · 15 years ago
  6. 755c6b4 Some changes to ASTLocation's methods by Argyrios Kyrtzidis · 15 years ago
  7. 8fb3333 Add some comments to the ASTLocation class. by Argyrios Kyrtzidis · 15 years ago
  8. 818e15b Move the 'ResolveLocationInAST' function from the Frontend library to the Index library. by Argyrios Kyrtzidis · 15 years ago
  9. ccbcb70 Move ASTLocation and DeclReferenceMap from the AST library to the Index library. by Argyrios Kyrtzidis · 15 years ago
  10. 874012b Rename 'ASTNode' -> 'ASTLocation'. by Argyrios Kyrtzidis · 15 years ago
  11. 48ce7de Move the new 'CastRegion' implementation from RegionStoreManager to StoreManager by Ted Kremenek · 15 years ago
  12. d89275b Fix PR 4489, a crash in PCH loading that occurs when loading the name by Douglas Gregor · 15 years ago
  13. 7e7eb3d Keep track of the Expr used to describe the size of an array type, by Douglas Gregor · 15 years ago
  14. 313b6da Further cleanup of region invalidation code. No functionality change. by Zhongxing Xu · 15 years ago
  15. 9852b5b AllocaRegion and SymbolicRegion are both boundable. by Zhongxing Xu · 15 years ago
  16. 43e2aaf Start to gradually move region invalidation code into store manager. by Zhongxing Xu · 15 years ago
  17. 9eec4ed Introduce the 'Index' library. by Argyrios Kyrtzidis · 15 years ago
  18. 2c2ba3e Introduce the DeclReferenceMap class inside the AST library. by Argyrios Kyrtzidis · 15 years ago
  19. fc7e2a8 Introduce the virtual method Decl::getPrimaryDecl(). by Argyrios Kyrtzidis · 15 years ago
  20. 49dd585 Make use of ASTNode for return value of clang::ResolveLocationInAST() and in the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  21. c082463 Introduce ASTNode class into the AST library. by Argyrios Kyrtzidis · 15 years ago
  22. 9a08fee CompoundLiteralRegion is boundable when it is not in the file scope. by Zhongxing Xu · 15 years ago
  23. 4994d2d Catch function redeclarations with incompatible exception specifications. by Sebastian Redl · 15 years ago
  24. 0a51f1c StringRegion is not boundable. by Zhongxing Xu · 15 years ago
  25. 8834af3 remove utility methods that are not very useful. by Zhongxing Xu · 15 years ago
  26. bb2b433 Replace guarded calls in RegionStoreManager to by Ted Kremenek · 15 years ago
  27. 5ffcd7b Patch to allocate list of bases in CXXRecordDecl using ASTContxt allocation. by Fariborz Jahanian · 15 years ago
  28. 1508636 StoreManagers: Use 'hasGlobalsStorage()' and 'hasParametersStorage()' instead of by Ted Kremenek · 15 years ago
  29. d05552a Add a separate MemSpaceRegion for function/method arguments passed on the stack. by Ted Kremenek · 15 years ago
  30. 7f39d29 Remove commented methods. Add MemRegion::printStdErr(). by Ted Kremenek · 15 years ago
  31. 2e22253 Add support for retrieving the Doxygen comment associated with a given by Douglas Gregor · 15 years ago
  32. 73b85f3 Use Destroy for member initializer list clean up. by Fariborz Jahanian · 15 years ago
  33. 8f1ca78 Update for changes in LLVM. Hopefully this is the last one for a while. by Owen Anderson · 15 years ago
  34. cca9e96 Keep track of more information within the template instantiation stack, e.g., by Douglas Gregor · 15 years ago
  35. c93f498 Hold the LLVMContext by reference instead of by pointer. by Owen Anderson · 15 years ago
  36. d45c363 Updated CXXConstructorDecl AST node for ctor-initilaizer list. by Fariborz Jahanian · 15 years ago
  37. df35d7f Driver: Mark some Compilation members const. by Daniel Dunbar · 15 years ago
  38. c88a88f Driver: Move Compilation::Execute to Driver::ExecuteCompilation. by Daniel Dunbar · 15 years ago
  39. 9617433 Patch to implement template types in ctor-initializer list. by Fariborz Jahanian · 15 years ago
  40. 31c11eb Driver: Improve diagnostics for failed commands. by Daniel Dunbar · 15 years ago
  41. cae087e Driver: Add Source argument for Commands to hold the Action which caused a by Daniel Dunbar · 15 years ago
  42. 42253cc Update for LLVMContext+Module change. by Owen Anderson · 15 years ago
  43. a384492 Two fixes to make Clang build on Visual C++ (again), from Alisdair Meredith. by Douglas Gregor · 15 years ago
  44. 7154a77 Rework Sema::CheckConditionalOperands(). No functionality change. by Steve Naroff · 15 years ago
  45. 3c7b6e4 Fix for PR4192: fix the definition of int64_t on x86_64 Linux. by Eli Friedman · 15 years ago
  46. bcfad54 Patch to support optional nested-name-specifier in in ctor-initializer list. by Fariborz Jahanian · 15 years ago
  47. edce4dd Preliminary parsing and ASTs for template-ids that refer to function by Douglas Gregor · 15 years ago
  48. 9da7201 More diagnostics related to initialization of direct bases by Fariborz Jahanian · 15 years ago
  49. edb883c add utility method. by Zhongxing Xu · 15 years ago
  50. 7859cc6 add utility methods. by Zhongxing Xu · 15 years ago
  51. 149f138 Implement PR4175, catching some questionable comparisons. Patch by by Chris Lattner · 15 years ago
  52. 17945a0 De-ASTContext-ify DeclContext. by Argyrios Kyrtzidis · 15 years ago
  53. 048f30a Introduce DeclContext::getParentASTContext(). by Argyrios Kyrtzidis · 15 years ago
  54. 6fb0aee Remove the ASTContext parameter from the getBody() methods of Decl and subclasses. by Argyrios Kyrtzidis · 15 years ago
  55. f1d60ea Remove the ASTContext parameter from the printing related methods of Decl. by Argyrios Kyrtzidis · 15 years ago
  56. 40b598e Remove the ASTContext parameter from the attribute-related methods of Decl. by Argyrios Kyrtzidis · 15 years ago
  57. e4f2142 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 15 years ago
  58. 16dbdce Take care of Chris's comments. by Fariborz Jahanian · 15 years ago
  59. 8d4655d Make an error message more clear. by Anders Carlsson · 15 years ago
  60. 47deacf A more detailed diagnosis of ill-formed ctor-initializer list. by Fariborz Jahanian · 15 years ago
  61. af017e6 Improvements to decltype. We now don't crash anymore when the expr is an overloaded function decl. by Anders Carlsson · 15 years ago
  62. 1fd2dd1 Improve code generation for function template specializations: by Douglas Gregor · 15 years ago
  63. 7881a05 Diagnose multiple initialzation of data-member/base by Fariborz Jahanian · 15 years ago
  64. 127102b Keep track of function template specializations, to eliminate by Douglas Gregor · 15 years ago
  65. f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  66. 3708b3d -Keep a reference to the ASTContext inside the TranslationUnitDecl. by Argyrios Kyrtzidis · 15 years ago
  67. 001d64d Fix the FloatingLiteral API to take the isexact flag by value instead of by Chris Lattner · 15 years ago
  68. 16e8be2 Move FunctionDecl::TemplateSpecializationInfo out into its own class, by Douglas Gregor · 15 years ago
  69. 683087f Remove ASTContext::getObjCQualifiedIdType(). by Steve Naroff · 15 years ago
  70. f0f0605 The default answer for isBoundable() should be false. by Zhongxing Xu · 15 years ago
  71. 4ebe3e4 Make the StackProtector bitfield use enums instead of obscure numbers. by Bill Wendling · 15 years ago
  72. 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
  73. 364e021 Improve support for overloaded operator templates. by Douglas Gregor · 15 years ago
  74. 0c6139d Make it possible for using decls to point to operators. Fixes PR4441. by Anders Carlsson · 15 years ago
  75. 4f596c2 Remove the last 'GetXXX' methods from GRStateManager. by Ted Kremenek · 15 years ago
  76. 8d2b356 Patch to mark destructors when they are used. by Fariborz Jahanian · 15 years ago
  77. baf45d3 More auto work. by Anders Carlsson · 15 years ago
  78. f670c8c Template argument deduction is no longer responsible for checking by Douglas Gregor · 15 years ago
  79. e7cf07d Can't have arrays of auto. by Anders Carlsson · 15 years ago
  80. e2bb224 An auto variable can't appear in its own initializer. by Anders Carlsson · 15 years ago
  81. e89d159 Implement enough of the 'auto' keyword so we can claim to support N2546. by Anders Carlsson · 15 years ago
  82. 6f3d838 OpenCL 1.0 support: attributes by Nate Begeman · 15 years ago
  83. e136e0e Add NamedDecl::getUnderlyingDecl that can see through UsingDecl and ObjCCompatibleAliasDecl. by Anders Carlsson · 15 years ago
  84. 58badb7 See through UsingDecls in more places. by Anders Carlsson · 15 years ago
  85. 1730ce4 Fix build break. by Zhongxing Xu · 15 years ago
  86. c8e27cc fix PR4452, a crash on invalid. The error recovery is still terrible in this case by Chris Lattner · 15 years ago
  87. 58d29a4 OpenCL 1.0 support: explicit casts to ext-vector types by Nate Begeman · 15 years ago
  88. e74eaef Add missing header file. by Ted Kremenek · 15 years ago
  89. 1637be7 Implicit instantiation for function template specializations. by Douglas Gregor · 15 years ago
  90. 6c07bdb Introduce a new concept to the static analyzer: SValuator. by Ted Kremenek · 15 years ago
  91. 72b60e3 OpenCL 1.0 Support: support "bool, true, false" tokens when compiling for OpenCL by Nate Begeman · 15 years ago
  92. 69cfb9b PCH support for OpenCL language options by Nate Begeman · 15 years ago
  93. 4e3629e OpenCL 1.0 patch 2/N: Language options & file extension by Nate Begeman · 15 years ago
  94. e53060f Improved semantic analysis and AST respresentation for function templates. by Douglas Gregor · 15 years ago
  95. c75bc2d Patch to diagnose and Mark use of implicit default assignment operator. by Fariborz Jahanian · 15 years ago
  96. 131f465 OpenCL 1.0 Support, patch 1/N: upper case swizzle operator and hex element index. by Nate Begeman · 15 years ago
  97. 53d4c14 Introduce the ResolveLocationInAST function which takes an ASTContext and a SourceLocation and it resolves it into a <Decl*, Stmt*> pair. by Argyrios Kyrtzidis · 15 years ago
  98. 53ba0b6 Remove uses of std::ostream from libAnalysis. by Ted Kremenek · 15 years ago
  99. 233e913 Remove GRStateManager::GetSValAsScalarOrLoc()/GetSVal(). by Ted Kremenek · 15 years ago
  100. 395b475 Add a DecltypeType type. by Anders Carlsson · 15 years ago