1. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 13 years ago
  2. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  3. 5f791bb Refactor the construction of nested-name-specifiers with by Douglas Gregor · 13 years ago
  4. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 13 years ago
  5. dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 13 years ago
  6. 14aba76 Teach NestedNameSpecifier to keep track of namespace aliases the same by Douglas Gregor · 13 years ago
  7. 277a6e7 Preserve what the user passed to -include when emitting .d files. Fixes PR8974! by Nick Lewycky · 13 years ago
  8. 7da99b0 Add a CXXExceptions flag to LangOptions. by Anders Carlsson · 13 years ago
  9. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 13 years ago
  10. 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 · 13 years ago
  11. ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 13 years ago
  12. 84bccea Serialization/deserialization support for floating point #pragma by Peter Collingbourne · 13 years ago
  13. 8e3df4d Allow resolving headers from a PCH even after headers+PCH were moved to another path. by Argyrios Kyrtzidis · 13 years ago
  14. 0895d15 When reading the AST, delay loading of the redeclaration chain to avoid deeply nested calls. by Argyrios Kyrtzidis · 13 years ago
  15. 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 · 13 years ago
  16. cfbf1c7 Implement two related optimizations that make de-serialization of by Douglas Gregor · 13 years ago
  17. 14b6ba7 AST, Sema, Serialization: keep track of cudaConfigureCall by Peter Collingbourne · 13 years ago
  18. 4800a5c Split the serialized representation for the detailed preprocessing by Douglas Gregor · 13 years ago
  19. 8ef6c8c Improve our uniquing of file entries when files are re-saved or are by Douglas Gregor · 13 years ago
  20. f677ea3 Basic implementation of inherited constructors. Only generates declarations, and probably only works for very basic use cases. by Sebastian Redl · 13 years ago
  21. f9997a0 Fix a thinko where I didn't update a consistency check for by Douglas Gregor · 13 years ago
  22. 6f75550 Basic support for -mms-bitfields, from Carl Norum! by Douglas Gregor · 13 years ago
  23. 0433116 TextDiagnosticPrinter.cpp: Show diagnostics as far as possible even with invalid PresomedLoc, instead of just silencing it. by Axel Naumann · 13 years ago
  24. c938c16 Rvalue references for *this: by Douglas Gregor · 13 years ago
  25. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  26. 1aee05d Introduce a new kind of TemplateName that captures a substituted by Douglas Gregor · 14 years ago
  27. b1bdced Store/retrieve -fshort-enums for PCH, fixes rdar://8854933. by Argyrios Kyrtzidis · 14 years ago
  28. 2be29f4 Teach template template argument pack expansions to keep track of the by Douglas Gregor · 14 years ago
  29. 3efd52c Properly propagate #pragma diagnostic mappings from PCH but not command-line warning flags. by Argyrios Kyrtzidis · 14 years ago
  30. cded4f6 Keep track of the number of expansions to be produced from a type pack by Douglas Gregor · 14 years ago
  31. c3069d6 Start implementing support for substitution into pack expansions that by Douglas Gregor · 14 years ago
  32. cbb6748 Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, by Sean Hunt · 14 years ago
  33. f84109e Update AST reader/writer to handle new AppleKext. by Fariborz Jahanian · 14 years ago
  34. 9d156a7 Introduce an AttributedType, but don't actually use it anywhere yet. by John McCall · 14 years ago
  35. a7fc901 Replace the representation of template template argument pack by Douglas Gregor · 14 years ago
  36. ba68eca Add semantic analysis for the creation of and an AST representation by Douglas Gregor · 14 years ago
  37. 3fb9e4b Implement pack expansion of base initializers, so that we can by Douglas Gregor · 14 years ago
  38. f90b27a Implement pack expansions whose pattern is a base-specifier. by Douglas Gregor · 14 years ago
  39. c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 14 years ago
  40. 7536dd5 Introduce a new type, PackExpansionType, to capture types that are by Douglas Gregor · 14 years ago
  41. 256053b Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. by Michael J. Spencer · 14 years ago
  42. 4eeebc4 MemoryBuffer API update. by Michael J. Spencer · 14 years ago
  43. 0827408 Fix diagnostic pragmas. by Argyrios Kyrtzidis · 14 years ago
  44. e23cf43 Restore r121752 without modification. by John McCall · 14 years ago
  45. 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 14 years ago
  46. 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 14 years ago
  47. 1ab55e9 Eliminate the branching in QualType::getTypePtr() by providing a by Douglas Gregor · 14 years ago
  48. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  49. 3a321e2 Use error_code instead of std::string* for MemoryBuffer. by Michael J. Spencer · 14 years ago
  50. 00eb3f9 More anonymous struct/union redesign. This one deals with anonymous field used in a constructor initializer list: by Francois Pichet · 14 years ago
  51. 08a5326 Serialization: support for CUDA language extensions by Peter Collingbourne · 14 years ago
  52. 89d9980 When using a precompiled preamble with detailed preprocessing records, by Douglas Gregor · 14 years ago
  53. 414cb64 When loading a precompiled preamble, use the file ID of the by Douglas Gregor · 14 years ago
  54. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  55. 54353f4 Hide a bunch of symbols. by Benjamin Kramer · 14 years ago
  56. 898a061 change the 'is directory' indicator to be a null-or-not by Chris Lattner · 14 years ago
  57. d6f6111 simplify the cache miss handling code, eliminating CacheMissing. by Chris Lattner · 14 years ago
  58. 74e976b PCH files only cache successful stats. Remove the code that reads/writes by Chris Lattner · 14 years ago
  59. 10e286a rework the stat cache, pulling it out of FileManager.h into by Chris Lattner · 14 years ago
  60. 75dfb65 tidy up. Split FileManager::getBufferForFile into by Chris Lattner · 14 years ago
  61. 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
  62. 6538227 remove old compatibility APIs, use StringRef versions instead. by Chris Lattner · 14 years ago
  63. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  64. e86d78c Add a variant of GCC-style vector types for ARM NEON. by Bob Wilson · 14 years ago
  65. 910f800 Remove broken support for variadic templates, along with the various by Douglas Gregor · 14 years ago
  66. f41d3be Read/write from/to PCH the diagnostic mappings that the user set so that e.g. #pragma clang diagnostic can be used in a PCH. by Argyrios Kyrtzidis · 14 years ago
  67. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  68. 4ab829c Plug a leak in the preprocessing record's handling of inclusion by Douglas Gregor · 14 years ago
  69. 295a2a6 Make the deserialization of macro definitions lazy, so that we can by Douglas Gregor · 14 years ago
  70. 7c789c1 Make the deserialization of C++ base class specifiers lazy, improving by Douglas Gregor · 14 years ago
  71. e09a275 Switch case IDs conflict between chained PCHs; since there is no need to be global, make them local to a decl. by Argyrios Kyrtzidis · 14 years ago
  72. bef1a7b Use the ASTMutationListener to track added template specializations in a chained PCH. by Argyrios Kyrtzidis · 14 years ago
  73. 32adc8b When de-serializing a type that is supposed to be canonical, call by Douglas Gregor · 14 years ago
  74. 7b90340 Put the mechanism in place to track modifications in an AST entity that were committed after by Argyrios Kyrtzidis · 14 years ago
  75. 134db1f Simplify and "robust-ify" the way that CXXRecord references point to the definition data when loaded from PCH. by Argyrios Kyrtzidis · 14 years ago
  76. 1fb0caa Substantially revise how clang computes the visibility of a declaration to by John McCall · 14 years ago
  77. dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
  78. 20249a1 Fix Whitespace. by Michael J. Spencer · 14 years ago
  79. ecdcb88 Extend the preprocessing record and libclang with support for by Douglas Gregor · 14 years ago
  80. 4045107 Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and QualifierInfos (rdar://8513756). by Argyrios Kyrtzidis · 14 years ago
  81. 95f4292 When performing typo correction, look through the set of known by Douglas Gregor · 14 years ago
  82. b870b88 At Fariborz's request, a somewhat cleaner bit-combining hack. by John McCall · 14 years ago
  83. eb5e998 Allow deserialization of just the fields of a record, when we want to iterate over them, by Argyrios Kyrtzidis · 14 years ago
  84. 9a2b9d7 Implement -fshort-enums (rdar://8490496). by Argyrios Kyrtzidis · 14 years ago
  85. 9747583 Fix a marvelous chained AST writing bug, where we end up with the by Douglas Gregor · 14 years ago
  86. 1d9f1fe Give every file that ASTReader loads a type: module, PCH, precompiled preamble or main file. Base Decls' PCHLevel on this to make it more sane. by Sebastian Redl · 14 years ago
  87. c363273 Thread PerFileData through the ASTReader again, this time with the LLVM changes. by Sebastian Redl · 14 years ago
  88. 77424bc Implement chained PCH support for the macro definitions stored within by Douglas Gregor · 14 years ago
  89. b1a7d9a Revert r115336 ("Thread PerFileData through everything."), because by Douglas Gregor · 14 years ago
  90. dc92819 Thread PerFileData through everything. This allows us to remap stuff later. by Sebastian Redl · 14 years ago
  91. a866e65 Record module loaders and module source order. by Sebastian Redl · 14 years ago
  92. dab60ad Implement the C++0x "trailing return type" feature, e.g., by Douglas Gregor · 14 years ago
  93. 3747ee7 If we get a TU_CONTEXT update from a chained PCH file before we by Douglas Gregor · 14 years ago
  94. 297c706 Support implicit includes when generating a PCH and allow the user to pass a -include on the command line following the PCH include. by Argyrios Kyrtzidis · 14 years ago
  95. edadecc Fix a bug in loading macro records. Fixes yet another crash in libclang. by Sebastian Redl · 14 years ago
  96. 4a9eb26 Fix a use of an invalidated reference due to a hash map reallocating. by Sebastian Redl · 14 years ago
  97. b57a624 When chaining PCHs, only write PPRecords that don't come from PCH, and give them the correct IDs. Fixes a crash in XCode. by Sebastian Redl · 14 years ago
  98. 76dc889 When setting the globally-visible declarations for a particular by Douglas Gregor · 14 years ago
  99. 8db9fae Change source manager serialization to be less tied to the PCH model. by Sebastian Redl · 14 years ago
  100. 4ee5a6f Only preload SLocEntries after the entire PCH chain was loaded. by Sebastian Redl · 14 years ago