1. c716293 Tweak PCH -include handling to make sure it matches the name as would be present by Daniel Dunbar · 15 years ago
  2. 7b5a121 Redo how PCH handles its implicit include. Instead of treating this specially in by Daniel Dunbar · 15 years ago
  3. 4d5936a More StringRef simplification to PCHValidator::ReadPredefinesBuffer. by Daniel Dunbar · 15 years ago
  4. 10014aa Rewrite splitLines using StringRef; this is much simpler, and also now avoids by Daniel Dunbar · 15 years ago
  5. 788cd06 Introduce a new representation for template template by Douglas Gregor · 15 years ago
  6. dc3c0d2 StringRefify some PCH interfaces. by Daniel Dunbar · 15 years ago
  7. 4fda42e Replace startsWith functions with StringRef. by Daniel Dunbar · 15 years ago
  8. 731ad8f Switch to getFileOrSTDIN(). by Daniel Dunbar · 15 years ago
  9. a6fda12 Adding -fshort-wchar option. by John Thompson · 15 years ago
  10. 833ca99 Track source information for template arguments and template specialization by John McCall · 15 years ago
  11. 231bc0b Add comment. by Ted Kremenek · 15 years ago
  12. ff1ea46 Fix integer overflow in PCHReader when reading the length of an by Ted Kremenek · 15 years ago
  13. 86acc2a FunctionTypeLocs don't necessarily provide ParmVarDecls, so don't crash if by John McCall · 15 years ago
  14. 54e14c4 When building types from declarators, instead of building two types (one for by John McCall · 15 years ago
  15. 083c25e Extend out the block descriptor structure for debug information with by Mike Stump · 15 years ago
  16. adaaad3 Refine the type of the first parameter to block invoke functions. by Mike Stump · 15 years ago
  17. e013d68 Move clients to use IdentifierInfo::getNameStart() instead of getName() by Daniel Dunbar · 15 years ago
  18. 49a832b When performing template-substitution into a type, don't just replace the by John McCall · 15 years ago
  19. 51bd803 Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize by John McCall · 15 years ago
  20. 2596e42 Switch to llvm::HashString. by Daniel Dunbar · 15 years ago
  21. 61d60ee Merge the "types" and "declarations" blocks in the precompiled header by Douglas Gregor · 15 years ago
  22. a1ee0c5 Factor out routines to encode/decode DeclaratorInfos and move them into the by John McCall · 15 years ago
  23. 52e7108 Add support for a chain of stat caches in the FileManager, rather than by Douglas Gregor · 15 years ago
  24. 46a617a Remove the ConstantArrayType subtypes. This information is preserved in the by John McCall · 15 years ago
  25. 445e23e Encode the Clang branch and Subversion revision into a PCH file, and by Douglas Gregor · 15 years ago
  26. 24fab41 Introduce ObjCProtocolListType type subclass. by Argyrios Kyrtzidis · 15 years ago
  27. 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
  28. f3c740e Allow PCH files to be read from stdin. by Daniel Dunbar · 15 years ago
  29. 183700f Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 15 years ago
  30. ab8e281 Add missing PCH support for -fstack-protector. by Daniel Dunbar · 15 years ago
  31. 04a0b50 PCH: When deserializing an explicit "external definition", don't pass it to HandleTopLevelDecl -- this is already being done inside the reader. by Daniel Dunbar · 15 years ago
  32. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  33. 63d65f8 Fix PR4922, where Sema would complete tentative definitions in nondeterminstic by Chris Lattner · 15 years ago
  34. 7da2431 Basic support for representing elaborated type specifiers by John McCall · 15 years ago
  35. 972d954 Save/load POSIXThreads flag for PCH by Douglas Gregor · 15 years ago
  36. 5345c39 Add basic support for -pthread. by Daniel Dunbar · 15 years ago
  37. 1752ee4 Switch TargetInfo to store an llvm::Triple. by Daniel Dunbar · 15 years ago
  38. 92f5822 Add a -fno-elide-constructors option to clang-cc. by Anders Carlsson · 15 years ago
  39. d1571ac Make the new Objective-C "id" and "Class" redefinition types special by Douglas Gregor · 15 years ago
  40. 50d62d1 Introduce the canonical type smart pointers, and use them in a few places to by Douglas Gregor · 15 years ago
  41. 6217b80 Change uses of: by Ted Kremenek · 15 years ago
  42. 782fa30 Make longjmp a real builtin. by Mike Stump · 15 years ago
  43. 1cb35dd Remove the ObjCCategoryImpls vector from Sema class. by Argyrios Kyrtzidis · 15 years ago
  44. c15cb2a Remove ObjCQualifiedInterfaceType:-) by Steve Naroff · 15 years ago
  45. 0899621 Fix a comment. by Zhongxing Xu · 15 years ago
  46. 35366a6 Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods by Ted Kremenek · 15 years ago
  47. 5cad1f7 Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), Type::getAsMemberPointerType(), Type::getAsTagType(), and Type::getAsRecordType() with their Type::getAs<XXX> equivalents. by Ted Kremenek · 15 years ago
  48. de2e22d Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseudo built-in types, since Sema still injects a typedef for recognition (i.e. they aren't truly built-ins from a parser perspective). by Steve Naroff · 15 years ago
  49. f5c209d Basic support for C++0x unicode types. Support for literals will follow in an incremental patch by Alisdair Meredith · 15 years ago
  50. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  51. c29f77b Make ASTContext explicitly keep track of the declaration for the C by Douglas Gregor · 15 years ago
  52. e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
  53. d89275b Fix PR 4489, a crash in PCH loading that occurs when loading the name by Douglas Gregor · 15 years ago
  54. 7e7eb3d Keep track of the Expr used to describe the size of an array type, by Douglas Gregor · 15 years ago
  55. 2e22253 Add support for retrieving the Doxygen comment associated with a given by Douglas Gregor · 15 years ago
  56. b9e7e63 Write/Read new Language Options by Nate Begeman · 15 years ago
  57. 69cfb9b PCH support for OpenCL language options by Nate Begeman · 15 years ago
  58. 395b475 Add a DecltypeType type. by Anders Carlsson · 15 years ago
  59. 5710211 Fix bug in the new PCHReader constructor. PP and Context should be initialized to 0. by Argyrios Kyrtzidis · 15 years ago
  60. 11e5110 Make changes to PCHReader to allow reading a PCH file without having a pre-initialized Preprocessor. by Argyrios Kyrtzidis · 15 years ago
  61. d1b3c2d First step toward fixing <rdar://problem/6613046> refactor clang objc type representation. by Steve Naroff · 15 years ago
  62. d3555ae If PCH refers to a file that doesn't exist anymore, emit a nice error by Chris Lattner · 15 years ago
  63. 15b9176 Move CharIsSigned from TargetInfo to LangOptions. by Eli Friedman · 15 years ago
  64. 465226e Reintroduce the home for exception specs, and make Sema fill it. However, keep the spec out of the canonical type this time. Net effect is currently nothing, because the spec isn't checked anywhere. by Sebastian Redl · 15 years ago
  65. 75fdb23 Fix lots of PCH crashes caused by the new assertions in by Douglas Gregor · 15 years ago
  66. beaaccd Use v.data() instead of &v[0] when SmallVector v might be empty. by Jay Foad · 15 years ago
  67. a33d9b4 Disable access control by default. It can be enabled with the -faccess-control option. When we have better support for it, we can enable it by default again. by Anders Carlsson · 15 years ago
  68. b64c193 Make precompiled headers work with -E. When we're only preprocessing by Douglas Gregor · 15 years ago
  69. 6e8ed16 Implement C++0x nullptr. by Sebastian Redl · 15 years ago
  70. bfa2fcb Back out r70506 (exception spec in AST) again. We won't have exception specs until we've had a lot more discussion. by Sebastian Redl · 15 years ago
  71. 7b9a2ee Make a home for exception specs in the AST. Now Sema can hook them up. by Sebastian Redl · 15 years ago
  72. 2df9ced initial support for __[u]int128_t, which should be basically by Chris Lattner · 15 years ago
  73. 1ab86ac Make all PCH-incompatibility warnings into errors, and abort by Douglas Gregor · 15 years ago
  74. a02b147 Make the PCH reader use the diagnostics system for its complaints. by Douglas Gregor · 15 years ago
  75. 5998da5 Optimize IdentifierInfo storage within the precompiled header. We've by Douglas Gregor · 15 years ago
  76. a92193e Implement a minor space optimization for the PCH identifier table, by Douglas Gregor · 15 years ago
  77. af1795b Replace a lame fprintf with a slightly-less lame diagnostic by Douglas Gregor · 15 years ago
  78. 92b059e Implement checking for macro definitions that occur on the command by Douglas Gregor · 15 years ago
  79. 02fc751 Revert r70075 and r70078, which reorganized the PCH on-disk hash table by Douglas Gregor · 15 years ago
  80. e721f95 Allow some differences between the predefines buffer used to build a by Douglas Gregor · 15 years ago
  81. c71133f Remove unused LangOptions NoExtensions and Boolean. by Eli Friedman · 15 years ago
  82. ab41e63 Add a header containing the Clang version; make the driver use this by Douglas Gregor · 15 years ago
  83. 6bf690f fix test/PCH/method_pool.m by Chris Lattner · 15 years ago
  84. cc7dea8 -E, -Eonly and -parse-noop now work with PCH! by Chris Lattner · 15 years ago
  85. d1d64a0 Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) by Chris Lattner · 15 years ago
  86. 2bf1eb0 Be more careful in our teardown of the PCHReader after deciding to by Douglas Gregor · 15 years ago
  87. b81c170 Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since these vectors are very, very rarely used and, when used in headers, and even when used are relatively small, we load them eagerly. by Douglas Gregor · 15 years ago
  88. 090d9b5 shrink SOURCE_LOCATION_OFFSETS to use 4-byte entries instead of 8-byte by Chris Lattner · 15 years ago
  89. 4fed3f4 Implement caching of stat() calls for precompiled headers, which is by Douglas Gregor · 15 years ago
  90. c732f5a encode the type and decl offsets with 32-bits for entry instead by Chris Lattner · 15 years ago
  91. c47be9e fix a couple more places that should be using the DeclCursor instead by Chris Lattner · 15 years ago
  92. 7f94b0b Load most of the source manager's information lazily from the PCH by Douglas Gregor · 15 years ago
  93. 02602be unclone SavedStreamPosition by Chris Lattner · 15 years ago
  94. 4e3fcc8 move attribute reading to PCHReaderDecl.cpp, remove some extraneous braces. by Chris Lattner · 15 years ago
  95. da93061 read all decls (and attributes and stmts/exprs referenced by the decl) by Chris Lattner · 15 years ago
  96. 887e2b3 rename GetStmt -> GetDeclStmt to make it clear that the stmt read by Chris Lattner · 15 years ago
  97. 52e97d1 change the interface to ReadStmt to force clients to pass a cursor in to read from. by Chris Lattner · 15 years ago
  98. 698f925 split decl reading out to its own PCHReaderDecl.cpp file. by Chris Lattner · 15 years ago
  99. 4c6f952 split stmt/expr deserialization out to PCHReaderStmt.cpp by Chris Lattner · 15 years ago
  100. 8849e64 remove dead var by Chris Lattner · 15 years ago