1. 20387ef Reverts r183466: "Perform dynamic alignment computations..." by Manuel Klimek · 11 years ago
  2. 86875b1 Perform dynamic alignment computations so that the data in TypeLocs is by Eli Friedman · 11 years ago
  3. 65124fe Rename TypeLoc's isType to isKind by David Blaikie · 11 years ago
  4. 39e6ab4 Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  5. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 11 years ago
  6. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 12 years ago
  7. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 12 years ago
  8. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 12 years ago
  9. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
  10. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  11. 278eafa Fixed some corner cases due to implicit int TypeLoc and simplified the logic. by Abramo Bagnara · 12 years ago
  12. ac8ea05 Fixed FunctionTypeLoc range for trailing return type. by Abramo Bagnara · 12 years ago
  13. 59c0a81 Fixed FunctionTypeLoc source range. by Abramo Bagnara · 12 years ago
  14. 919a2d7 Fix a regression from r164656. by Eli Friedman · 12 years ago
  15. d7a6b16 Fix the AST representation for non-type template arguments to encode by Eli Friedman · 12 years ago
  16. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  17. 478851c Drop the ASTContext.h include from Stmt.h and fix up transitive users. by Benjamin Kramer · 12 years ago
  18. 66581d4 Added source location for the template keyword in DependentTemplateSpecializationTypeLoc nodes (DTSTLoc). by Abramo Bagnara · 12 years ago
  19. 38a4291 Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / DependentTSTLoc. Uniformed names referencing elaborated keyword. No intended functionality changes. by Abramo Bagnara · 12 years ago
  20. 55d23c9 Added location for template keyword in TemplateSpecializationTypeLoc. In the process removed some naming ambiguities. by Abramo Bagnara · 12 years ago
  21. 3026348 More dead code removal (using -Wunreachable-code) by David Blaikie · 13 years ago
  22. 1e85565 Provide better source info for template specializations with non-type arguments. by Matt Beaumont-Gay · 13 years ago
  23. 3c3b7f9 Restore r142914 and r142915, now with missing file and apparent by John McCall · 13 years ago
  24. 327a50f Revert r142914 and r142915, due to possibly missing file. by NAKAMURA Takumi · 13 years ago
  25. a1b852f Introduce a placeholder type for "pseudo object" by John McCall · 13 years ago
  26. 0ddaeb9 Add a new placeholder type to represent "unbridged" casts in ARC. by John McCall · 13 years ago
  27. aa4a99b Provide half floating point support as a storage only type. by Anton Korobeynikov · 13 years ago
  28. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 13 years ago
  29. 1de4d4e Basic, untested implementation for an "unknown any" type requested by LLDB. by John McCall · 13 years ago
  30. a2026c9 Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source range for declarations using postfix types. by Abramo Bagnara · 13 years ago
  31. b6744ef Push nested-name-specifier source location information into template by Douglas Gregor · 13 years ago
  32. 059101f Push nested-name-specifier source-location information into dependent by Douglas Gregor · 13 years ago
  33. 94fdffa Push nested-name-specifier source-location information into dependent by Douglas Gregor · 13 years ago
  34. 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 13 years ago
  35. 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 13 years ago
  36. be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 13 years ago
  37. 44cd9f9 Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage. by Douglas Gregor · 13 years ago
  38. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 13 years ago
  39. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  40. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 13 years ago
  41. c21c7e9 Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actually by Douglas Gregor · 14 years ago
  42. 9d156a7 Introduce an AttributedType, but don't actually use it anywhere yet. by John McCall · 14 years ago
  43. 711c52b Refactor the application of type attributes so that attributes from by John McCall · 14 years ago
  44. 3f59c97 The -fshort-wchar option causes wchar_t to become unsigned, in addition to being by Chris Lattner · 14 years ago
  45. 723df24 Added missing IgnoreParens(). by Abramo Bagnara · 14 years ago
  46. 140a2bd Skip ParenType on function instantiations. by Abramo Bagnara · 14 years ago
  47. 45ab4b5 In some situations, TemplateArgumentLoc wasn't setting TypeSourceLoc (see by Craig Silverstein · 14 years ago
  48. ba6f816 Remove dead code, caught by unused function warnings. by Argyrios Kyrtzidis · 14 years ago
  49. e4aec0e Improved TypeLoc::getSourceRange(). by Abramo Bagnara · 14 years ago
  50. bd054db Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. by Abramo Bagnara · 14 years ago
  51. 7eb914b Avoid doing two switches in TypeLoc's initialize() loop. The optimizer by John McCall · 14 years ago
  52. d038f36 float, double, and long double do need extra data in the by Douglas Gregor · 15 years ago
  53. ddf889a Improve source-location information for builtin TypeLocs, from Enea by Douglas Gregor · 15 years ago
  54. cfb708c Add type source information for both kinds of typeof types. by John McCall · 15 years ago
  55. ed97649 Fix "using typename" and the instantiation of non-dependent using declarations. by John McCall · 15 years ago
  56. a4ee442 Suppress build warning. by Daniel Dunbar · 15 years ago
  57. 51bd803 Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize by John McCall · 15 years ago
  58. 4ce74bd Allow TypeLocs to be fully initialized with a single SourceLocation. This by John McCall · 15 years ago
  59. 34a0447 Better living through metaprogramming. Create a base class which abstracts by John McCall · 15 years ago
  60. 0c41180 Pull TypeLocVisitor into its own header file. by Argyrios Kyrtzidis · 15 years ago
  61. eb66759 Introduce ObjCInterfaceLoc which provides type source information for ObjC interfaces. by Argyrios Kyrtzidis · 15 years ago
  62. f352bdd Introduce ObjCProtocolListLoc for keeping source location information for protocol references. by Argyrios Kyrtzidis · 15 years ago
  63. 68006af Introduce TypeLoc::getSourceRange(). by Argyrios Kyrtzidis · 15 years ago
  64. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  65. b17166c Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and reading source information for types. by Argyrios Kyrtzidis · 15 years ago