1. 59b2172 switch command line 'parse' methods to use StringRef for efficiency, which by Chris Lattner · 15 years ago
  2. c2ff3f8 Simplify code with a StringRef. by Benjamin Kramer · 15 years ago
  3. db8338a Reintroduce FoldingSet profiling for PathDiagnostics. by Ted Kremenek · 15 years ago
  4. e6e0361 Introduce code completion strings, which describe how to *use* the by Douglas Gregor · 15 years ago
  5. 0369297 allow clearing this value. by Chris Lattner · 15 years ago
  6. ed8d322 C++ code completion after the "operator" keyword. Provide overloaded by Douglas Gregor · 15 years ago
  7. 49f40bd Introduce four new code-completion hooks for C++: by Douglas Gregor · 15 years ago
  8. 5836b01 Don't perform name lookup into a given declaration context more than once during code completion by Douglas Gregor · 15 years ago
  9. 33224e6 For code completion in C++ member access expressions and tag names, by Douglas Gregor · 15 years ago
  10. b1c28a1 When gathering results for code completion, only include hidden by Douglas Gregor · 15 years ago
  11. 374929f Implement code completion for tags, e.g., code completion after "enum" by Douglas Gregor · 15 years ago
  12. 7f473c5 Revert most of r82198, which was causing a large number of crashes by Ted Kremenek · 15 years ago
  13. 6a19832 Introduce caching of diagnostics in BugReporter. This provides extra by Ted Kremenek · 15 years ago
  14. 87667dc Fix typo. by Mike Stump · 15 years ago
  15. 81b747b Initial implementation of a code-completion interface in Clang. In by Douglas Gregor · 15 years ago
  16. aa14a1b Add a bunch of math builtins, #include <cmath> passes now. by Daniel Dunbar · 15 years ago
  17. 634b245 Improve driver error message when only running the preprocessor and an input is by Daniel Dunbar · 15 years ago
  18. aca2ebd Initial support for code generation from .ast files. by Daniel Dunbar · 15 years ago
  19. dd4a3b0 Improved representation and support for friend class templates. Angst about same. by John McCall · 15 years ago
  20. b123ea3 Starting patch to generate more specific API for objc's by Fariborz Jahanian · 15 years ago
  21. 459789b fit in 80 cols by Chris Lattner · 15 years ago
  22. 0de51bc Improve handling of vector casts in C++. by Anders Carlsson · 15 years ago
  23. 7682302 Remove ImplicitBadDivides/ExplicitBadDivides node sets. This checking is now down by a 'Checker' and not build into GRExprEngine. by Ted Kremenek · 15 years ago
  24. b95519a Chris doesn't want the FIXME. by Mike Stump · 15 years ago
  25. f36fa37 Add a FIXME, so the next person don't trip as hard on the landmines. by Mike Stump · 15 years ago
  26. 29813c3 Some people don't want to fix their broken code just yet, so turn off by Mike Stump · 15 years ago
  27. 1f2c32e Back to 1.1 we go. by Mike Stump · 15 years ago
  28. a08feb7 Back out for now, as apparently there is some really broken code somewhere. by Mike Stump · 15 years ago
  29. 13392aa Bump. by Mike Stump · 15 years ago
  30. 77128dd - clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, CXCursor_NoDeclFound). by Steve Naroff · 15 years ago
  31. 1fdd89b When printing an overload candidate that is a function template specialization, by Douglas Gregor · 15 years ago
  32. 34acd3e Issue good diagnostics when initialization failes due to by Fariborz Jahanian · 15 years ago
  33. f652793 Perform overload resolution when selecting a pointer conversion by Fariborz Jahanian · 15 years ago
  34. bf4ea56 Implement partial ordering of class template partial specializations by Douglas Gregor · 15 years ago
  35. c0a2fd8 Get rid of the CastInfo struct. by Anders Carlsson · 15 years ago
  36. 7f9e646 Handle reinterpret_cast between integral types and pointer types. by Anders Carlsson · 15 years ago
  37. 78cf9a2 Issue a good diagnostics when attempt to select by Fariborz Jahanian · 15 years ago
  38. 06c9cb4 Fix: <rdar://problem/5905851> do not report a leak when post-dominated by a call by Ted Kremenek · 15 years ago
  39. 05b23ea Skeletal support for friend class templates. by John McCall · 15 years ago
  40. c313e11 For consistency, use "bit-field" instead of "bitfield" in our diagnostics. by Anders Carlsson · 15 years ago
  41. 8a51491 Implement partial ordering of function template specializations by Douglas Gregor · 15 years ago
  42. f6412c6 Remove duplicate definition of char-subscripts DiagGroup. by Sam Weinig · 15 years ago
  43. 76e2b71 Add support for -Wchar-subscripts. Fixes PR4801. by Sam Weinig · 15 years ago
  44. 018ba5a Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that. by Daniel Dunbar · 15 years ago
  45. 2030d8f Support -mabi= for clang/ARM. by Daniel Dunbar · 15 years ago
  46. 73b7959 Add -target-abi clang-cc option, currently unused. by Daniel Dunbar · 15 years ago
  47. 255d641 Fix a bug in getFriendObjectKind where we would clear out all mask bits except IDNS_TagFriend and IDNS_OrdinaryFriend but then check for IDNS_Tag and IDNS_Ordinary. by Anders Carlsson · 15 years ago
  48. 8195bc9 CXXMethodDecl::isVirtual needs to check the canonical declaration. Fixes PR4878. by Anders Carlsson · 15 years ago
  49. b2f295c Add utility to evaluate lvalues which are an offset relative to a stack by Eli Friedman · 15 years ago
  50. 1fc09a9 Rework the way we determine whether an externally visible symbol is by Douglas Gregor · 15 years ago
  51. debc629 Removed Context argument from couple of methods which don't need them. by Fariborz Jahanian · 15 years ago
  52. 6250921 More work toward having an access method for visible conversion functions. by Fariborz Jahanian · 15 years ago
  53. f4d5eb4 SmallVectorize preprocessor's token cache. Testing shows there is almost never by Benjamin Kramer · 15 years ago
  54. 7814e6d Remove unnecessary ASTContext parameter from FunctionDecl::isBuiltinID by Douglas Gregor · 15 years ago
  55. 48a83b5 Remove unnecessary ASTContext parameters from isMain and isExternC by Douglas Gregor · 15 years ago
  56. af3280f Eliminate FunctionDecl::getBodyIfAvailable by Douglas Gregor · 15 years ago
  57. 5b9bd21 Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way by Ted Kremenek · 15 years ago
  58. 5346278 Patch to build visible conversion function list lazily and make its by Fariborz Jahanian · 15 years ago
  59. bbbcdd9 Alter Action's friend interface to prepare for templated friend declarations and by John McCall · 15 years ago
  60. 9f18507 Tweak the semantics of FunctionDecl::isOutOfLine to consider an by Douglas Gregor · 15 years ago
  61. 6cc1518 Cleanup and test C++ default arguments. Improvements include: by Douglas Gregor · 15 years ago
  62. 9cc7807 Track a class template specialization's point of instantiation separately by John McCall · 15 years ago
  63. 136a698 When stringizing a NamedDecl for a diagnostic, treat the template by John McCall · 15 years ago
  64. c4e7019 Support elaborated dependent types and diagnose tag mismatches. by John McCall · 15 years ago
  65. 66847a2 Start to add a new transfer function that inlines callee. To be continued. by Zhongxing Xu · 15 years ago
  66. 773f397 Instantiate PredefinedExprs correctly. Patch by Sam Weinig! by Anders Carlsson · 15 years ago
  67. f4aa4f61 Swizzle the target triple based on -mthumb, and update clang-cc to recognize by Daniel Dunbar · 15 years ago
  68. 043cad2 Diagnose VLAs as an error in C++. by Douglas Gregor · 15 years ago
  69. cbd1933 Initial handling of -m{soft-float,hard-float,float-abi=} for ARM. by Daniel Dunbar · 15 years ago
  70. d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
  71. e942bbe When performing unqualified name lookup into a DeclContext, also look into by Douglas Gregor · 15 years ago
  72. b317f8f Make AnalysisManager stateless. Now other analyzer components only depends on by Zhongxing Xu · 15 years ago
  73. 2ba9157 Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}. by Daniel Dunbar · 15 years ago
  74. 6598629 Recognize and ignore -Woverloaded-virtual. by Daniel Dunbar · 15 years ago
  75. 70ba7e0 Fix dependencies for DiagnosticGroups.td. by Daniel Dunbar · 15 years ago
  76. 39da0b8 Improve handling of initialization by constructor, by ensuring that by Douglas Gregor · 15 years ago
  77. 5ed34f4 Change Get{File,Program}Path to return an std::string (instead of a sys::Path). by Daniel Dunbar · 15 years ago
  78. 16484af StringRefize ArgList construction of ArgStrings. by Daniel Dunbar · 15 years ago
  79. 0aebc81 If a cast expression needs either a conversion function or a constructor to be called, generate implicit child expressions that call them. by Anders Carlsson · 15 years ago
  80. 0dcb9a3 Push bound architecture name into TranslateArgs. by Daniel Dunbar · 15 years ago
  81. 4954018 Push bound architecture name into Compilation::getArgsForToolChain. by Daniel Dunbar · 15 years ago
  82. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  83. 79d39f9 Remove tab characters. by Mike Stump · 15 years ago
  84. 3b6afbb Initial stab at implement dependent member references to member by Douglas Gregor · 15 years ago
  85. 36df290 Validate arguments to -arch. by Daniel Dunbar · 15 years ago
  86. d7502d0 Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreate by Daniel Dunbar · 15 years ago
  87. a6046be Fix ShouldUseClangCompiler to use llvm::Triple. by Daniel Dunbar · 15 years ago
  88. 9830046 Make sure to access APValue's data via a char array (rather than by Douglas Gregor · 15 years ago
  89. ac423ba Fixes a regression in generating objc's GC API by Fariborz Jahanian · 15 years ago
  90. 3a082d8 Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam Weinig! by Anders Carlsson · 15 years ago
  91. 6b2becf Support templateids in friend declarations. Fixes bug 4859. by John McCall · 15 years ago
  92. d74d414 Handle variadic constructors better. Share code between BuildCXXConstructExpr and BuildCXXTemporaryObjectExpr. by Anders Carlsson · 15 years ago
  93. bcb11d0 Clean up the CXXConstructExpr constructor, add Arg getters. by Anders Carlsson · 15 years ago
  94. d851b37 Check that the destination type of a static_cast expression is a complete type. by Anders Carlsson · 15 years ago
  95. 458fb10 Replace some instances of std::string with StringRefs. by Benjamin Kramer · 15 years ago
  96. 2191b20 Start emitting ElaboratedTypes in C++ mode. Support the effort in various by John McCall · 15 years ago
  97. 25cae7f Use a separate diagnostic for default function argument expressions. by Anders Carlsson · 15 years ago
  98. 248072a Refactor builtin function evaluation code into its own function. by Zhongxing Xu · 15 years ago
  99. 0c5920c Add missing include. by Daniel Dunbar · 15 years ago
  100. 7da2431 Basic support for representing elaborated type specifiers by John McCall · 15 years ago