1. 8731ca7 Initial support for reading templates from PCH. by Argyrios Kyrtzidis · 14 years ago
  2. 90b715e Initial support for writing templates to PCH. by Argyrios Kyrtzidis · 14 years ago
  3. 4d3a7b0 More AltiVec support. Patch by Anton Yartsev! by Anton Korobeynikov · 14 years ago
  4. b9d5c22 More Sema Check and a test case for init_priority attr. (radar 8076356). by Fariborz Jahanian · 14 years ago
  5. ba0f61c Fold additive constants, and support comparsions of the form $sym+const1 <> const2 by Jordy Rose · 14 years ago
  6. 0a76aae introduce a new CharSourceRange class, and enhance the diagnostics routines by Chris Lattner · 14 years ago
  7. 521f12d Implements Sema part of init_priority(priority) attribute (radar 8076356) - wip. by Fariborz Jahanian · 14 years ago
  8. d2c6490 Merge the "regparm" attribute from a previous declaration of a by Douglas Gregor · 14 years ago
  9. 4ab9289 John called for a less surprising cast by Gabor Greif · 14 years ago
  10. 4c60219 Printf format strings: Added some more tests and fixed some minor bugs. by Tom Care · 14 years ago
  11. 568e598 Rewrite comment to make my intentions slightly more clear. by Sean Hunt · 14 years ago
  12. f057bf7 Change two static variables into instance variables of ASTContext. This allows us to have multiple copies by Ted Kremenek · 14 years ago
  13. c070cc6 Given Decl::isUsed() a flag indicating when to consider the "used" by Douglas Gregor · 14 years ago
  14. f521d6e Bug 7394 - Fixed toString representation of Precisions in format strings. by Tom Care · 14 years ago
  15. 0c05a1b Improves RecursiveASTVisitor: by Zhanyong Wan · 14 years ago
  16. e4ee966 Bug 7377: Fixed several bad printf format string bugs. by Tom Care · 14 years ago
  17. 2390b62 Update CMake build system for ARM NEON generation. by Douglas Gregor · 14 years ago
  18. ea245e0 Some fixes to type-visiting -- a few places where the type-name was by Craig Silverstein · 14 years ago
  19. 170e508 fix some more gcc3.4 constness warnings by Gabor Greif · 14 years ago
  20. 40844a8 use typedef to make hack more transparent and also appease gcc3.4 constness warning by Gabor Greif · 14 years ago
  21. 36d3680 Make sure parens/braces/brackets are correctly balanced. by Argyrios Kyrtzidis · 14 years ago
  22. 1a0c8b9 Include the bug description in the report hash so that we can emit multiple bugs of the same by Ted Kremenek · 14 years ago
  23. a23326b Generate arm_neon.inc in include/clang/Basic, which provides: by Nate Begeman · 14 years ago
  24. 9c3e84f Comment Attr.td so people have a better understanding of what goes on. by Sean Hunt · 14 years ago
  25. 01cb1aa Fix format string checking of '%c' by treating it as an integer conversion. Fixes PR 7391. by Ted Kremenek · 14 years ago
  26. 6ec9deb Fix yet another CMake typo. I'm not quite sure how this succeeded locally now. by Sean Hunt · 14 years ago
  27. 7028a17 Fix a typo in the previous commit I thought I'd fixed, but apparently didn't. by Sean Hunt · 14 years ago
  28. ee6e4b4 Update CMake build for new attribute changes. by Sean Hunt · 14 years ago
  29. 387475d Implement first TD-based usage of attributes. by Sean Hunt · 14 years ago
  30. f13ca06 Make the "extra ';' inside a struct or union" diagnostic more by Douglas Gregor · 14 years ago
  31. d6ab232 When we see a 'template' disambiguator that marks the next identifier by Douglas Gregor · 14 years ago
  32. 1a15dae Fix the recently-added warning about 'typename' and 'template' by Douglas Gregor · 14 years ago
  33. 13927a4 Extend format string type-checking to include '%p'. Fixes remaining cases PR 4468. by Ted Kremenek · 14 years ago
  34. 3e1274f Canonicalize template template parameters when canonicalizing a by Douglas Gregor · 14 years ago
  35. d426662 Make sure result type of objc++ message expression is by Fariborz Jahanian · 14 years ago
  36. 2ac54ec Test commit by adding a blank comment line. by Zhanyong Wan · 14 years ago
  37. 3177aae Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Straszheim! by Daniel Dunbar · 14 years ago
  38. 7ccecb7 Driver: Ignore -ffast-math and -f[no-]finite-math-only. by Daniel Dunbar · 14 years ago
  39. a2dd828 Downgrade the error when using a typedef in the nested-name-specifier by Douglas Gregor · 14 years ago
  40. 8e2eab2 Fixed conflict between objc_memmove_collectable builtin by Fariborz Jahanian · 14 years ago
  41. efed5c8 Revert r106099; it broke self-host. by Douglas Gregor · 14 years ago
  42. 6cd8087 Added TemplateTypeParmType::getDecl(). by Abramo Bagnara · 14 years ago
  43. bd409d0 We return Loc where we know. by Zhongxing Xu · 14 years ago
  44. c196095 Add StreamChecker. This checker models and checks stream manipulation functions. by Zhongxing Xu · 14 years ago
  45. 9d3347a Give Type::isIntegralType() an ASTContext parameter, so that it by Douglas Gregor · 14 years ago
  46. 2ade35e Introduce Type::isIntegralOrEnumerationType(), to cover those places by Douglas Gregor · 14 years ago
  47. 06057ce Move CodeGenOptions.h *back* into Frontend. This should have been done when the by Chandler Carruth · 14 years ago
  48. 55bcace Patch adds support for copying of those by Fariborz Jahanian · 14 years ago
  49. 6e5122c Update equality and relationship comparisons of pointers to reflect by Douglas Gregor · 14 years ago
  50. c54539c fix the various buildbot failures by ensuring that tokens are really completely initialized. by Chris Lattner · 14 years ago
  51. 9b414d3 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 14 years ago
  52. c722ea4 Allocate template parameter lists for out-of-line definitions via the by Douglas Gregor · 14 years ago
  53. 7cf84d6 Implement -fvisibility-inlines-hidden. <rdar://problem/7819834> by Douglas Gregor · 14 years ago
  54. ea3fe7c Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric. by Daniel Dunbar · 14 years ago
  55. 99e14a0 fix the inline asm diagnostics to emit the error on the primary by Chris Lattner · 14 years ago
  56. 732281d Warn when a 'typename' or a 'template' keyword refers to a by Douglas Gregor · 14 years ago
  57. f78925f Driver: Dissect -Wl, and -Xlinker arguments to remove --no-demangle, which was a by Daniel Dunbar · 14 years ago
  58. 0e10031 Driver: Eliminate uses of Arg::getIndex. by Daniel Dunbar · 14 years ago
  59. 57dc2fc Put warnings about designated initializations overridding prior by Douglas Gregor · 14 years ago
  60. 9d0863b Driver: Add DerivedArgList::AddFOOArg helper functions, and switch to using them. by Daniel Dunbar · 14 years ago
  61. 80484d0 Teach TemplateDecl::getSourceRange() to cover the entire declaration, by Douglas Gregor · 14 years ago
  62. 71d74bc TemplateSpecializationType's isCurrentInstantiation bit can be derived by John McCall · 14 years ago
  63. 0d15c53 Most of NEON sema checking & fix to polynomial type detection by Nate Begeman · 14 years ago
  64. b661eed Really make the Itanium C++ ABI the default. by Charles Davis · 14 years ago
  65. 9b93488 Added template parameters info for out-of-line definitions of class template methods. by Abramo Bagnara · 14 years ago
  66. c98971d Don't omit class explicit instantiation from AST. by Abramo Bagnara · 14 years ago
  67. cba9421 vbsl, vrev* is implemented via arm_neon.h by Nate Begeman · 14 years ago
  68. 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
  69. be21cd0 Driver: Switch Compilation to return the translated arguments by default. by Daniel Dunbar · 14 years ago
  70. 6370a1b add a -W flag. by Chris Lattner · 14 years ago
  71. 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
  72. 3612bc8 Driver: Get rid of the proxy support in DerivedArgList. by Daniel Dunbar · 14 years ago
  73. 785e796 Driver: Change OptTable::ParseArg to take any ArgList. by Daniel Dunbar · 14 years ago
  74. 7e4953e Driver: Fix arg_iterator typing to reflect that it is really an iterator over Arg*s. by Daniel Dunbar · 14 years ago
  75. c72cc50 Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes. by Daniel Dunbar · 14 years ago
  76. ae6de57 preprocessor directives in macro arguments aren't standard, by Chris Lattner · 14 years ago
  77. 40498cd Add a few FIXMEs: recursing over shadow decls, and semantics vs by Craig Silverstein · 14 years ago
  78. ef99001 Don't store ASTContext references in the TST nodes just to support profiling. by John McCall · 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. 98b7c5c Add an option to specify the target C++ ABI to the frontend. Use it to by Charles Davis · 14 years ago
  81. 6c321e3 Improve readability with TRY_TO, remove a redundant comment, and fix one aspect by Chandler Carruth · 14 years ago
  82. 3350095 Split DependentNameType into two types. DependentNameType represents the by John McCall · 14 years ago
  83. 480076c Provide a method to clear the current state of a TypeLocBuilder. by John McCall · 14 years ago
  84. 7d66f8c Avoid repeating the list of operators twice in RecursiveASTVisitor through by Chandler Carruth · 14 years ago
  85. b5c202f Tweak a comment on the visitor to clarify one order of visit issue. Patch from by Chandler Carruth · 14 years ago
  86. ed5d5ee Driver: Also mark -F as RenderJoined, the linker doesn't like "-F FOO" either. by Daniel Dunbar · 14 years ago
  87. e3e210c Another chunk of the new RecursiveASTVisitor implementation: switch the return by Chandler Carruth · 14 years ago
  88. d075c01 support _lane ops, and multiplies by scalar. by Nate Begeman · 14 years ago
  89. 482f1c8 Driver: -L should be marked as RenderJoined, the linker doesn't like "-L FOO". by Daniel Dunbar · 14 years ago
  90. 8a9b18c Driver: Eliminate flags on aliases, they are unnecessary (and unused). by Daniel Dunbar · 14 years ago
  91. 3856ab3 Driver: Change Option parsing to always create arguments referring to unaliased by Daniel Dunbar · 14 years ago
  92. 532c1ec Driver: Eliminate Arg subclasses, which are now unnecessary. by Daniel Dunbar · 14 years ago
  93. e375c4a Driver: Keep the rendering style in the option, instead of as part of the Arg. by Daniel Dunbar · 14 years ago
  94. 4465a77 Driver: Change Arg to just hold the values directly, instead of implicitly by Daniel Dunbar · 14 years ago
  95. 515ddd8 Fix two typos in comments. by Sebastian Redl · 14 years ago
  96. e5af3b3 Revert "Driver: Change Option parsing to always create arguments referring to by Daniel Dunbar · 14 years ago
  97. 22685f4 Driver: Change Option parsing to always create arguments referring to unaliased by Daniel Dunbar · 14 years ago
  98. 312a8b7 Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that by Daniel Dunbar · 14 years ago
  99. df98e1d Implement codegen for hadd, hsub, max, min, mlal, movl, movn, padal, mov_n by Nate Begeman · 14 years ago
  100. d92f7a2 Added inherited info to template and non-type arguments of templates. by Abramo Bagnara · 14 years ago