1. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  2. c3c0af3 Silence GCC warning about comparisons between enumerators of different types by Douglas Gregor · 14 years ago
  3. 49f4e1c It's kindof silly that ExtQuals has an ASTContext&, and we can use that by John McCall · 14 years ago
  4. 55270e4 Update ExtQuals comment to reflect the expansion of the fast qualifiers by Douglas Gregor · 14 years ago
  5. 34e80e9 Optimize memory usage of FunctionProtoType on MSVC. by John McCall · 14 years ago
  6. f7616b9 Move the "volatile" bit into QualType's "fast" qualifier set, by Douglas Gregor · 14 years ago
  7. 90f1450 Treat visibility on an enclosing namespace as a non-explicit source of by John McCall · 14 years ago
  8. ad616eb Added remaining objective-c library builtins (as in gcc) to by Fariborz Jahanian · 14 years ago
  9. c3dcdc1 Add Neon vreinterpret intrinsics for half-float (f16) types. by Bob Wilson · 14 years ago
  10. 2427dbf Fix type of last vector operand of Neon quad-register multiple-lane intrinsics. by Bob Wilson · 14 years ago
  11. c9ccad3 Fix the names of the v[r]addhn and v[r]subhn Neon intrinsics. by Bob Wilson · 14 years ago
  12. 8f15094 When an "inline" declaration was followed by a definition not marked by Douglas Gregor · 14 years ago
  13. c66b516 Add missing "s32" and "u32" variants of Neon vzip intrinsic. Radar 8446277. by Bob Wilson · 14 years ago
  14. 327ce70 Add missing "p16" type variants for the Neon VREV32 intrinsics. Radar 8446277. by Bob Wilson · 14 years ago
  15. d954504 A typename specifier can end up referring to a unresolved using by Douglas Gregor · 14 years ago
  16. eca099b Add new libclang hooks for CXCursorSet, a by Ted Kremenek · 14 years ago
  17. db3d4d0 Stop using builtins for the "_lane" variants of saturating multiply intrinsics. by Bob Wilson · 14 years ago
  18. f187237 Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  19. 259461d Put the "'typename' occurs outside of a template" and "'template' by Douglas Gregor · 14 years ago
  20. a4cc799 Stop using clang builtins for Neon vabdl and vabal intrinsics. by Bob Wilson · 14 years ago
  21. a8b988f Stop using clang builtins for Neon vaba intrinsics. by Bob Wilson · 14 years ago
  22. c46233d Fix BinaryOperator dispatch for RecursiveASTVisitor, from Benoit Perrot! by Douglas Gregor · 14 years ago
  23. f203344 Stop using clang builtins for Neon vadd[lw] and vsub[lw] intrinsics. by Bob Wilson · 14 years ago
  24. 4064127 Stop using clang builtins for Neon vmlal{_n,_lane} and vmlsl{_n,_lane}. by Bob Wilson · 14 years ago
  25. cf55652 Stop using a clang builtin for Neon vdup_lane intrinsics. by Bob Wilson · 14 years ago
  26. c92b772 Stop using a clang builtin for Neon vmull_lane intrinsic. by Bob Wilson · 14 years ago
  27. 468acf9 Implement vmull and vmull_n intrinsics without using clang builtins. by Bob Wilson · 14 years ago
  28. 954e0c7 Implement AST import for Objective-C property implementations by Douglas Gregor · 14 years ago
  29. f5fe292 Fix PR8720 by printing an error message with a substring that the gcc testsuite searches for. by Rafael Espindola · 14 years ago
  30. 9407444 Add Neon vreinterpret intrinsics. Radar 8681774. by Bob Wilson · 14 years ago
  31. 0d3f3ff Make whitespace more consistent. by Bob Wilson · 14 years ago
  32. 6f18fca Kill FullExpr, as it was not, in fact, used anywhere in the code base. by John McCall · 14 years ago
  33. 7ee90d0 Fix compile error: comma at end of enumerator list. by Francois Pichet · 14 years ago
  34. 6ad6f28 Type traits intrinsic implementation: __is_base_of(T, U) by Francois Pichet · 14 years ago
  35. 409fa9a Split out a function to do lvalue conversion on objects; this is basically by John McCall · 14 years ago
  36. 381d34e Re-implement caching for the linkage calculation of declarations. by Douglas Gregor · 14 years ago
  37. f0b0ccc Use the source location of the parameter, when it makes sense, for diagnostics in HandleCleanupAttr. by Argyrios Kyrtzidis · 14 years ago
  38. b5f35ba Revert r120808, my previous implementation of caching for the linkage by Douglas Gregor · 14 years ago
  39. 894aed9 Un-templatetize this method. It's definition is out of line in the .cpp file, by Chandler Carruth · 14 years ago
  40. 4765fa0 Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical by John McCall · 14 years ago
  41. 0074b48 Mark SVal constructors 'explicit'. by Ted Kremenek · 14 years ago
  42. 4658463 Rename Environment::LookupExpr() to by Ted Kremenek · 14 years ago
  43. d7365e1 Remove unused method GRState::LookupExpr(). by Ted Kremenek · 14 years ago
  44. 00eb3f9 More anonymous struct/union redesign. This one deals with anonymous field used in a constructor initializer list: by Francois Pichet · 14 years ago
  45. ec276bf Silence "comparison between signed and unsigned integer expressions" warnings. by Benjamin Kramer · 14 years ago
  46. 0e800c9 Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn't by John McCall · 14 years ago
  47. f6a1648 Although we currently have explicit lvalue-to-rvalue conversions, they're by John McCall · 14 years ago
  48. 91252d1 Implement -cl-std= by Peter Collingbourne · 14 years ago
  49. 4400cb8 Implement -cl-mad-enable by Peter Collingbourne · 14 years ago
  50. f084082 Implement -cl-fast-relaxed-math by Peter Collingbourne · 14 years ago
  51. 5f67e13 Implement -cl-unsafe-math-optimizations by Peter Collingbourne · 14 years ago
  52. 5d729a3 Implement -cl-finite-math-only by Peter Collingbourne · 14 years ago
  53. 0982136 Implement -cl-single-precision-constant by Peter Collingbourne · 14 years ago
  54. 61e0786 Implement -cl-opt-disable by Peter Collingbourne · 14 years ago
  55. 53c92be Introduce CompilerInvocation::setLangDefaults function by Peter Collingbourne · 14 years ago
  56. 640ccf0 Minor refactoring; have BugReport::getRanges return a pair of iterator, no functionality change. by Argyrios Kyrtzidis · 14 years ago
  57. 74b2756 Diagnose when accessing property in a class method and by Fariborz Jahanian · 14 years ago
  58. a88cefd Added struct/class syntactic info for c++0x scoped enum. by Abramo Bagnara · 14 years ago
  59. 4740dab Add missing vext_f32 and vextq_f32 Neon intrinsics (Radar 8592601). by Bob Wilson · 14 years ago
  60. 953d513 Add support for vmul_p8 Neon intrinsic. Radar 8446141. by Bob Wilson · 14 years ago
  61. 2357207 Implement caching for the linkage and visibility calculations of declarations. by Douglas Gregor · 14 years ago
  62. 96bfa62 Add a separate name field to the Neon intrinsic table. by Bob Wilson · 14 years ago
  63. 40406fe Fix an insidious bug in BugReporter where by Ted Kremenek · 14 years ago
  64. a427b49 Add a flag to control the "indirection of non-volatile null pointer will be by Nick Lewycky · 14 years ago
  65. ebd4f52 Introduce TextPathDiagnostics, a simple PathDiagnosticClient that outputs as diagnostic notes by Argyrios Kyrtzidis · 14 years ago
  66. f928dca Rename Create[*]DiagnosticClient -> create[*]DiagnosticClient. by Argyrios Kyrtzidis · 14 years ago
  67. 96c105c Add support for "_lane" variants of VMUL, VMLA, and VMLS Neon intrinsics. by Bob Wilson · 14 years ago
  68. a9e9144 Improve on objc diagnostics. // rdar://8721692 by Fariborz Jahanian · 14 years ago
  69. a44724d Fixed source range for MS asm statement. by Abramo Bagnara · 14 years ago
  70. 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 14 years ago
  71. fce5656 Do not change the size of LookupResult::Filter based on the NDEBUG by Douglas Gregor · 14 years ago
  72. 6939fff Remove NDEBUG-controlled extra data from by Douglas Gregor · 14 years ago
  73. c8413fd Merge ValueManager into SValBuilder. by Ted Kremenek · 14 years ago
  74. a6cf1e7 Add support for the common and nocommon attributes. by Eric Christopher · 14 years ago
  75. 12f78a6 Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr by John McCall · 14 years ago
  76. 3a1c36c Eliminate two uses of NDEBUG in headers that cause different symbols by Douglas Gregor · 14 years ago
  77. 7e44e3f Make TypeLocBuilder an implementation detail of Sema. Nobody else should be using it by Douglas Gregor · 14 years ago
  78. 26ac3f3 Extend ExternalASTSource with the ability to lazily complete the by Douglas Gregor · 14 years ago
  79. 1ceee5c Sema/AST work for capturing copy init expression by Fariborz Jahanian · 14 years ago
  80. 28f47b9 Rename all 'AssumeXXX' methods in libChecker to 'assumeXXX'. by Ted Kremenek · 14 years ago
  81. 9c14953 Rename all 'EvalXXX' methods in libChecker to 'evalXXX'. by Ted Kremenek · 14 years ago
  82. 846eabd Rename 'SValuator' to 'SValBuilder'. The new name by Ted Kremenek · 14 years ago
  83. 7306ebf Not content to implement just "extern" explicit template by Douglas Gregor · 14 years ago
  84. e343583 Add some comments. by Bob Wilson · 14 years ago
  85. 08a5326 Serialization: support for CUDA language extensions by Peter Collingbourne · 14 years ago
  86. a61b3e7 After parsing a ':' in an enum-specifier within class context, by Douglas Gregor · 14 years ago
  87. d11617f Improve the diagnostic when the fixed underlying type of a by Douglas Gregor · 14 years ago
  88. b7b2688 Eliminate vtables from the Type hierarchy. by John McCall · 14 years ago
  89. 0ae287a Restore the lvalue-to-rvalue conversion patch with a minimal fix. by John McCall · 14 years ago
  90. ced7671 Basic, Sema: add support for CUDA location attributes by Peter Collingbourne · 14 years ago
  91. 895fcca Driver, Frontend: add CUDA language support by Peter Collingbourne · 14 years ago
  92. e2dd6c8 Basic: Add CUDA language option by Peter Collingbourne · 14 years ago
  93. d5dc83a Implement AST import support for class template specializations. by Douglas Gregor · 14 years ago
  94. 26e10be Follow through references to catch returned stack addresses, local blocks, label addresses or references to temporaries, e.g: by Argyrios Kyrtzidis · 14 years ago
  95. 040afae Implement basic AST importing and merging support for class template by Douglas Gregor · 14 years ago
  96. d7e40f0 Add objc_getClass as an objc builtin function by Fariborz Jahanian · 14 years ago
  97. 20fbe7c L-value to r-value conversion is not ready for prime-time. by John McCall · 14 years ago
  98. 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 14 years ago
  99. 7e48579 Introduce an r-value to l-value cast kind. I'm not promising anything by John McCall · 14 years ago
  100. 32b5fe7 System was renamed Support. Fix the build. by Duncan Sands · 14 years ago