1. 5126c60 Register CallAndMessageChecker before AttrNonNullChecker. Then we can assume by Zhongxing Xu · 14 years ago
  2. c196095 Add StreamChecker. This checker models and checks stream manipulation functions. by Zhongxing Xu · 14 years ago
  3. 65161d1 Start mangling function types in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  4. f44ea72 Fix template ordering compatibility docs. I missed another section that covered by Jeffrey Yasskin · 14 years ago
  5. 9d3347a Give Type::isIntegralType() an ASTContext parameter, so that it by Douglas Gregor · 14 years ago
  6. 2ade35e Introduce Type::isIntegralOrEnumerationType(), to cover those places by Douglas Gregor · 14 years ago
  7. ff2d05f Workaround a possible VS C++ bug. by Fariborz Jahanian · 14 years ago
  8. 1390c3d Describe a gcc compatibility problem that occurs when a template calls a by Jeffrey Yasskin · 14 years ago
  9. 2a71107 Moved objective-c++ code gen. tests to their own directory and by Fariborz Jahanian · 14 years ago
  10. 06057ce Move CodeGenOptions.h *back* into Frontend. This should have been done when the by Chandler Carruth · 14 years ago
  11. 55bcace Patch adds support for copying of those by Fariborz Jahanian · 14 years ago
  12. 6e5122c Update equality and relationship comparisons of pointers to reflect by Douglas Gregor · 14 years ago
  13. c54539c fix the various buildbot failures by ensuring that tokens are really completely initialized. by Chris Lattner · 14 years ago
  14. 410a1da Remove a completely useless and utterly incorrect assertion. by Douglas Gregor · 14 years ago
  15. 212df32 Driver: Support -Wp,-MMD,FOO, which I found an instance of. :( by Daniel Dunbar · 14 years ago
  16. 9b30b26 Teach code completion not to ignore data members when performing code by Douglas Gregor · 14 years ago
  17. d5ef4fa add a testcase, from Michael Spencer by Chris Lattner · 14 years ago
  18. 90db74c fix an uninitialized variable, patch by Michael Spencer! by Chris Lattner · 14 years ago
  19. 37dd3ec Remove a dead argument to ProcessUCNEscape. by Chris Lattner · 14 years ago
  20. 7dc480f tidy up by Chris Lattner · 14 years ago
  21. 9b414d3 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 14 years ago
  22. c722ea4 Allocate template parameter lists for out-of-line definitions via the by Douglas Gregor · 14 years ago
  23. 7cf84d6 Implement -fvisibility-inlines-hidden. <rdar://problem/7819834> by Douglas Gregor · 14 years ago
  24. 7fb2c25 Driver/FreeBSD: Add libexec to program search paths, to workaround some build by Daniel Dunbar · 14 years ago
  25. ea3fe7c Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric. by Daniel Dunbar · 14 years ago
  26. 2f7ea3d Fix typo. by Benjamin Kramer · 14 years ago
  27. 43ad182 When analyzing for member self-assignment, don't attempt to dereference null by Nick Lewycky · 14 years ago
  28. 8831813 MinGW requires that wint_t be defined in stddef.h. In order to accomodate, we by Sean Hunt · 14 years ago
  29. fcd783d Change AnalysisConsumer to analyze functions created by instantiantiating a macro. Fixes PR 7361. by Ted Kremenek · 14 years ago
  30. 99e14a0 fix the inline asm diagnostics to emit the error on the primary by Chris Lattner · 14 years ago
  31. c66bcfd Make sure to set the visible on a vtable; VTTs and typeinfo already by Douglas Gregor · 14 years ago
  32. 56079f7 Add name mangling for address spaces. We use the vendor-extension by Douglas Gregor · 14 years ago
  33. 732281d Warn when a 'typename' or a 'template' keyword refers to a by Douglas Gregor · 14 years ago
  34. eda3f70 Driver: Fix PR4062 by dissecting one particular -Wp, form. by Daniel Dunbar · 14 years ago
  35. f78925f Driver: Dissect -Wl, and -Xlinker arguments to remove --no-demangle, which was a by Daniel Dunbar · 14 years ago
  36. 0e10031 Driver: Eliminate uses of Arg::getIndex. by Daniel Dunbar · 14 years ago
  37. 57dc2fc Put warnings about designated initializations overridding prior by Douglas Gregor · 14 years ago
  38. fdbe65e Driver: Fix refacto in DerivedArgList::MakeSeparateArg. by Daniel Dunbar · 14 years ago
  39. 9d0863b Driver: Add DerivedArgList::AddFOOArg helper functions, and switch to using them. by Daniel Dunbar · 14 years ago
  40. 80484d0 Teach TemplateDecl::getSourceRange() to cover the entire declaration, by Douglas Gregor · 14 years ago
  41. f0ed9ef Fix: by Chris Lattner · 14 years ago
  42. a6cebab Enable basic testing of __builtin_fpclassify. by Benjamin Kramer · 14 years ago
  43. 7867f1a An implementation of __builtin__fpclassify the way Chris Lattner described by Jörg Blank. by Benjamin Kramer · 14 years ago
  44. b021f8b Microsoft C++ Mangler: by Charles Davis · 14 years ago
  45. 61eecf5 Add some missing shifts by Nate Begeman · 14 years ago
  46. 9fde7ca www: Swap external coverage & spec references links. by Daniel Dunbar · 14 years ago
  47. e3362bc Do the same short-circuit optimization when laying out bases. by Anders Carlsson · 14 years ago
  48. 5ccfdd8 Implement part of the EmptySubobjectMap optimization described in PR6998. We still need to do this for bases. by Anders Carlsson · 14 years ago
  49. 71d74bc TemplateSpecializationType's isCurrentInstantiation bit can be derived by John McCall · 14 years ago
  50. e656325 Allow an asm label specifier on C++ methods, like GCC does. by Chris Lattner · 14 years ago
  51. 0d15c53 Most of NEON sema checking & fix to polynomial type detection by Nate Begeman · 14 years ago
  52. 746d991 don't make libclang depend on codegen. Patch by Peter Collingbourne! by Chris Lattner · 14 years ago
  53. b661eed Really make the Itanium C++ ABI the default. by Charles Davis · 14 years ago
  54. 6133aeb fix PR7360: -P mode turns off line markers, but not blank space. by Chris Lattner · 14 years ago
  55. 9b93488 Added template parameters info for out-of-line definitions of class template methods. by Abramo Bagnara · 14 years ago
  56. 570d276 Microsoft C++ Mangler: by Charles Davis · 14 years ago
  57. c98971d Don't omit class explicit instantiation from AST. by Abramo Bagnara · 14 years ago
  58. 5af93ef Shifts complete. Only vld & sema checking of constants remain. by Nate Begeman · 14 years ago
  59. cba9421 vbsl, vrev* is implemented via arm_neon.h by Nate Begeman · 14 years ago
  60. 6907fbe When deciding whether an expression has the boolean nature, don't look through by John McCall · 14 years ago
  61. 1715bf5 Fix PCH issue. Attributes of a declaration were truncated to just one when the decl was read from a PCH file. by Argyrios Kyrtzidis · 14 years ago
  62. 464ccb6 Most of remaining builtins, 2 generics, vld, and rounding shfits remain. by Nate Begeman · 14 years ago
  63. be21cd0 Driver: Switch Compilation to return the translated arguments by default. by Daniel Dunbar · 14 years ago
  64. 6370a1b add a -W flag. by Chris Lattner · 14 years ago
  65. 279c1db Driver: Add an explicit argument translation phase to the driver itself. We are going to need this to handle things like -Xassembler, -Xpreprocessor, and -Xlinker which we might have to introspect. by Daniel Dunbar · 14 years ago
  66. 3612bc8 Driver: Get rid of the proxy support in DerivedArgList. by Daniel Dunbar · 14 years ago
  67. e82ec0b Fix a couple comments. by Daniel Dunbar · 14 years ago
  68. 785e796 Driver: Change OptTable::ParseArg to take any ArgList. by Daniel Dunbar · 14 years ago
  69. 7e4953e Driver: Fix arg_iterator typing to reflect that it is really an iterator over Arg*s. by Daniel Dunbar · 14 years ago
  70. c72cc50 Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes. by Daniel Dunbar · 14 years ago
  71. ae6de57 preprocessor directives in macro arguments aren't standard, by Chris Lattner · 14 years ago
  72. 40498cd Add a few FIXMEs: recursing over shadow decls, and semantics vs by Craig Silverstein · 14 years ago
  73. a7d6c22 Fix the constant evaluator for AltiVec-style vector literals so that the by John McCall · 14 years ago
  74. 81e317a Allow pseudo-destructors to be called on qualified pointers. Patch by by John McCall · 14 years ago
  75. ef99001 Don't store ASTContext references in the TST nodes just to support profiling. by John McCall · 14 years ago
  76. 24da709 Provide an Objective C mangling for wchar_t. Patch by Nico Weber! by John McCall · 14 years ago
  77. ddb0ce7 Conversions from Objective C object pointers to bool are "pointer conversions by John McCall · 14 years ago
  78. 258de30 Fix the 64-bit build. operator<<(DiagnosticBuilder, long) doesn't exist, so by Jeffrey Yasskin · 14 years ago
  79. 5edbdcc Add an option -fshow-overloads=best|all to limit the number of overload by Jeffrey Yasskin · 14 years ago
  80. 971154d When mangling for the Microsoft C++ ABI, mangle variables in the global by Charles Davis · 14 years ago
  81. 876e994 Small fixes regarding printf fix suggestions. by Tom Care · 14 years ago
  82. e60cea8 Start implementing the Microsoft-style name mangler. Mangle simple names by Charles Davis · 14 years ago
  83. 98b7c5c Add an option to specify the target C++ ABI to the frontend. Use it to by Charles Davis · 14 years ago
  84. 6c321e3 Improve readability with TRY_TO, remove a redundant comment, and fix one aspect by Chandler Carruth · 14 years ago
  85. 3350095 Split DependentNameType into two types. DependentNameType represents the by John McCall · 14 years ago
  86. 480076c Provide a method to clear the current state of a TypeLocBuilder. by John McCall · 14 years ago
  87. 7d66f8c Avoid repeating the list of operators twice in RecursiveASTVisitor through by Chandler Carruth · 14 years ago
  88. b5c202f Tweak a comment on the visitor to clarify one order of visit issue. Patch from by Chandler Carruth · 14 years ago
  89. 548f7da Multiplies, some shifts, set_lane by Nate Begeman · 14 years ago
  90. df29378 www: Add note on running clang tests from a CMake build, patch by Peter Collingbourne by Daniel Dunbar · 14 years ago
  91. ed5d5ee Driver: Also mark -F as RenderJoined, the linker doesn't like "-F FOO" either. by Daniel Dunbar · 14 years ago
  92. e3e210c Another chunk of the new RecursiveASTVisitor implementation: switch the return by Chandler Carruth · 14 years ago
  93. 022a8a5 Create a LinuxTargetInfo on ARM. This make clang correctly expand by Rafael Espindola · 14 years ago
  94. d075c01 support _lane ops, and multiplies by scalar. by Nate Begeman · 14 years ago
  95. c392664 Add a stub Microsoft Visual C++ ABI class (with stub mangler). by Charles Davis · 14 years ago
  96. 41f1423 tests: Update test for previous change. by Daniel Dunbar · 14 years ago
  97. 482f1c8 Driver: -L should be marked as RenderJoined, the linker doesn't like "-L FOO". by Daniel Dunbar · 14 years ago
  98. 8a9b18c Driver: Eliminate flags on aliases, they are unnecessary (and unused). by Daniel Dunbar · 14 years ago
  99. 3856ab3 Driver: Change Option parsing to always create arguments referring to unaliased by Daniel Dunbar · 14 years ago
  100. 532c1ec Driver: Eliminate Arg subclasses, which are now unnecessary. by Daniel Dunbar · 14 years ago