1. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 12 years ago
  2. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 12 years ago
  3. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
  4. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  5. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  6. 3c3b7f9 Restore r142914 and r142915, now with missing file and apparent by John McCall · 13 years ago
  7. 327a50f Revert r142914 and r142915, due to possibly missing file. by NAKAMURA Takumi · 13 years ago
  8. a1b852f Introduce a placeholder type for "pseudo object" by John McCall · 13 years ago
  9. 0ddaeb9 Add a new placeholder type to represent "unbridged" casts in ARC. by John McCall · 13 years ago
  10. aa4a99b Provide half floating point support as a storage only type. by Anton Korobeynikov · 13 years ago
  11. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 13 years ago
  12. 1de4d4e Basic, untested implementation for an "unknown any" type requested by LLDB. by John McCall · 13 years ago
  13. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 13 years ago
  14. 3f59c97 The -fshort-wchar option causes wchar_t to become unsigned, in addition to being by Chris Lattner · 14 years ago
  15. 336d43a Give a default implementation for ASTDeserializationListener's methods, no functionality change. by Argyrios Kyrtzidis · 14 years ago
  16. eb3f04e Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the more generic by Argyrios Kyrtzidis · 14 years ago
  17. 0eca89e Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copies in PCHReader and PCHWriter. by Argyrios Kyrtzidis · 14 years ago