1. 5f81d8a Make the new -fobjc-nonfragile-abi2 the default by Fariborz Jahanian · 14 years ago
  2. fa885c1 Extend bracket insertion to message sends to "super", e.g., by Douglas Gregor · 14 years ago
  3. b65042d Extend bracket insertion to handle nullary selectors, e.g. by Douglas Gregor · 14 years ago
  4. 0fbda68 Implement bracket insertion for Objective-C instance message sends as by Douglas Gregor · 14 years ago
  5. bf3a60b Tweak regex not to accidentally match a trailing \r. by Benjamin Kramer · 14 years ago
  6. ee0f984 Fix pointer-signext.c test case: it was relying on value names, which don't appear in the non-assert build. Switch to using check-next as well. by Cameron Esfahani · 14 years ago
  7. 465e8c1 Test hardening. by John McCall · 14 years ago
  8. 558d2ab one piece of code is responsible for the lifetime of every aggregate by John McCall · 14 years ago
  9. 8f3b834 Relax assertion in CFG builder when processing ForStmts. This fixes an assertion failure by Ted Kremenek · 14 years ago
  10. 53a4d7e build: Start sketching code to allow grafting libc++ build into LLVM/Clang build if by Daniel Dunbar · 14 years ago
  11. 02282ac Disallow the use of UnknownVal as the index for ElementRegions. UnknownVals can be used as by Ted Kremenek · 14 years ago
  12. 226cbfc Fix classification of statement expressions. by Douglas Gregor · 14 years ago
  13. 1484e0d Fix Windows64 target info so pointer arithmetic is done correctly, and no sign extension code is emitted: PtrDiffType needs to be a signed long long. Add a corresponding test case. by Cameron Esfahani · 14 years ago
  14. 0924618 Microsoft's flexible array rules relaxation: by Francois Pichet · 14 years ago
  15. 0268810 Introduce a new code-completion context for a parenthesized by Douglas Gregor · 14 years ago
  16. 6c52c78 Add CFG::BuildOptions class to pass in CFG builder options under on parameter. Patch by Marcin Świderski! by Ted Kremenek · 14 years ago
  17. f8aca86 Fix destructor and assignment operator lookup in the has_nothrow traits. by Sebastian Redl · 14 years ago
  18. 091cbbd Adjust assertion in RegionStoreManager::RetrieveArray() to also take into account typedefs. by Ted Kremenek · 14 years ago
  19. 3f16c95 Driver: Add a -stdlib= argument which can be used to select the C++ standard by Daniel Dunbar · 14 years ago
  20. 641b98b Driver: Factor out some code for handling the C++ standard library. by Daniel Dunbar · 14 years ago
  21. 1a2cd4f Simplify. by Daniel Dunbar · 14 years ago
  22. 555c77a Don't divide-by-zero in RegionStoreManager::getSizeInElements() when getting the size of a VLA. We don't track VLA extents yet, by Ted Kremenek · 14 years ago
  23. c4e1a68 RHS of property expression assignment requires by Fariborz Jahanian · 14 years ago
  24. 5833b0b When marking the declarations in a default argument expression as by Douglas Gregor · 14 years ago
  25. 4178b57 Eliminate the default case in the expression-classification code, so by Douglas Gregor · 14 years ago
  26. c384636 Tweak this assert. by John McCall · 14 years ago
  27. 68625cf Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect that we aborted analysis may not necessarily be due to a loop. by Tom Care · 14 years ago
  28. edeb6c9 The paired 'operator delete' for a placement 'operator new' is always a by John McCall · 14 years ago
  29. 7d8647f Implement the EH cleanup to call 'operator delete' if a new-expression throws by John McCall · 14 years ago
  30. f5ddcc0 PrintFunctionNames: Fix Windows (MSV{S,C} and mingw) build. by Michael J. Spencer · 14 years ago
  31. 44f8ef1 Fix CFGBuilder crash reported in PR 8141. by Ted Kremenek · 14 years ago
  32. 4ada2ca Fix VLA miscompilation. by Argyrios Kyrtzidis · 14 years ago
  33. 1f6206e I will not mix declaration and statements in C90. by Douglas Gregor · 14 years ago
  34. 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
  35. 206caf5 Clean up in buildbot directories. by Jakob Stoklund Olesen · 14 years ago
  36. 8776490 Add __char16_t and __char32_t as aliases for the C++0x char16_t and by Douglas Gregor · 14 years ago
  37. 1f60d9e Introduce a new kind of cursor into libclang, which covers a reference by Douglas Gregor · 14 years ago
  38. dacd247 Add reverse iterator for initializers in constructor. Patch by Marcin Świderski! by Ted Kremenek · 14 years ago
  39. 58eb45b Add 'insert()' to BumpVector. Patch by Marcin Świderski! by Ted Kremenek · 14 years ago
  40. fe255bc Remove from the CFG the half-implemented support for scoping information. We decided that scope information doesn't belong in the CFG at all, since it is a lexical construct. by Ted Kremenek · 14 years ago
  41. 08295a5 Don't crash when using type traits on a class with a constructor template. by Sebastian Redl · 14 years ago
  42. 751025d Remove CXXRecordDecl::getDefaultConstructor(), an inherently unsafe function due to lazy declaration of default constructors. Now that __has_nothrow_constructor doesn't use it anymore, part of PR8101 is fixed. by Sebastian Redl · 14 years ago
  43. c77c5cd Try to get this to stop leaving a temporary file on linux. by Eric Christopher · 14 years ago
  44. 5f4e899 Have __has_nothrow_copy use Sema's lookup routines. This fixes the problem with not finding implicitly declared copy constructors, part of PR8107. by Sebastian Redl · 14 years ago
  45. 0dfd848 Eagerly evaluate type traits in Sema instead of lazily in AST. They actually need Sema access to be correct, fixes coming up. by Sebastian Redl · 14 years ago
  46. 8c6b913 Recognize .ll as input files. Handle %test_debuginfo on a RUN command line. by Devang Patel · 14 years ago
  47. 4076dac When applying 'delete' on a pointer-to-array type match GCC and EDG behavior and treat it as 'delete[]'. by Argyrios Kyrtzidis · 14 years ago
  48. f1b8911 Remove the trivial setters from CXXDeleteExpr. by Argyrios Kyrtzidis · 14 years ago
  49. 3b5b92a Add a compatibility note about clang not implicitly converting between objc_object* and id (and SEL, Class). by Argyrios Kyrtzidis · 14 years ago
  50. 86d3ca5 Update 'docs/PCHInternals.html' about how subexpressions are stored. by Argyrios Kyrtzidis · 14 years ago
  51. 1034170 Fix a typo noted by Gabor by Douglas Gregor · 14 years ago
  52. fb55031 Block description for trivial block literals have by Fariborz Jahanian · 14 years ago
  53. 99a8ca0 Fix C++ PCH issue. by Argyrios Kyrtzidis · 14 years ago
  54. 8fed4b4 Avoid setters in ASTDeclReader::VisitClassTemplatePartialSpecializationDecl. by Argyrios Kyrtzidis · 14 years ago
  55. 586c715 Avoid setters in ASTDeclReader::VisitClassTemplateSpecializationDecl. by Argyrios Kyrtzidis · 14 years ago
  56. 8b996b8 Avoid setters in ASTDeclReader::VisitCXXRecordDecl. by Argyrios Kyrtzidis · 14 years ago
  57. 4635845 Congruent diagnostic for void* arithmetic. by Abramo Bagnara · 14 years ago
  58. 2c5399f Parentheses around address non-type template argument is demoted to an extension warning. by Abramo Bagnara · 14 years ago
  59. 78c057e Don't assert when attempting to take the address of an overloaded by Douglas Gregor · 14 years ago
  60. 8fcc516 When performing overload resolution, only compare the final conversion by Douglas Gregor · 14 years ago
  61. c6dbc3f Diagnose the instantiation of variables (including static data by Douglas Gregor · 14 years ago
  62. da0fd9a Don't complain about useless user-defined conversion functions when by Douglas Gregor · 14 years ago
  63. a4d5de5 When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade the by Douglas Gregor · 14 years ago
  64. 121dc9a Implement C++0x semantics for [temp.expl.spec]p2, which loosens the by Douglas Gregor · 14 years ago
  65. 8dc3abc Add basic support for Microsoft enum forward declaration. by Francois Pichet · 14 years ago
  66. 661b493 Implement the "note" in C++ [over.built]p1, which is actually meant to by Douglas Gregor · 14 years ago
  67. 5dde160 Don't perform integral promotions from an incompletion enumeration by Douglas Gregor · 14 years ago
  68. 4fcf5b2 Teach the EvaluatedExprVisitor and its client, which marks by Douglas Gregor · 14 years ago
  69. 8023030 Augment -ftrapv to check for divide by zero, mod by zero, and INT_MIN % -1. by Chris Lattner · 14 years ago
  70. b2043d7 Update website to reflect that tests are no longer failing on Windows. by Francois Pichet · 14 years ago
  71. d9a8bbc Add a completely unnecessary "template" keyword to appease GCC by Douglas Gregor · 14 years ago
  72. 880cf25 Fix last test still failing on Win32. 100% pass rate now! by Francois Pichet · 14 years ago
  73. f55f119 Update documentation to reflect the addition of support for in-class by Douglas Gregor · 14 years ago
  74. be0f7bd When parsing default function arguments, do not mark any declarations by Douglas Gregor · 14 years ago
  75. eb661ed Document our extension to constant-fold __builtin_strlen and strlen by Douglas Gregor · 14 years ago
  76. 424668c The two libclang crash-recovery tests that involve precompiled by Douglas Gregor · 14 years ago
  77. 2cd4fd4 If we fail to create a temporary file for the precompiled preamble, by Douglas Gregor · 14 years ago
  78. 0d155a5 add latest gentoo gcc path by Nuno Lopes · 14 years ago
  79. c6cb2b0 Tweak GetPreamblePCHPath() to more closely match the behavior of the by Douglas Gregor · 14 years ago
  80. d0a57d5 Disable cxa_atexit by default on MingW. Patch by Dimitry Andric! by Anton Korobeynikov · 14 years ago
  81. 28709c1 CMake: Fix mingw32 build. by Michael J. Spencer · 14 years ago
  82. c5904b4 Fixes an obscure bug in importd block variable layout by Fariborz Jahanian · 14 years ago
  83. 0b34cf7 Test destructors in delete expressions and of temporaries for throwing. by Sebastian Redl · 14 years ago
  84. 4e63564 Support in-class initialization of static const floating-point data members. by John McCall · 14 years ago
  85. 1aad340 Fix my silly sorting predicate. I hate integer-to-bool conversions by Douglas Gregor · 14 years ago
  86. 5221d8f Address Doug's comments. by Sebastian Redl · 14 years ago
  87. fe6834a Make sure we're producing a newline in the preprocessed output before by Douglas Gregor · 14 years ago
  88. bd7c849 Eli helped me understand how evaluation contexts work. by Sebastian Redl · 14 years ago
  89. b08fab8 Driver: Set TOOL_NO_EXPORTS when building a "production" compiler, we don't by Daniel Dunbar · 14 years ago
  90. c8aecc2 Follow Ted's example and hide CXXNoexceptExpr's setters from all but serialization. by Sebastian Redl · 14 years ago
  91. 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
  92. ce5eff5 Test CXXNoexceptExpr codegen and serialization. by Sebastian Redl · 14 years ago
  93. 98294de Implement CXXNoexceptExpr codegen. by Sebastian Redl · 14 years ago
  94. c574959 Add another small test case. by Sebastian Redl · 14 years ago
  95. 6b219d0 Serialization support for CXXNoexceptExpr. by Sebastian Redl · 14 years ago
  96. f8730d7 Make 'setProperty()', 'setBase()', and 'setLocation()' private in ObjCPropertyRefExpr, and friend ASTStmtReader so that it is the only class that can use them. by Ted Kremenek · 14 years ago
  97. 2a822c0 Tests for noexcept in templates. by Sebastian Redl · 14 years ago
  98. 295995c First version of a testcase, plus fixes. by Sebastian Redl · 14 years ago
  99. 2e15622 Define and implement CXXNoexceptExpr. Create it in Sema. by Sebastian Redl · 14 years ago
  100. 02bc21a Parse the noexcept operator and stub out sema. by Sebastian Redl · 14 years ago