1. eecf5fa Add a bit to ParmVarDecl indicating whether the parameter undergoes by John McCall · 14 years ago
  2. f525160 Teach libclang's token-annotation logic about context-sensitive by Douglas Gregor · 14 years ago
  3. a2026c9 Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source range for declarations using postfix types. by Abramo Bagnara · 14 years ago
  4. 2c10c80 When writing file references in a pch, make sure to ask the file manager for the absolute path. by Anders Carlsson · 14 years ago
  5. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 14 years ago
  6. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
  7. c850578 Write CXX base specifier offsets for chained ASTs. by Anders Carlsson · 14 years ago
  8. b0ca137 When serializing a DeclRefExpr, always store the number of explicit template by Anders Carlsson · 14 years ago
  9. a868c37 Completed source ranges fixes for all classes inheriting from TypeDecl. by Abramo Bagnara · 14 years ago
  10. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 14 years ago
  11. 8b5b409 Reinstate r127112, "Propagate new-style exception spec information to ExtProtoInfo.", this time with the missing header. by Sebastian Redl · 14 years ago
  12. 708a866 Revert r127112, "Propagate new-style exception spec information to ExtProtoInfo." by NAKAMURA Takumi · 14 years ago
  13. 06bfa84 Propagate new-style exception spec information to ExtProtoInfo. by Sebastian Redl · 14 years ago
  14. 6784304 Fixed LabelDecl source range and cleaned creation code. by Abramo Bagnara · 14 years ago
  15. b6ab6c1 Improved MemberPointerType source locations. by Abramo Bagnara · 14 years ago
  16. 67da6f6 When we're deserializing a template parameter declaration, temporarily by Douglas Gregor · 14 years ago
  17. b1c8649 Currently we can only remap a file by creating a MemoryBuffer and replacing the file contents with it. by Argyrios Kyrtzidis · 14 years ago
  18. 9a299e0 Make sure to put template parameters into their owning template's by Douglas Gregor · 14 years ago
  19. 203548b Fixed source range for LabelDecl. by Abramo Bagnara · 14 years ago
  20. 55a9637 Removed left brace location from LinkageSpecDecl. by Abramo Bagnara · 14 years ago
  21. 5f6bcbe Fixed end source location for LinkageSpecDecl. by Abramo Bagnara · 14 years ago
  22. 21e006e Fixed source range for FileScopeAsmDecl. Others source range fixes will follow. by Abramo Bagnara · 14 years ago
  23. b6744ef Push nested-name-specifier source location information into template by Douglas Gregor · 14 years ago
  24. 94fdffa Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
  25. 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 14 years ago
  26. cfe9af2 Implement -mrtd which sets the StdCall calling convention to be the default one. by Roman Divacky · 14 years ago
  27. 1c51b1c Add missing options. by Roman Divacky · 14 years ago
  28. 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 14 years ago
  29. be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 14 years ago
  30. 44cd9f9 Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage. by Douglas Gregor · 14 years ago
  31. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 14 years ago
  32. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  33. 5f791bb Refactor the construction of nested-name-specifiers with by Douglas Gregor · 14 years ago
  34. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 14 years ago
  35. 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  36. 7c3179c Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  37. 00cf3cc Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  38. f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 14 years ago
  39. 0cfaf6a Push nested-name-specifier source location information into namespace aliases. by Douglas Gregor · 14 years ago
  40. db99241 Push nested-name-specifier source location information into using directives. by Douglas Gregor · 14 years ago
  41. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 14 years ago
  42. dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 14 years ago
  43. 14aba76 Teach NestedNameSpecifier to keep track of namespace aliases the same by Douglas Gregor · 14 years ago
  44. 277a6e7 Preserve what the user passed to -include when emitting .d files. Fixes PR8974! by Nick Lewycky · 14 years ago
  45. 7da99b0 Add a CXXExceptions flag to LangOptions. by Anders Carlsson · 14 years ago
  46. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  47. da4b7cf Add a new ObjCExceptions member variable to LangOptions. This controls whether Objective-C exceptions are enabled or not (they are by default). by Anders Carlsson · 14 years ago
  48. 57ad378 Step #2/N of __label__ support: keep pushing LabelDecl forward, by Chris Lattner · 14 years ago
  49. 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
  50. ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 14 years ago
  51. 84bccea Serialization/deserialization support for floating point #pragma by Peter Collingbourne · 14 years ago
  52. 8e3df4d Allow resolving headers from a PCH even after headers+PCH were moved to another path. by Argyrios Kyrtzidis · 14 years ago
  53. 0895d15 When reading the AST, delay loading of the redeclaration chain to avoid deeply nested calls. by Argyrios Kyrtzidis · 15 years ago
  54. 0a86d44 Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. by Jeffrey Yasskin · 15 years ago
  55. 0a48029 Rename the operation that loads a preprocessed entity from a given offset to indicate that we're loading from an offset, not an index, lest one be confused. No functionality change. by Douglas Gregor · 15 years ago
  56. 217cacc Eliminate a major performance problem with chained PCH, where we were by Douglas Gregor · 15 years ago
  57. 040a804 Implement AST/PCH chaining support for macro definitions. Previously, by Douglas Gregor · 15 years ago
  58. 9c73610 When we're writing macro definitions to an AST/PCH File, sort the by Douglas Gregor · 15 years ago
  59. cfbf1c7 Implement two related optimizations that make de-serialization of by Douglas Gregor · 15 years ago
  60. 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 15 years ago
  61. e08ce65 AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions by Peter Collingbourne · 15 years ago
  62. 14b6ba7 AST, Sema, Serialization: keep track of cudaConfigureCall by Peter Collingbourne · 15 years ago
  63. 76a4021 NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl. by John McCall · 15 years ago
  64. 4800a5c Split the serialized representation for the detailed preprocessing by Douglas Gregor · 15 years ago
  65. b6c2b3f Update the writing of the block-information block in the AST file by Douglas Gregor · 15 years ago
  66. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 15 years ago
  67. 8ef6c8c Improve our uniquing of file entries when files are re-saved or are by Douglas Gregor · 15 years ago
  68. f677ea3 Basic implementation of inherited constructors. Only generates declarations, and probably only works for very basic use cases. by Sebastian Redl · 15 years ago
  69. def0354 Implement proper (de-)serialization for explicit template argument by Douglas Gregor · 15 years ago
  70. 469a1eb An insomniac stab at making block declarations list the variables they close by John McCall · 15 years ago
  71. f9997a0 Fix a thinko where I didn't update a consistency check for by Douglas Gregor · 15 years ago
  72. 6f75550 Basic support for -mms-bitfields, from Carl Norum! by Douglas Gregor · 15 years ago
  73. b608b98 Give OpaqueValueExpr a source location, because its source location by Douglas Gregor · 15 years ago
  74. 0433116 TextDiagnosticPrinter.cpp: Show diagnostics as far as possible even with invalid PresomedLoc, instead of just silencing it. by Axel Naumann · 15 years ago
  75. 6ec278d Do a proper recursive lookup when deciding whether a class's usual by John McCall · 15 years ago
  76. c938c16 Rvalue references for *this: by Douglas Gregor · 15 years ago
  77. cb88a1f Use attributes for all the override control specifiers. by Anders Carlsson · 15 years ago
  78. faa6afd Serialize and deserialize IsMarkedFinal/IsMarkedExplicit. by Anders Carlsson · 15 years ago
  79. a97d70b Generalise support for non-inheritable attributes by Peter Collingbourne · 15 years ago
  80. c0534b6 Add IsMarkedOverride and IsMarkedFinal flags to FunctionDecl (to be used by CXXRecordDecl). by Anders Carlsson · 15 years ago
  81. 6952f1e Implement support for non-type template parameter packs whose type is by Douglas Gregor · 15 years ago
  82. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 15 years ago
  83. dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 15 years ago
  84. 1aee05d Introduce a new kind of TemplateName that captures a substituted by Douglas Gregor · 15 years ago
  85. b1bdced Store/retrieve -fshort-enums for PCH, fixes rdar://8854933. by Argyrios Kyrtzidis · 15 years ago
  86. c7793c7 Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, by Douglas Gregor · 15 years ago
  87. 2be29f4 Teach template template argument pack expansions to keep track of the by Douglas Gregor · 15 years ago
  88. 67fd125 Teach PackExpansionExpr to keep track of the number of pack expansions by Douglas Gregor · 15 years ago
  89. 3efd52c Properly propagate #pragma diagnostic mappings from PCH but not command-line warning flags. by Argyrios Kyrtzidis · 15 years ago
  90. cded4f6 Keep track of the number of expansions to be produced from a type pack by Douglas Gregor · 15 years ago
  91. c3069d6 Start implementing support for substitution into pack expansions that by Douglas Gregor · 15 years ago
  92. 1d5d0b9 Add the location of the right parenthesis of a C++ named cast by Douglas Gregor · 15 years ago
  93. cbb6748 Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, by Sean Hunt · 15 years ago
  94. f84109e Update AST reader/writer to handle new AppleKext. by Fariborz Jahanian · 15 years ago
  95. 9d156a7 Introduce an AttributedType, but don't actually use it anywhere yet. by John McCall · 15 years ago
  96. a7fc901 Replace the representation of template template argument pack by Douglas Gregor · 15 years ago
  97. ba68eca Add semantic analysis for the creation of and an AST representation by Douglas Gregor · 15 years ago
  98. 61c4d28 Implement support for template template parameter packs, e.g., by Douglas Gregor · 15 years ago
  99. ee8aff0 Implement the sizeof...(pack) expression to compute the length of a by Douglas Gregor · 15 years ago
  100. 3fb9e4b Implement pack expansion of base initializers, so that we can by Douglas Gregor · 15 years ago