1. 536bab4 Get FunctionDecl to recurse on FunctionTypeLoc rather than by Craig Silverstein · 14 years ago
  2. 9a632ea Fix handling of property and ivar lookup in typo correction; the two by Douglas Gregor · 14 years ago
  3. cae5095 Add a __has_attribute macro that works much like __has_feature and __has_builtin. by Anders Carlsson · 14 years ago
  4. 3eedbb0 Introduce a simple cache for unqualified typo corrections, so that we by Douglas Gregor · 14 years ago
  5. 9714a23 Really^2 fix <rdar://problem/8361834>, this time without crashing. by Ted Kremenek · 14 years ago
  6. af8fa25 Simplify lifetime management of MacroInfo objects in Preprocessor by having the Preprocessor maintain them in a linked by Ted Kremenek · 14 years ago
  7. 35043e5 MSVC space optimization. by John McCall · 14 years ago
  8. 77be2b4 Petty space optimizations in ElaboratedType and DependentNameType. by John McCall · 14 years ago
  9. 9a34edb Redirect templated friend class decls to a new Sema callback and by John McCall · 14 years ago
  10. 8ec904c Tweak code-completion result priorities, so that exact and similar by Douglas Gregor · 14 years ago
  11. 25b26eb Driver: Reject -fasm-blocks except on X86 (where we just ignore it, since by Daniel Dunbar · 14 years ago
  12. fcec10b Driver/IA: Accept and ignore -force_cpusubtype_ALL, as in 'clang -c by Daniel Dunbar · 14 years ago
  13. 4eb9fc0 Read/write declaration attributes from/to PCH properly. Embed them in the declaration block instead of trying to create another block. by Argyrios Kyrtzidis · 14 years ago
  14. 693d467 Implement the first half of [dcl.attr.override]p6. by Anders Carlsson · 14 years ago
  15. 842e7a2 Microsoft enum extensions. 2 things will change on -fms-extensions: by Francois Pichet · 14 years ago
  16. 6f2d1b1 Add iteration over the preprocessor conditional stack to PreprocessorLexer by Douglas Gregor · 14 years ago
  17. cf1123b Add declarations nested in a linkage specification to the output of by Douglas Gregor · 14 years ago
  18. 237cf58 Fix Whitespace. by Michael J. Spencer · 14 years ago
  19. 4d09e84 Implement [dcl.attr.override]p2 and add tests for p1 and p2. by Anders Carlsson · 14 years ago
  20. 6102ca1 White-listing templated-scope friend decls is a good idea, but doing it by John McCall · 14 years ago
  21. 06205ca Driver: Error on -fno-for-scope, which we have no intention of supporting. by Daniel Dunbar · 14 years ago
  22. bdb5b0e bool bit fields are causing problems with MSVC. Replace them with unsigned bit fields. by Francois Pichet · 14 years ago
  23. 2a8fe33 Again, add '-include-pch' option to the driver, so it can get passed to the cc1 driver. by Argyrios Kyrtzidis · 14 years ago
  24. 63d907b Revert r116605, a lot more were committed by mistake. by Argyrios Kyrtzidis · 14 years ago
  25. 721f38c Add '-include-pch' option to the driver, so it can get passed to the cc1 driver. by Argyrios Kyrtzidis · 14 years ago
  26. c44d91c Eradicate IsSuper field from ObjCImplicitSetterGetterRefExprClass by Fariborz Jahanian · 14 years ago
  27. be57012 TBAA = Type Based Alias Analysis by Devang Patel · 14 years ago
  28. 4045107 Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and QualifierInfos (rdar://8513756). by Argyrios Kyrtzidis · 14 years ago
  29. 83889a7 Add clang_getLocationForOffset() to libclang, for gives a source location from a character index into a file. by David Chisnall · 14 years ago
  30. a6e937c Diagnose C++ [class.mem]p13-14, where a class member has the same name by Douglas Gregor · 14 years ago
  31. 84a8e0a Recurse on a TypeLoc rather than a Type for TypedefDecl, now that the by Craig Silverstein · 14 years ago
  32. b6bbcc9 Death to blocks, or at least the word "block" in one particular obnoxiously by John McCall · 14 years ago
  33. 4d5625e Wire up the -fstrict-aliasing and -fno-strict-aliasing options by Dan Gohman · 14 years ago
  34. 95f4292 When performing typo correction, look through the set of known by Douglas Gregor · 14 years ago
  35. b870b88 At Fariborz's request, a somewhat cleaner bit-combining hack. by John McCall · 14 years ago
  36. 0f96abb Fix compiler error that clang didn't report (probably same problem as rdar://8552377). by Argyrios Kyrtzidis · 14 years ago
  37. 36d2fd4 Store in PCH the key function of C++ class to avoid deserializing the complete declaration context in order to compute it. by Argyrios Kyrtzidis · 14 years ago
  38. eb5e998 Allow deserialization of just the fields of a record, when we want to iterate over them, by Argyrios Kyrtzidis · 14 years ago
  39. 336d43a Give a default implementation for ASTDeserializationListener's methods, no functionality change. by Argyrios Kyrtzidis · 14 years ago
  40. 3e78593 Introduce command line option -error-on-deserialized-decl that is accompanied by a name by Argyrios Kyrtzidis · 14 years ago
  41. b972858 Introduce command line option -dump-deserialized-decls which is used to print the PCH decls that got deserialized, for testing purposes. by Argyrios Kyrtzidis · 14 years ago
  42. 8ac2d44 Eliminate usage of ObjCSuperExpr used for by Fariborz Jahanian · 14 years ago
  43. 71c3673 Compress bit fields / enums from ReferenceType, BuiltinType, FunctionType, and by John McCall · 14 years ago
  44. a6c1e3a Diagnose when a 'static' member function overrides a virtual function by Douglas Gregor · 14 years ago
  45. 922fff2 Generalize the checking for qualification of (non-friend) class by Douglas Gregor · 14 years ago
  46. 6b0656a Eliminate the use of ObjCSuperExpr in code completion. by Douglas Gregor · 14 years ago
  47. 43c0a4c Update Type::BitsRemainingInType by Douglas Gregor · 14 years ago
  48. 3a43d8d _Bool is not a keyword in C++. Fixes PR7388 and PR8349. by Douglas Gregor · 14 years ago
  49. 171dcdb Place conversion warnings for non-type template arguments under the by Douglas Gregor · 14 years ago
  50. db4d4bb Introduce a bit into Type that keeps track of whether there are any by Douglas Gregor · 14 years ago
  51. b535041 Fix a silly bug in the suppression of non-error diagnostics in a by Douglas Gregor · 14 years ago
  52. 35495eb Compute whether a type is variably modified as we build the type, by Douglas Gregor · 14 years ago
  53. 29ae6e5 Support friend function declarations in local classes correctly. by John McCall · 14 years ago
  54. 9b62363 Introduce support for emitting diagnostics (warnings + their notes) by Douglas Gregor · 14 years ago
  55. 8cfb7a3 If we end up instantiating a function parameter whose default argument by Douglas Gregor · 14 years ago
  56. d54eb44 Parse default arguments within member functions in source order, from by Douglas Gregor · 14 years ago
  57. 12e9c6d fix the definition of __builtin_constant_p, the first arg isn't a short. by Chris Lattner · 14 years ago
  58. 2cd11fe Progress. by John McCall · 14 years ago
  59. 4cd912a When we load an ASTUnit from command-line arguments, hold on to the by Douglas Gregor · 14 years ago
  60. 2a984ca Add some infrastructure for dealing with expressions of 'placeholder' type, by John McCall · 14 years ago
  61. 362ed70 Driver/Darwin: Remove a useless warning about missing runtime libraries. These by Daniel Dunbar · 14 years ago
  62. a9f4f62 Eliminate the (de-)serialization of code completion results, now that by Douglas Gregor · 14 years ago
  63. d3ab63e Eliminate -fdiagnostics-binary and all of the infrastructure for by Douglas Gregor · 14 years ago
  64. e0cc52e Eliminate clang_codeComplete(). libclang clients should be using the by Douglas Gregor · 14 years ago
  65. 32be4a5 Switch c-index-test from clang_codeComplete() over to by Douglas Gregor · 14 years ago
  66. b10daed Eliminate clang_setUseExternalASTGeneration() from libclang. Between by Douglas Gregor · 14 years ago
  67. 334d47e Add parsing support for Microsoft attributes. MS attributes will just be skipped and not inserted into the AST for now. by Francois Pichet · 14 years ago
  68. b241946 Add 2 Microsoft compiler intrinsics that don't require prototypes: by Francois Pichet · 14 years ago
  69. 9d520c5 Declare argv parameters as const char* const* instead of to char** to clarify that they are not modified, and to allow for string literals as arguments. by Axel Naumann · 14 years ago
  70. 7d0c4cc Tighten up constness of argv parameters to allow for string literals as argumants and to reflect actual (non-modifying) use. by Axel Naumann · 14 years ago
  71. 16c5dea fix PR8217, a silent miscompilation of invalid code. by Chris Lattner · 14 years ago
  72. ce2d186 Don't rely on a StringRef being null-terminated (it's not) for deprecation messages. by Benjamin Kramer · 14 years ago
  73. 83a1c5c Fixed __builtin_constant_p return type. by Abramo Bagnara · 14 years ago
  74. 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago
  75. a6eb5f8 When we encounter a '==' in a context expecting a '=', assume the user made a typo: by Argyrios Kyrtzidis · 14 years ago
  76. b4eb64d Track the location of the context requiring an implicit conversion and use it by John McCall · 14 years ago
  77. 9a2b9d7 Implement -fshort-enums (rdar://8490496). by Argyrios Kyrtzidis · 14 years ago
  78. c784dc1 Patch for adding message to unavailable attribute. by Fariborz Jahanian · 14 years ago
  79. c4b35cf Add message to attribute(deprecated). by Fariborz Jahanian · 14 years ago
  80. a075076 Reject the allocation of variably-modified types in C++ 'new' by Douglas Gregor · 14 years ago
  81. 229ca4a _inline is an alias for inline in MSVC. by Francois Pichet · 14 years ago
  82. a0f15b0 Add support for 4-byte UCNs like \U12345678. Warn about UCNs in c90 mode. by Nico Weber · 14 years ago
  83. 372e103 Provide a slightly specialized diagnostic for tautological comparisons by John McCall · 14 years ago
  84. 3ff83dd Use a more conventional/efficient implementation for isEnumeralType() by John McCall · 14 years ago
  85. 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
  86. c363273 Thread PerFileData through the ASTReader again, this time with the LLVM changes. by Sebastian Redl · 14 years ago
  87. 4a1bb8c Register the __builtin_va_list_type node when we parse it, rather than by Douglas Gregor · 14 years ago
  88. 7c625d8 Added support for base and member destructors in destructor. by Marcin Swiderski · 14 years ago
  89. 82bc3fd Added support for C++ initializers in CFG. by Marcin Swiderski · 14 years ago
  90. 374677c Change to match 115473. by Chris Lattner · 14 years ago
  91. 358559d Introduce a new libclang function, clang_getCursorDisplayName(), which by Douglas Gregor · 14 years ago
  92. 6999339 the mmx intrinsic for pshufw should map to the IR intrinsic, not by Chris Lattner · 14 years ago
  93. 5e9888c When we insert a category (or class extension) into an interface, mark by Douglas Gregor · 14 years ago
  94. 77424bc Implement chained PCH support for the macro definitions stored within by Douglas Gregor · 14 years ago
  95. 42499be Use ParseObjCSelectorPiece for parsing getter and setter names in @property declarations. Fixes PR8169. by Anders Carlsson · 14 years ago
  96. 57a4087 kill off CheckX86BuiltinFunctionCall by Chris Lattner · 14 years ago
  97. b803c66 move imperative code to declarative definitions. by Chris Lattner · 14 years ago
  98. 14e0e74 enhance ASTContext::GetBuiltinType to return a bitmask indicating which arguments by Chris Lattner · 14 years ago
  99. c71d8eb Better diagnostic for superfluous scope specifier inside a class definition for member functions. + Fixit. by Francois Pichet · 14 years ago
  100. b1a7d9a Revert r115336 ("Thread PerFileData through everything."), because by Douglas Gregor · 14 years ago