1. a02d183 add a compatibility note about vector builtins by Chris Lattner · 14 years ago
  2. ce78461 improve the "enumeration value 'g' not handled in switch" by Chris Lattner · 14 years ago
  3. d754d55 Swap the priorities of constants and types, so that we prefer types. by Douglas Gregor · 14 years ago
  4. da53134 Removes unused setter. by Fariborz Jahanian · 14 years ago
  5. d36adf5 Don't add two code-completion results for the same selector; it by Douglas Gregor · 14 years ago
  6. e396c7b When collecting Objective-C methods for message send completions, be by Douglas Gregor · 14 years ago
  7. c7b6d88 Implement code completion for Objective-C class message sends that are by Douglas Gregor · 14 years ago
  8. 7c432dd Fix a silly typo and its pasteo. Thanks to Francois Pichet for noticing my mistake by Douglas Gregor · 14 years ago
  9. 19e60ad Right, there are *two* cases of pr-value class-type expressions that don't by John McCall · 14 years ago
  10. b259383 Opportunistically use the C++ personality function in ObjC++ by John McCall · 14 years ago
  11. f902153 Basic: Add f{dim,ma,max,min}[lf]? builtins. by Daniel Dunbar · 14 years ago
  12. 212f6d3 Refactored BugReporter to refer to EndNode as ErrorNode. We currently make the assumption that EndNode == ErrorNode, but upcoming changes will break this. by Tom Care · 14 years ago
  13. 49b4ef3 Tidy up. by Zhongxing Xu · 14 years ago
  14. 6fa2916 Further beautification: this pointer can now be typed. by John McCall · 14 years ago
  15. d1a5f13 Initialize AggValueSlot's flags along all paths, plus minor beautification. by John McCall · 14 years ago
  16. 90392b2 Fix the clang build after Zhongxing Xu's commit. by John McCall · 14 years ago
  17. 9497a73 Implement automatic bracket insertion for Objective-C class message by Douglas Gregor · 14 years ago
  18. b36cd3e Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch by Zhongxing Xu · 14 years ago
  19. 6dbcaf3 build: Add support for a CLANG_ORDER_FILE build variable to specify the path to by Daniel Dunbar · 14 years ago
  20. b319817 Do not warn about empty bodies for 'if' statements if the body is expanded from a macro. by Ted Kremenek · 14 years ago
  21. 474e2fe Patch to move RequiresGCollection bit to AggValueSlot slot. by Fariborz Jahanian · 14 years ago
  22. fbcb0eb For self-comparison warning, check the source location of both the LHS and RHS to see if they by Ted Kremenek · 14 years ago
  23. 77328d1 Handle bracket insertion for Objective-C class messages in a very by Douglas Gregor · 14 years ago
  24. 58277b5 Tweak comment as suggested by Sebastian. by John McCall · 14 years ago
  25. 424a5c6 While handling change of file, check if _current_ file is already seen or not. If current file is seen then it indicates that end of previous file's lexical scope. by Devang Patel · 14 years ago
  26. f73c93f Macro definitions in AST files have their own IDs. by Sebastian Redl · 14 years ago
  27. 304b752 Initialize TypeOrExpr to NULL to silence a false-positive uninitialized warning by Nick Lewycky · 14 years ago
  28. 2a4cd49 Test commit by Marcin Swiderski · 14 years ago
  29. 1d03891 Revert "Clean up in buildbot directories." by Jakob Stoklund Olesen · 14 years ago
  30. 78edf51 Improve code completion for Objective-C message sends when the opening by Douglas Gregor · 14 years ago
  31. 5f81d8a Make the new -fobjc-nonfragile-abi2 the default by Fariborz Jahanian · 14 years ago
  32. fa885c1 Extend bracket insertion to message sends to "super", e.g., by Douglas Gregor · 14 years ago
  33. b65042d Extend bracket insertion to handle nullary selectors, e.g. by Douglas Gregor · 14 years ago
  34. 0fbda68 Implement bracket insertion for Objective-C instance message sends as by Douglas Gregor · 14 years ago
  35. bf3a60b Tweak regex not to accidentally match a trailing \r. by Benjamin Kramer · 14 years ago
  36. 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
  37. 465e8c1 Test hardening. by John McCall · 14 years ago
  38. 558d2ab one piece of code is responsible for the lifetime of every aggregate by John McCall · 14 years ago
  39. 8f3b834 Relax assertion in CFG builder when processing ForStmts. This fixes an assertion failure by Ted Kremenek · 14 years ago
  40. 53a4d7e build: Start sketching code to allow grafting libc++ build into LLVM/Clang build if by Daniel Dunbar · 14 years ago
  41. 02282ac Disallow the use of UnknownVal as the index for ElementRegions. UnknownVals can be used as by Ted Kremenek · 14 years ago
  42. 226cbfc Fix classification of statement expressions. by Douglas Gregor · 14 years ago
  43. 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
  44. 0924618 Microsoft's flexible array rules relaxation: by Francois Pichet · 14 years ago
  45. 0268810 Introduce a new code-completion context for a parenthesized by Douglas Gregor · 14 years ago
  46. 6c52c78 Add CFG::BuildOptions class to pass in CFG builder options under on parameter. Patch by Marcin Świderski! by Ted Kremenek · 14 years ago
  47. f8aca86 Fix destructor and assignment operator lookup in the has_nothrow traits. by Sebastian Redl · 14 years ago
  48. 091cbbd Adjust assertion in RegionStoreManager::RetrieveArray() to also take into account typedefs. by Ted Kremenek · 14 years ago
  49. 3f16c95 Driver: Add a -stdlib= argument which can be used to select the C++ standard by Daniel Dunbar · 14 years ago
  50. 641b98b Driver: Factor out some code for handling the C++ standard library. by Daniel Dunbar · 14 years ago
  51. 1a2cd4f Simplify. by Daniel Dunbar · 14 years ago
  52. 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
  53. c4e1a68 RHS of property expression assignment requires by Fariborz Jahanian · 14 years ago
  54. 5833b0b When marking the declarations in a default argument expression as by Douglas Gregor · 14 years ago
  55. 4178b57 Eliminate the default case in the expression-classification code, so by Douglas Gregor · 14 years ago
  56. c384636 Tweak this assert. by John McCall · 14 years ago
  57. 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
  58. edeb6c9 The paired 'operator delete' for a placement 'operator new' is always a by John McCall · 14 years ago
  59. 7d8647f Implement the EH cleanup to call 'operator delete' if a new-expression throws by John McCall · 14 years ago
  60. f5ddcc0 PrintFunctionNames: Fix Windows (MSV{S,C} and mingw) build. by Michael J. Spencer · 14 years ago
  61. 44f8ef1 Fix CFGBuilder crash reported in PR 8141. by Ted Kremenek · 14 years ago
  62. 4ada2ca Fix VLA miscompilation. by Argyrios Kyrtzidis · 14 years ago
  63. 1f6206e I will not mix declaration and statements in C90. by Douglas Gregor · 14 years ago
  64. 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
  65. 206caf5 Clean up in buildbot directories. by Jakob Stoklund Olesen · 14 years ago
  66. 8776490 Add __char16_t and __char32_t as aliases for the C++0x char16_t and by Douglas Gregor · 14 years ago
  67. 1f60d9e Introduce a new kind of cursor into libclang, which covers a reference by Douglas Gregor · 14 years ago
  68. dacd247 Add reverse iterator for initializers in constructor. Patch by Marcin Świderski! by Ted Kremenek · 14 years ago
  69. 58eb45b Add 'insert()' to BumpVector. Patch by Marcin Świderski! by Ted Kremenek · 14 years ago
  70. 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
  71. 08295a5 Don't crash when using type traits on a class with a constructor template. by Sebastian Redl · 14 years ago
  72. 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
  73. c77c5cd Try to get this to stop leaving a temporary file on linux. by Eric Christopher · 14 years ago
  74. 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
  75. 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
  76. 8c6b913 Recognize .ll as input files. Handle %test_debuginfo on a RUN command line. by Devang Patel · 14 years ago
  77. 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
  78. f1b8911 Remove the trivial setters from CXXDeleteExpr. by Argyrios Kyrtzidis · 14 years ago
  79. 3b5b92a Add a compatibility note about clang not implicitly converting between objc_object* and id (and SEL, Class). by Argyrios Kyrtzidis · 14 years ago
  80. 86d3ca5 Update 'docs/PCHInternals.html' about how subexpressions are stored. by Argyrios Kyrtzidis · 14 years ago
  81. 1034170 Fix a typo noted by Gabor by Douglas Gregor · 14 years ago
  82. fb55031 Block description for trivial block literals have by Fariborz Jahanian · 14 years ago
  83. 99a8ca0 Fix C++ PCH issue. by Argyrios Kyrtzidis · 14 years ago
  84. 8fed4b4 Avoid setters in ASTDeclReader::VisitClassTemplatePartialSpecializationDecl. by Argyrios Kyrtzidis · 14 years ago
  85. 586c715 Avoid setters in ASTDeclReader::VisitClassTemplateSpecializationDecl. by Argyrios Kyrtzidis · 14 years ago
  86. 8b996b8 Avoid setters in ASTDeclReader::VisitCXXRecordDecl. by Argyrios Kyrtzidis · 14 years ago
  87. 4635845 Congruent diagnostic for void* arithmetic. by Abramo Bagnara · 14 years ago
  88. 2c5399f Parentheses around address non-type template argument is demoted to an extension warning. by Abramo Bagnara · 14 years ago
  89. 78c057e Don't assert when attempting to take the address of an overloaded by Douglas Gregor · 14 years ago
  90. 8fcc516 When performing overload resolution, only compare the final conversion by Douglas Gregor · 14 years ago
  91. c6dbc3f Diagnose the instantiation of variables (including static data by Douglas Gregor · 14 years ago
  92. da0fd9a Don't complain about useless user-defined conversion functions when by Douglas Gregor · 14 years ago
  93. a4d5de5 When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade the by Douglas Gregor · 14 years ago
  94. 121dc9a Implement C++0x semantics for [temp.expl.spec]p2, which loosens the by Douglas Gregor · 14 years ago
  95. 8dc3abc Add basic support for Microsoft enum forward declaration. by Francois Pichet · 14 years ago
  96. 661b493 Implement the "note" in C++ [over.built]p1, which is actually meant to by Douglas Gregor · 14 years ago
  97. 5dde160 Don't perform integral promotions from an incompletion enumeration by Douglas Gregor · 14 years ago
  98. 4fcf5b2 Teach the EvaluatedExprVisitor and its client, which marks by Douglas Gregor · 14 years ago
  99. 8023030 Augment -ftrapv to check for divide by zero, mod by zero, and INT_MIN % -1. by Chris Lattner · 14 years ago
  100. b2043d7 Update website to reflect that tests are no longer failing on Windows. by Francois Pichet · 14 years ago