1. 2bb5dda More work toward implementing NeXt's -fno-constant-cfstrings - wip. by Fariborz Jahanian · 14 years ago
  2. 4c9d8d0 Check for -fno-constant-cfstrings consistency in pch. by Fariborz Jahanian · 14 years ago
  3. eb5d7b7 Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not by Chandler Carruth · 14 years ago
  4. 9f692a0 On Windows, disable the modification-time check for files used in by Douglas Gregor · 14 years ago
  5. 719770d Make code-completion for Objective-C message sends to "id" work in the by Douglas Gregor · 14 years ago
  6. a0a270c Match MemoryBuffer API changes. by Chris Lattner · 14 years ago
  7. 4714c12 Rename TypenameType to DependentNameType in anticipation of some by Douglas Gregor · 14 years ago
  8. 425ef72 Remember the regparm attribute in FunctionType::ExtInfo. Fixes PR3782. by Rafael Espindola · 14 years ago
  9. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 14 years ago
  10. 2d52be5 Keep track of the size/modification time of each file source-location by Douglas Gregor · 15 years ago
  11. c6fbbed Remove the capture, serialization, and deserialization of comment by Douglas Gregor · 15 years ago
  12. 6a5a23f Implement serialization and lazy deserialization of the preprocessing by Douglas Gregor · 15 years ago
  13. 1857f62 Add bounds check in PCHReader. when reading source file entry record by Ted Kremenek · 15 years ago
  14. d5d7b3f Turn several PCH reader assertions into compiler errors, thus making by Ted Kremenek · 15 years ago
  15. 12fab31 Fix header-search problems with precompiled headers, where the by Douglas Gregor · 15 years ago
  16. 811f426 Add IdentifierTable::get() overload and start using it by Kovarththanan Rajaratnam · 15 years ago
  17. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
  18. 6b82f64 Undefine correct macro by Kovarththanan Rajaratnam · 15 years ago
  19. 974be4d Fix bug I introduced with assinging a temporary to a StringRef. by Ted Kremenek · 15 years ago
  20. e6bbc01 Implementing unused function warning. by Tanya Lattner · 15 years ago
  21. 298ed87 Allocate 'ObjCMethodList' objects (owned by Sema) using Sema's BumpPtrAllocator. Previously they were not getting freed. Fixes <rdar://problem/7635663>. by Ted Kremenek · 15 years ago
  22. 7348288 clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing. by Daniel Dunbar · 15 years ago
  23. 412e798 Implement synthesizing properties by default. by Fariborz Jahanian · 15 years ago
  24. 82287d1 First stage of adding AltiVec support by John Thompson · 15 years ago
  25. e9d12b6 Add VarDecl::isThisDeclarationADefinition(), which properly encapsulates the logic for when a variable declaration is a (possibly tentativ) definition. Add a few functions building on this, and shift C tentative definition handling over to this new functionality. This shift also kills the Sema::TentativeDefinitions map and instead simply stores all declarations in the renamed list. The correct handling for multiple tentative definitions is instead shifted to the final walk of the list. by Sebastian Redl · 15 years ago
  26. f7a96a3 (1) Rename getClangSubversionRevision() to getClangRevision(), and by Ted Kremenek · 15 years ago
  27. 5b4ec63 Rename pch::SVN_BRANCH_REVISION to pch::VERSION_CONTROL_BRANCH_REVISION. by Ted Kremenek · 15 years ago
  28. 517e676 Rename getClangSubversionPath() -> getClangRepositoryPath() and have it return a StringRef. by Ted Kremenek · 15 years ago
  29. ddf889a Improve source-location information for builtin TypeLocs, from Enea by Douglas Gregor · 15 years ago
  30. ab8bbf4 Encoding calling conventions in the type system, from Charles Davis! by Douglas Gregor · 15 years ago
  31. cfb708c Add type source information for both kinds of typeof types. by John McCall · 15 years ago
  32. 88a3586 Teach Preprocessor::macro_begin/macro_end to lazily load all macro by Douglas Gregor · 15 years ago
  33. f5f7d86 Get rid of FixedWidthIntType, as suggested by Chris and Eli. by Anders Carlsson · 15 years ago
  34. 9123666 Serialize the NoReturn bit on FunctionTypes for precompiled headers by Douglas Gregor · 15 years ago
  35. 9f61aa9 Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave by Jeffrey Yasskin · 15 years ago
  36. 9c276ae Implement runtime checks for undefined behavior. WIP. by Mike Stump · 15 years ago
  37. a93c934 DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables, by John McCall · 15 years ago
  38. ed97649 Fix "using typename" and the instantiation of non-dependent using declarations. by John McCall · 15 years ago
  39. 93ebb1b Switch PCHReader::getOriginalSourceFile to use proper diagnostics. by Daniel Dunbar · 15 years ago
  40. 3e518bd Add DeclarationName support for C++0x operator literals. They should now work as by Sean Hunt · 15 years ago
  41. bd21828 Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. by Benjamin Kramer · 15 years ago
  42. 369a3bd Allow user re-definition of SEL as well as accessing its fields. by Fariborz Jahanian · 15 years ago
  43. 13dcd00 This patch implements objective-c's 'SEL' type as a built-in by Fariborz Jahanian · 15 years ago
  44. d5b2197 Use llvm::sys::Path to check isAbsolute, instead of hard coding. Also, remove random FIXME (?). by Daniel Dunbar · 15 years ago
  45. e675049 Remove local splitLines reimplementation. by Daniel Dunbar · 15 years ago
  46. c716293 Tweak PCH -include handling to make sure it matches the name as would be present by Daniel Dunbar · 15 years ago
  47. 7b5a121 Redo how PCH handles its implicit include. Instead of treating this specially in by Daniel Dunbar · 15 years ago
  48. 4d5936a More StringRef simplification to PCHValidator::ReadPredefinesBuffer. by Daniel Dunbar · 15 years ago
  49. 10014aa Rewrite splitLines using StringRef; this is much simpler, and also now avoids by Daniel Dunbar · 15 years ago
  50. 788cd06 Introduce a new representation for template template by Douglas Gregor · 15 years ago
  51. dc3c0d2 StringRefify some PCH interfaces. by Daniel Dunbar · 15 years ago
  52. 4fda42e Replace startsWith functions with StringRef. by Daniel Dunbar · 15 years ago
  53. 731ad8f Switch to getFileOrSTDIN(). by Daniel Dunbar · 15 years ago
  54. a6fda12 Adding -fshort-wchar option. by John Thompson · 15 years ago
  55. 833ca99 Track source information for template arguments and template specialization by John McCall · 15 years ago
  56. 231bc0b Add comment. by Ted Kremenek · 15 years ago
  57. ff1ea46 Fix integer overflow in PCHReader when reading the length of an by Ted Kremenek · 15 years ago
  58. 86acc2a FunctionTypeLocs don't necessarily provide ParmVarDecls, so don't crash if by John McCall · 15 years ago
  59. 54e14c4 When building types from declarators, instead of building two types (one for by John McCall · 15 years ago
  60. 083c25e Extend out the block descriptor structure for debug information with by Mike Stump · 15 years ago
  61. adaaad3 Refine the type of the first parameter to block invoke functions. by Mike Stump · 15 years ago
  62. e013d68 Move clients to use IdentifierInfo::getNameStart() instead of getName() by Daniel Dunbar · 15 years ago
  63. 49a832b When performing template-substitution into a type, don't just replace the by John McCall · 15 years ago
  64. 51bd803 Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize by John McCall · 15 years ago
  65. 2596e42 Switch to llvm::HashString. by Daniel Dunbar · 15 years ago
  66. 61d60ee Merge the "types" and "declarations" blocks in the precompiled header by Douglas Gregor · 15 years ago
  67. a1ee0c5 Factor out routines to encode/decode DeclaratorInfos and move them into the by John McCall · 15 years ago
  68. 52e7108 Add support for a chain of stat caches in the FileManager, rather than by Douglas Gregor · 15 years ago
  69. 46a617a Remove the ConstantArrayType subtypes. This information is preserved in the by John McCall · 15 years ago
  70. 445e23e Encode the Clang branch and Subversion revision into a PCH file, and by Douglas Gregor · 15 years ago
  71. 24fab41 Introduce ObjCProtocolListType type subclass. by Argyrios Kyrtzidis · 15 years ago
  72. 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
  73. f3c740e Allow PCH files to be read from stdin. by Daniel Dunbar · 15 years ago
  74. 183700f Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 15 years ago
  75. ab8e281 Add missing PCH support for -fstack-protector. by Daniel Dunbar · 15 years ago
  76. 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
  77. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  78. 63d65f8 Fix PR4922, where Sema would complete tentative definitions in nondeterminstic by Chris Lattner · 15 years ago
  79. 7da2431 Basic support for representing elaborated type specifiers by John McCall · 15 years ago
  80. 972d954 Save/load POSIXThreads flag for PCH by Douglas Gregor · 15 years ago
  81. 5345c39 Add basic support for -pthread. by Daniel Dunbar · 15 years ago
  82. 1752ee4 Switch TargetInfo to store an llvm::Triple. by Daniel Dunbar · 15 years ago
  83. 92f5822 Add a -fno-elide-constructors option to clang-cc. by Anders Carlsson · 15 years ago
  84. d1571ac Make the new Objective-C "id" and "Class" redefinition types special by Douglas Gregor · 15 years ago
  85. 50d62d1 Introduce the canonical type smart pointers, and use them in a few places to by Douglas Gregor · 15 years ago
  86. 6217b80 Change uses of: by Ted Kremenek · 15 years ago
  87. 782fa30 Make longjmp a real builtin. by Mike Stump · 15 years ago
  88. 1cb35dd Remove the ObjCCategoryImpls vector from Sema class. by Argyrios Kyrtzidis · 15 years ago
  89. c15cb2a Remove ObjCQualifiedInterfaceType:-) by Steve Naroff · 15 years ago
  90. 0899621 Fix a comment. by Zhongxing Xu · 15 years ago
  91. 35366a6 Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods by Ted Kremenek · 15 years ago
  92. 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
  93. 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
  94. f5c209d Basic support for C++0x unicode types. Support for literals will follow in an incremental patch by Alisdair Meredith · 15 years ago
  95. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  96. c29f77b Make ASTContext explicitly keep track of the declaration for the C by Douglas Gregor · 15 years ago
  97. e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
  98. d89275b Fix PR 4489, a crash in PCH loading that occurs when loading the name by Douglas Gregor · 15 years ago
  99. 7e7eb3d Keep track of the Expr used to describe the size of an array type, by Douglas Gregor · 15 years ago
  100. 2e22253 Add support for retrieving the Doxygen comment associated with a given by Douglas Gregor · 15 years ago