1. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 14 years ago
  2. 2d52be5 Keep track of the size/modification time of each file source-location by Douglas Gregor · 14 years ago
  3. c6fbbed Remove the capture, serialization, and deserialization of comment by Douglas Gregor · 14 years ago
  4. 6a5a23f Implement serialization and lazy deserialization of the preprocessing by Douglas Gregor · 14 years ago
  5. 12fab31 Fix header-search problems with precompiled headers, where the by Douglas Gregor · 14 years ago
  6. 36c35ba Use SourceManager's Diagnostic object for all file-reading errors, by Douglas Gregor · 14 years ago
  7. aba54a9 Path related cleanup. Remove unnecessary variables. by Kovarththanan Rajaratnam · 14 years ago
  8. 11a18f1 Use makeAbsolute() by Kovarththanan Rajaratnam · 14 years ago
  9. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 14 years ago
  10. 11e8ce7 Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. by Rafael Espindola · 15 years ago
  11. 47e6990 Sort cases. by Ted Kremenek · 15 years ago
  12. 31c780d Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to by Ted Kremenek · 15 years ago
  13. efbddd2 Add IBAction attribute to keep the IBOutlet attribute company. by Ted Kremenek · 15 years ago
  14. e6bbc01 Implementing unused function warning. by Tanya Lattner · 15 years ago
  15. 7348288 clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing. by Daniel Dunbar · 15 years ago
  16. 412e798 Implement synthesizing properties by default. by Fariborz Jahanian · 15 years ago
  17. eb7f961 Roll r95513 back in. by Sam Weinig · 15 years ago
  18. a8ad5d4 Roll out r95513, it seems to have broken self hosting. by Sam Weinig · 15 years ago
  19. 1eb1113 Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr. by Sam Weinig · 15 years ago
  20. 82287d1 First stage of adding AltiVec support by John Thompson · 15 years ago
  21. 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
  22. f7a96a3 (1) Rename getClangSubversionRevision() to getClangRevision(), and by Ted Kremenek · 15 years ago
  23. 5b4ec63 Rename pch::SVN_BRANCH_REVISION to pch::VERSION_CONTROL_BRANCH_REVISION. by Ted Kremenek · 15 years ago
  24. 517e676 Rename getClangSubversionPath() -> getClangRepositoryPath() and have it return a StringRef. by Ted Kremenek · 15 years ago
  25. b716633 Use the llvm coding convention for indentation for switch. by Mike Stump · 15 years ago
  26. ddf889a Improve source-location information for builtin TypeLocs, from Enea by Douglas Gregor · 15 years ago
  27. ab8bbf4 Encoding calling conventions in the type system, from Charles Davis! by Douglas Gregor · 15 years ago
  28. cfb708c Add type source information for both kinds of typeof types. by John McCall · 15 years ago
  29. 82d0a41 Generalize target weirdness handling having proper layering in mind: by Anton Korobeynikov · 15 years ago
  30. 88a3586 Teach Preprocessor::macro_begin/macro_end to lazily load all macro by Douglas Gregor · 15 years ago
  31. f5f7d86 Get rid of FixedWidthIntType, as suggested by Chris and Eli. by Anders Carlsson · 15 years ago
  32. 9123666 Serialize the NoReturn bit on FunctionTypes for precompiled headers by Douglas Gregor · 15 years ago
  33. b0b8438 Fix a few MSVC warnings. by Daniel Dunbar · 15 years ago
  34. 9c276ae Implement runtime checks for undefined behavior. WIP. by Mike Stump · 15 years ago
  35. a93c934 DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables, by John McCall · 15 years ago
  36. ed97649 Fix "using typename" and the instantiation of non-dependent using declarations. by John McCall · 15 years ago
  37. 3e518bd Add DeclarationName support for C++0x operator literals. They should now work as by Sean Hunt · 15 years ago
  38. bd21828 Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. by Benjamin Kramer · 15 years ago
  39. 369a3bd Allow user re-definition of SEL as well as accessing its fields. by Fariborz Jahanian · 15 years ago
  40. 7725e67 Parse C++ member check attributes - base_check, hiding, and override. by Sean Hunt · 15 years ago
  41. 13dcd00 This patch implements objective-c's 'SEL' type as a built-in by Fariborz Jahanian · 15 years ago
  42. bbd37c6 Added rudimentary C++0x attribute support. by Sean Hunt · 15 years ago
  43. a4923eb First part of changes to eliminate problems with cv-qualifiers and by Douglas Gregor · 15 years ago
  44. 788cd06 Introduce a new representation for template template by Douglas Gregor · 15 years ago
  45. 8f4c59e Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen by Eli Friedman · 15 years ago
  46. a6fda12 Adding -fshort-wchar option. by John Thompson · 15 years ago
  47. 833ca99 Track source information for template arguments and template specialization by John McCall · 15 years ago
  48. 58e4677 Remove OriginalTypeParmDecl; the original type is the one specified by John McCall · 15 years ago
  49. 54e14c4 When building types from declarators, instead of building two types (one for by John McCall · 15 years ago
  50. 083c25e Extend out the block descriptor structure for debug information with by Mike Stump · 15 years ago
  51. adaaad3 Refine the type of the first parameter to block invoke functions. by Mike Stump · 15 years ago
  52. e013d68 Move clients to use IdentifierInfo::getNameStart() instead of getName() by Daniel Dunbar · 15 years ago
  53. 49a832b When performing template-substitution into a type, don't just replace the by John McCall · 15 years ago
  54. 51bd803 Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize by John McCall · 15 years ago
  55. 2596e42 Switch to llvm::HashString. by Daniel Dunbar · 15 years ago
  56. 813a97b Write the preprocessor block after we write out types + declarations, by Douglas Gregor · 15 years ago
  57. 61d60ee Merge the "types" and "declarations" blocks in the precompiled header by Douglas Gregor · 15 years ago
  58. bdfe48a While writing source-location entries to a PCH file, go through an by Douglas Gregor · 15 years ago
  59. a1ee0c5 Factor out routines to encode/decode DeclaratorInfos and move them into the by John McCall · 15 years ago
  60. 46a617a Remove the ConstantArrayType subtypes. This information is preserved in the by John McCall · 15 years ago
  61. 445e23e Encode the Clang branch and Subversion revision into a PCH file, and by Douglas Gregor · 15 years ago
  62. 24fab41 Introduce ObjCProtocolListType type subclass. by Argyrios Kyrtzidis · 15 years ago
  63. 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
  64. ab8e281 Add missing PCH support for -fstack-protector. by Daniel Dunbar · 15 years ago
  65. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  66. 63d65f8 Fix PR4922, where Sema would complete tentative definitions in nondeterminstic by Chris Lattner · 15 years ago
  67. 7da2431 Basic support for representing elaborated type specifiers by John McCall · 15 years ago
  68. 972d954 Save/load POSIXThreads flag for PCH by Douglas Gregor · 15 years ago
  69. 1feade8 Regularize the case and sort. by Mike Stump · 15 years ago
  70. ec312a1 Switch to StringRef based BitstreamWriter APIs, where appropriate. by Daniel Dunbar · 15 years ago
  71. 1752ee4 Switch TargetInfo to store an llvm::Triple. by Daniel Dunbar · 15 years ago
  72. d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
  73. 92f5822 Add a -fno-elide-constructors option to clang-cc. by Anders Carlsson · 15 years ago
  74. d1571ac Make the new Objective-C "id" and "Class" redefinition types special by Douglas Gregor · 15 years ago
  75. 76168e2 map previously ignored __attribute((malloc)) to noalias attribute of llvm function's return by Ryan Flynn · 15 years ago
  76. a860e75 Introduce a new PragmaPack attribute, and use it for #pragma pack. The PackedAttr now only represents __attribute__((packed)). by Anders Carlsson · 15 years ago
  77. 782fa30 Make longjmp a real builtin. by Mike Stump · 15 years ago
  78. 1cb35dd Remove the ObjCCategoryImpls vector from Sema class. by Argyrios Kyrtzidis · 15 years ago
  79. c15cb2a Remove ObjCQualifiedInterfaceType:-) by Steve Naroff · 15 years ago
  80. 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
  81. f5c209d Basic support for C++0x unicode types. Support for literals will follow in an incremental patch by Alisdair Meredith · 15 years ago
  82. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  83. c29f77b Make ASTContext explicitly keep track of the declaration for the C by Douglas Gregor · 15 years ago
  84. e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
  85. 7e7eb3d Keep track of the Expr used to describe the size of an array type, by Douglas Gregor · 15 years ago
  86. 2e22253 Add support for retrieving the Doxygen comment associated with a given by Douglas Gregor · 15 years ago
  87. 17945a0 De-ASTContext-ify DeclContext. by Argyrios Kyrtzidis · 15 years ago
  88. e89d159 Implement enough of the 'auto' keyword so we can claim to support N2546. by Anders Carlsson · 15 years ago
  89. 6f3d838 OpenCL 1.0 support: attributes by Nate Begeman · 15 years ago
  90. b9e7e63 Write/Read new Language Options by Nate Begeman · 15 years ago
  91. 395b475 Add a DecltypeType type. by Anders Carlsson · 15 years ago
  92. d1b3c2d First step toward fixing <rdar://problem/6613046> refactor clang objc type representation. by Steve Naroff · 15 years ago
  93. 15b9176 Move CharIsSigned from TargetInfo to LangOptions. by Eli Friedman · 15 years ago
  94. 51e774d emit ORIGINAL_FILE_NAME record ID to blockinfo block. by Zhongxing Xu · 15 years ago
  95. 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
  96. 446ee4e Convert ObjC qualified type clients over to using iterators. by Steve Naroff · 15 years ago
  97. 3d8216a Pull EmitRecord() out of loop. It should be called only once. by Zhongxing Xu · 15 years ago
  98. 5b16092 implementation of format_arg for ObjC methods/functions. Still more to do. by Fariborz Jahanian · 15 years ago
  99. 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
  100. 5b53005 Some early declarations to support sentinel attribute on by Fariborz Jahanian · 15 years ago