1. 3f44291 'unset' isn't needed in these tests anymore, we always run with a controlled by Daniel Dunbar · 15 years ago
  2. 2f8bafe lit: Fix a name lookup problem, which only occurred on a race condition. This is by Daniel Dunbar · 15 years ago
  3. 5928ccd lit: Pull a few more variables into the TestingConfig object. by Daniel Dunbar · 15 years ago
  4. 2bdccea lit: Don't use threads when only running one test, or with -j 1. by Daniel Dunbar · 15 years ago
  5. 93fe03f MultiTestRunner: Add 'sh' parsing to ShUtil. by Daniel Dunbar · 15 years ago
  6. 3af708f More warnings for unused expressions. by Anders Carlsson · 15 years ago
  7. 738f8c2 Add beginnigs of rtti generation, wire up more of -fno-exceptions. by Mike Stump · 15 years ago
  8. 1290598 Remove the old struct builder code. by Anders Carlsson · 15 years ago
  9. 82b5696 And now we can generate a simple vtable. Still a work in progress... by Mike Stump · 15 years ago
  10. aaed50d Move code from EmitUnion directly into the function that handles cast-to-union. by Anders Carlsson · 15 years ago
  11. f6c4396 Use the struct builder for unions. by Anders Carlsson · 15 years ago
  12. bb1c860 Fixup spacing and 80-col violations. by Mike Stump · 15 years ago
  13. c9c88b4 Update for LLVM API change. by Owen Anderson · 15 years ago
  14. 8c4dc1f For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check subexpressions. by Argyrios Kyrtzidis · 15 years ago
  15. 211c278 Make the recanonicalization-for-an-out-of-line-definition test case a bit trickier by Douglas Gregor · 15 years ago
  16. 5296afa Allow one to update the type representation of the declaration specifiers. Will be used by an upcoming commit. by Douglas Gregor · 15 years ago
  17. 1560def Remove a redundant getCanonicalType call by Douglas Gregor · 15 years ago
  18. f121677 Add code to setup the vtable pointer in the constructor. Work in progress. by Mike Stump · 15 years ago
  19. 29852b6 New test case for rev. 77694. by Devang Patel · 15 years ago
  20. ed92df0 MultiTestRunner: Fix invalid warning when pointing 'lit' directly at a test. by Daniel Dunbar · 15 years ago
  21. 286d368 Fix spacing. by Mike Stump · 15 years ago
  22. 3b144ba Update for LLVM API change. by Owen Anderson · 15 years ago
  23. 78b89b0 Fix 80-col violation by Douglas Gregor · 15 years ago
  24. 6f2c46b Make canonicalization of overloaded function declarations match the by Douglas Gregor · 15 years ago
  25. a2ffb98 Canonicalize template template parameters. We can't test this yet, but by Douglas Gregor · 15 years ago
  26. 4a3f780 Canonicalize function parameters by Douglas Gregor · 15 years ago
  27. 7b90be7 MultiTestRunner: Add module for lexing 'sh' commands. by Daniel Dunbar · 15 years ago
  28. c1e1d7c Add missing test suffixes. by Daniel Dunbar · 15 years ago
  29. 1db467f MultiTestRunner: Simplify, cleanup, and rename! by Daniel Dunbar · 15 years ago
  30. 6ebd15e Canonicalization and profiling for overloaded function declarations, by Douglas Gregor · 15 years ago
  31. 2ec09f1 Canonicalize dependent extended vector types. by Douglas Gregor · 15 years ago
  32. 7b1fdbd PR3679 - enable #pragma weak aliasing. by Ryan Flynn · 15 years ago
  33. 0f434ec Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer by John McCall · 15 years ago
  34. 5c15fe1 sp. by John McCall · 15 years ago
  35. 9fdbab3 Whitespace around else canonicalization and fix 80-col violations. by Mike Stump · 15 years ago
  36. 1503f77 Make the check for the linkage of a template handle the case of nested by Eli Friedman · 15 years ago
  37. 3503d04 Add CK_DerivedToBase and use it PerformObjectMemberConversion. by Anders Carlsson · 15 years ago
  38. 87a05f1 Fix build warnings. by Mike Stump · 15 years ago
  39. cdef2b7 Add a CastKind enum to CastExpr. Right now it's not used for much but it will be :) by Anders Carlsson · 15 years ago
  40. 82ec2e9 Fix use-after-release bug introduced in r77585 where the PathDiagnosticClient by Ted Kremenek · 15 years ago
  41. 04d4bee Build canonical types for dependently-sized array types. by Douglas Gregor · 15 years ago
  42. e600bed Add scan-build option '-no-failure-reports' to supress the creation of a 'failures' subdirectory that includes crash reports, preprocessed files, etc. by Ted Kremenek · 15 years ago
  43. 9d702ae Canonicalization of dependent C++0x decltype types. by Douglas Gregor · 15 years ago
  44. c7ff8e1 Synthesize the default constructor which has not been declared as needed. by Fariborz Jahanian · 15 years ago
  45. b197572 Canonicalization for dependent typeof(expr) types. by Douglas Gregor · 15 years ago
  46. 03e2050 Update for LLVM API changes. by Owen Anderson · 15 years ago
  47. 7544311 Diagnose unused expression results for all statements, just not compound statements. by Anders Carlsson · 15 years ago
  48. 9668b1f Add casts to avoid a bunch of unused expr warnings. (They aren't reported right now due to a bug that I intend to fix). Ted, please review. by Anders Carlsson · 15 years ago
  49. b3589f4 Canonicalize else spacing. by Mike Stump · 15 years ago
  50. 636463e Factor code out into a DiagnoseUnusedExprResult function. by Anders Carlsson · 15 years ago
  51. 7116da1 Note some other limitations. by Mike Stump · 15 years ago
  52. b49ef00 Update based upon comments. Explain why we have an assert. by Mike Stump · 15 years ago
  53. 90f6708 We'll also need a vtable pointer if we have virtual bases. by Mike Stump · 15 years ago
  54. c5b8c9b What luck! Clang obtains support for refering to members of the by Douglas Gregor · 15 years ago
  55. 426cc38 Patch for future ir-gen for destructor calls. by Fariborz Jahanian · 15 years ago
  56. 4b5acc5 Lexically order files. by Ted Kremenek · 15 years ago
  57. b88e888 Support out-of-line definitions of the members of class template by Douglas Gregor · 15 years ago
  58. 17edea8 Initialize an otherwise-wild pointer. Fixes a crashy analyzer by Douglas Gregor · 15 years ago
  59. a29e52e fix cmake build by Benjamin Kramer · 15 years ago
  60. 7d49c71 simple fixes. by Zhongxing Xu · 15 years ago
  61. fda7832 Make AnalysisManager into its own source file and a pure data management class. by Zhongxing Xu · 15 years ago
  62. a0a2c7d Update CMakeLists.txt by Daniel Dunbar · 15 years ago
  63. ab5f311 Fix Selector <-> GlobalSelector conversion. by Argyrios Kyrtzidis · 15 years ago
  64. e25ff83 PR3679 - handle #pragma weak by Ryan Flynn · 15 years ago
  65. 218e0b7 Add -fblocks. by Daniel Dunbar · 15 years ago
  66. cddab4a MultiTestRunner: Stop printing XFAILs on every run, this doesn't really have any by Daniel Dunbar · 15 years ago
  67. 97ab394 This patch collects all analysis context data into a new class AnalysisContext. by Zhongxing Xu · 15 years ago
  68. d254a25 Remove bogus "unsupported" case for vectors (which shouldn't by Eli Friedman · 15 years ago
  69. f66eab0 Fix type to be consistent with the rest of the code. by Mike Stump · 15 years ago
  70. 3dee6ef Add ability to layout the vtable pointer in trivial cases. I noticed by Mike Stump · 15 years ago
  71. bebc467 Fix gcc warning. by Eli Friedman · 15 years ago
  72. c238a79 ir-gen for nested non-virtual base member access in current class. by Fariborz Jahanian · 15 years ago
  73. dbb8d81 Add support for -Wno-long-long. by Eli Friedman · 15 years ago
  74. 19b732a Add support for ObjC message expressions, in the Analyzer: by Argyrios Kyrtzidis · 15 years ago
  75. 1e16847 Update CMake. by Argyrios Kyrtzidis · 15 years ago
  76. 87bcb50 Support ObjC methods as Entities. by Argyrios Kyrtzidis · 15 years ago
  77. e5bb6d4 There's no point in going through the getAs<TagType> stuff to find the definition of a tag, since tags rarely have more than one or two declarations by Douglas Gregor · 15 years ago
  78. b325146 Use a STL helper template 'pair_value_iterator', by both DeclReferenceMap and SelectorMap. by Argyrios Kyrtzidis · 15 years ago
  79. 66570b2 Add ObjCMethodDecl::isThisDeclarationADefinition(). by Argyrios Kyrtzidis · 15 years ago
  80. d88284b Index the selectors and provide the translation units that contain them by Argyrios Kyrtzidis · 15 years ago
  81. 0f39848 Add TranslationUnit::getSelectorMap(). by Argyrios Kyrtzidis · 15 years ago
  82. 557b1d2 Introduce SelectorMap whose purpose is to map selectors to objc methods and message exprs, by Argyrios Kyrtzidis · 15 years ago
  83. ad6e5d1 Find references inside blocks. by Argyrios Kyrtzidis · 15 years ago
  84. 81e8456 Use helper class ASTVisitor to fully traverse an AST. by Argyrios Kyrtzidis · 15 years ago
  85. 27bd0dc Introduce the GlobalSelector class in the Indexing library. by Argyrios Kyrtzidis · 15 years ago
  86. dc1792c Use an IdentifierTable for names used for Entities. by Argyrios Kyrtzidis · 15 years ago
  87. 7f4656e -Introduce the idx::Analyzer class used for getting indexing information, like finding by Argyrios Kyrtzidis · 15 years ago
  88. 40c0e73 Introduce TULocation and TULocationHandler classes. by Argyrios Kyrtzidis · 15 years ago
  89. 52f1d47 Modify the Indexer class so that it can return the TranslationUnit that internal by Argyrios Kyrtzidis · 15 years ago
  90. e380c51 Add Entity::getInternalDecl() to be used only on Entities that refer to internal by Argyrios Kyrtzidis · 15 years ago
  91. 6dbbc0e Constify ASTLocation::print. by Argyrios Kyrtzidis · 15 years ago
  92. 614455c Fix some comments. by Argyrios Kyrtzidis · 15 years ago
  93. 768a6c9 Add getDeclReferenceMap() to the abstract interface of TranslationUnit class. by Argyrios Kyrtzidis · 15 years ago
  94. 0594545 Remove the TranslationUnit usage from clang-wpa.cpp since it's not really by Argyrios Kyrtzidis · 15 years ago
  95. 94431b5 Introduce a helper template for the Handler classes and use it instead by Argyrios Kyrtzidis · 15 years ago
  96. daf253d Add an assert. by Argyrios Kyrtzidis · 15 years ago
  97. 16d8bcf Accept Handler objects in parameters as references. by Argyrios Kyrtzidis · 15 years ago
  98. 77b4a79 Rename EntityHandler::HandleEntity to Handle. by Argyrios Kyrtzidis · 15 years ago
  99. b17dc46 -Make IndexProvider an abstract interface for getting indexing information. by Argyrios Kyrtzidis · 15 years ago
  100. 8e9e9ef Make tag declarations redeclarable. This change has three purposes: by Douglas Gregor · 15 years ago