1. 61e813c Eliminate an MSVC comparison warning, from Aaron Ballman by Douglas Gregor · 13 years ago
  2. b0c3e09 Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functionality change. by Argyrios Kyrtzidis · 13 years ago
  3. 3594277 In ASTReader, replace the never-NULL ASTContext pointer with an by Douglas Gregor · 13 years ago
  4. e2ca828 Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt. This fails by Argyrios Kyrtzidis · 13 years ago
  5. 2d2689a Use the local -> global mapping functions for selectors more by Douglas Gregor · 13 years ago
  6. 95eab17 Teach the ASTReader to perform local and global mapping of identifier by Douglas Gregor · 13 years ago
  7. 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
  8. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  9. 72a9ae1 Rename ASTReader::PerFileData to serialization::Module, pulling it out by Douglas Gregor · 13 years ago
  10. 393f249 In the AST reader, factor out the mapping of local type IDs to global by Douglas Gregor · 13 years ago
  11. 409448c In the ASTReader, factor out the loading of (local) declaration IDs, by Douglas Gregor · 13 years ago
  12. 7110fd6 Add serialization support for SubstNonTypeTemplateParmExpr. by John McCall · 13 years ago
  13. bca01b4 Properly implement the scope restriction on the NRVO for by Douglas Gregor · 13 years ago
  14. 561f812 Introduce the notion of instantiation dependence into Clang's AST. A by Douglas Gregor · 13 years ago
  15. 03e8003 Introduce a new AST node describing reference binding to temporaries. by Douglas Gregor · 13 years ago
  16. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  17. 61eee0c Add support for builtin astype: by Tanya Lattner · 13 years ago
  18. 3aa8140 Add an optional field attached to a DeclRefExpr which points back to the by Chandler Carruth · 13 years ago
  19. 6857c3e Remove the NameQualifier struct, which was just a wrapper around by Chandler Carruth · 13 years ago
  20. 7e740bd Several cosmetic changes, no functionality changed. by Chandler Carruth · 13 years ago
  21. cb66cff Move the state bits in DeclRefExpr out of the pointer union and into by Chandler Carruth · 13 years ago
  22. 21ff2e5 Implementation of Embarcadero array type traits by John Wiegley · 13 years ago
  23. b7d98d3 If a null statement was preceded by an empty macro keep its instantiation source location by Argyrios Kyrtzidis · 13 years ago
  24. 5526220 t/clang/expr-traits by John Wiegley · 13 years ago
  25. 2ac0b7a For by Argyrios Kyrtzidis · 13 years ago
  26. 4423ac0 For by Argyrios Kyrtzidis · 13 years ago
  27. f111d93 C1X: implement generic selections by Peter Collingbourne · 13 years ago
  28. ad762fc Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291). by Richard Smith · 13 years ago
  29. 3e2193c Add a flag to StringLiteral to keep track of whether the string is a pascal string or not. by Anders Carlsson · 13 years ago
  30. f4e3cfb Add support for the OpenCL vec_step operator, by generalising and by Peter Collingbourne · 14 years ago
  31. b0ca137 When serializing a DeclRefExpr, always store the number of explicit template by Anders Carlsson · 14 years ago
  32. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 14 years ago
  33. 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  34. 7c3179c Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  35. 00cf3cc Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  36. f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 14 years ago
  37. 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
  38. ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 14 years ago
  39. e08ce65 AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions by Peter Collingbourne · 14 years ago
  40. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  41. def0354 Implement proper (de-)serialization for explicit template argument by Douglas Gregor · 14 years ago
  42. 469a1eb An insomniac stab at making block declarations list the variables they close by John McCall · 14 years ago
  43. b608b98 Give OpaqueValueExpr a source location, because its source location by Douglas Gregor · 14 years ago
  44. 6ec278d Do a proper recursive lookup when deciding whether a class's usual by John McCall · 14 years ago
  45. c7793c7 Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, by Douglas Gregor · 14 years ago
  46. 67fd125 Teach PackExpansionExpr to keep track of the number of pack expansions by Douglas Gregor · 14 years ago
  47. 1d5d0b9 Add the location of the right parenthesis of a C++ named cast by Douglas Gregor · 14 years ago
  48. ee8aff0 Implement the sizeof...(pack) expression to compute the length of a by Douglas Gregor · 14 years ago
  49. be230c3 Implement support for pack expansions whose pattern is a non-type by Douglas Gregor · 14 years ago
  50. d093722 Variadic templates: extend Type, NestedNameSpecifier, TemplateName, by Douglas Gregor · 14 years ago
  51. f40f0d5 Keep the source location of the selector in ObjCMessageExpr. by Argyrios Kyrtzidis · 14 years ago
  52. f187237 Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  53. 6ad6f28 Type traits intrinsic implementation: __is_base_of(T, U) by Francois Pichet · 14 years ago
  54. 4765fa0 Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical by John McCall · 14 years ago
  55. 12f78a6 Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr by John McCall · 14 years ago
  56. 44aa1f3 Revert r119838 "Don't warn for empty 'if' body if there is a macro that expands to nothing" by Argyrios Kyrtzidis · 14 years ago
  57. a25b6a4 Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g: by Argyrios Kyrtzidis · 14 years ago
  58. f89e55a Calculate the value kind of an expression when it's created and by John McCall · 14 years ago
  59. 7cd7d1a Add a new expression kind, OpaqueValueExpr, which is useful for by John McCall · 14 years ago
  60. 3fa5cae No really, we don't have a retain/release system for statements/expressions by John McCall · 14 years ago
  61. 428edaf Improve the tracking of source locations for parentheses in constructor calls. by Chandler Carruth · 14 years ago
  62. c44d91c Eradicate IsSuper field from ObjCImplicitSetterGetterRefExprClass by Fariborz Jahanian · 14 years ago
  63. 4045107 Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and QualifierInfos (rdar://8513756). by Argyrios Kyrtzidis · 14 years ago
  64. 8ac2d44 Eliminate usage of ObjCSuperExpr used for by Fariborz Jahanian · 14 years ago
  65. c363273 Thread PerFileData through the ASTReader again, this time with the LLVM changes. by Sebastian Redl · 14 years ago
  66. b1a7d9a Revert r115336 ("Thread PerFileData through everything."), because by Douglas Gregor · 14 years ago
  67. dc92819 Thread PerFileData through everything. This allows us to remap stuff later. by Sebastian Redl · 14 years ago
  68. 1a18600 Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://8483139. by Argyrios Kyrtzidis · 14 years ago
  69. 355a9fe Implement -Wunused-label. by Argyrios Kyrtzidis · 14 years ago
  70. 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
  71. 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
  72. f1b8911 Remove the trivial setters from CXXDeleteExpr. by Argyrios Kyrtzidis · 14 years ago
  73. 5221d8f Address Doug's comments. by Sebastian Redl · 14 years ago
  74. 6b219d0 Serialization support for CXXNoexceptExpr. by Sebastian Redl · 14 years ago
  75. 3d37c0a Add proper type-source information to UnaryTypeTraitExpr, including by Douglas Gregor · 14 years ago
  76. 559fb55 When building SwitchStmts in Sema, record whether all the enum values of a switch(enum) where by Ted Kremenek · 14 years ago
  77. 01b7c30 Microsoft's __uuidof operator implementation part 1. by Francois Pichet · 14 years ago
  78. ab6677e Provide proper type-source location information for by Douglas Gregor · 14 years ago
  79. 1bb2a93 Improve source-location information for CXXNewExpr, by hanging on to by Douglas Gregor · 14 years ago
  80. e2ca6d4 Eliminate CXXBindReferenceExpr, which was used in a ton of by Douglas Gregor · 14 years ago
  81. f9b949f AST work to support [C++] [IRgen] for ?: with missing LHS by Fariborz Jahanian · 14 years ago
  82. 9996a7f Fix the memory leak of FloatingLiteral/IntegerLiteral. by Argyrios Kyrtzidis · 14 years ago
  83. 5baba9d More incremental progress towards not including Expr.h in Sema.h. by John McCall · 14 years ago
  84. 096832c Regularize the API for accessing explicit template arguments. by John McCall · 14 years ago
  85. 8538e8d Rename pch namespace to serialization. by Sebastian Redl · 14 years ago
  86. 6ab7cd8 Rename the ASTReader header files. by Sebastian Redl · 14 years ago
  87. 904c9c8 Rename the ASTReader implementation files. by Sebastian Redl · 14 years ago[Renamed (99%) from lib/Serialization/PCHReaderStmt.cpp]
  88. 3c7f413 More PCH -> AST renaming. by Sebastian Redl · 14 years ago
  89. 60adf4a Rename PCHStmtReader -> ASTStmtReader. by Sebastian Redl · 14 years ago
  90. c43b54c Rename PCHReader to ASTReader. by Sebastian Redl · 14 years ago
  91. 8572813 Reintroduce the serialization library, with fixed dependencies. by Sebastian Redl · 14 years ago[Renamed (99%) from lib/Frontend/PCHReaderStmt.cpp]
  92. 4557e47 Revert Sebastian's build-breaking patch. by Douglas Gregor · 14 years ago[Renamed (99%) from lib/Serialization/PCHReaderStmt.cpp]
  93. 93c9729 Create a new Serialization module that contains all the PCH code, and will contain all the module code in the future. Update the Makefiles, CMake projects and the Xcode project. I hope I did everything right for Xcode. No functionality change. by Sebastian Redl · 14 years ago[Renamed (99%) from lib/Frontend/PCHReaderStmt.cpp]
  94. 2577743 Added locations and type source info for DeclarationName. by Abramo Bagnara · 14 years ago
  95. 2cad900 Added TypeLocs to VAArgExpr node. by Abramo Bagnara · 14 years ago
  96. 3fcb73d Added TypeLocs to TypesCompatibleExpr node. by Abramo Bagnara · 14 years ago
  97. f871d0c Store inheritance paths after CastExprs instead of inside them. by John McCall · 14 years ago
  98. afbf312 Implement PCH support for offsetof(base-specifier). by Argyrios Kyrtzidis · 14 years ago
  99. 5606220 Add source location information to C++ base specifiers. by Nick Lewycky · 14 years ago
  100. 577d479 Thread bitstream cursors all the way through the AST reading stuff. This way, reading a trivial 2-element chained file actually works. by Sebastian Redl · 14 years ago