1. 007a9b1 Add helper for extracting the CXXRecordDecl for the implicit argument to by Chandler Carruth · 14 years ago
  2. 90d9081 Add support for code completion on stdin. by Dan Gohman · 14 years ago
  3. 0d06e99 getOrCreateContentCache never returns null, so overrideFileContents by Dan Gohman · 14 years ago
  4. 8e6285a Optimize field space usage in CompoundStmt, LabelStmt, Expr, and CastExpr. by John McCall · 14 years ago
  5. 3fa5cae No really, we don't have a retain/release system for statements/expressions by John McCall · 14 years ago
  6. ac65c62 A couple of tweaks to the visibility rules: by John McCall · 14 years ago
  7. 1235b0e Pending further discussion, re-enable warnings for Objective C by John McCall · 14 years ago
  8. e946fc8 Patch for mis-compile of statement expressions with by Fariborz Jahanian · 14 years ago
  9. 428edaf Improve the tracking of source locations for parentheses in constructor calls. by Chandler Carruth · 14 years ago
  10. 4846675 Implement GNU C extension: two types are compatible if they appear by Peter Collingbourne · 14 years ago
  11. b6cc0e1 Keep track in chained PCH of implicit members that were added after the definition was completed. by Argyrios Kyrtzidis · 14 years ago
  12. 565bf30 Start fleshing out ASTMutationListener; notify when a tag definition is completed. by Argyrios Kyrtzidis · 14 years ago
  13. ba901b5 Introduce a DeclsToRewrite field in ASTWrite, used for collecting the decls that will be replaced in the chained PCH. by Argyrios Kyrtzidis · 14 years ago
  14. aacdd02 Some method renaming, no functionality change. by Argyrios Kyrtzidis · 14 years ago
  15. 89eaf3a Refactoring. by Argyrios Kyrtzidis · 14 years ago
  16. 7b90340 Put the mechanism in place to track modifications in an AST entity that were committed after by Argyrios Kyrtzidis · 14 years ago
  17. 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
  18. 951455d Fix tyop. by Anders Carlsson · 14 years ago
  19. cd1af3d Move the "used but marked unused" warning behind a special warning flag for now. by Anders Carlsson · 14 years ago
  20. 2127ecc Warn if a variable marked with the "unused" attribute is used. Patch by Darin Adler! by Anders Carlsson · 14 years ago
  21. 5b629aa Parse attributes on enumerators and instantiate attributes on enum decls. by John McCall · 14 years ago
  22. f50595d Fix a horrible bug in all dataflow analyses that use CFGRecStmtVisitor (including live variables analysis). by Ted Kremenek · 14 years ago
  23. cee5501 Change handling of inline asm 'p' constraint to match llvm-gcc. by Dale Johannesen · 14 years ago
  24. 1fb0caa Substantially revise how clang computes the visibility of a declaration to by John McCall · 14 years ago
  25. dd8c10f When we perform name lookup for a template, we may end up finding an by Douglas Gregor · 14 years ago
  26. 9bd1d8d Teach the C++ simple-type-specifier parser and tentative parses about by Douglas Gregor · 14 years ago
  27. 788f489 Tweak diagnostics for redeclaration of a @property in a class extension where the redelcaration and original by Ted Kremenek · 14 years ago
  28. 369ea27 Diagnose the declaration of template template parameters that by Douglas Gregor · 14 years ago
  29. 0bab54c Always treat 'main' as an extern "C" function, so that we detect by Douglas Gregor · 14 years ago
  30. dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
  31. 20249a1 Fix Whitespace. by Michael J. Spencer · 14 years ago
  32. b41d899 Pass TInfo to CXXDestructorDecl::Create(), just like we do for other by Craig Silverstein · 14 years ago
  33. f093350 Remove obsolete GRAuditor and GRSimpleAPICheck, which have been completely subsumed by the Checker interface. by Ted Kremenek · 14 years ago
  34. ecdcb88 Extend the preprocessing record and libclang with support for by Douglas Gregor · 14 years ago
  35. 536bab4 Get FunctionDecl to recurse on FunctionTypeLoc rather than by Craig Silverstein · 14 years ago
  36. 9a632ea Fix handling of property and ivar lookup in typo correction; the two by Douglas Gregor · 14 years ago
  37. cae5095 Add a __has_attribute macro that works much like __has_feature and __has_builtin. by Anders Carlsson · 14 years ago
  38. 3eedbb0 Introduce a simple cache for unqualified typo corrections, so that we by Douglas Gregor · 14 years ago
  39. 9714a23 Really^2 fix <rdar://problem/8361834>, this time without crashing. by Ted Kremenek · 14 years ago
  40. af8fa25 Simplify lifetime management of MacroInfo objects in Preprocessor by having the Preprocessor maintain them in a linked by Ted Kremenek · 14 years ago
  41. 35043e5 MSVC space optimization. by John McCall · 14 years ago
  42. 77be2b4 Petty space optimizations in ElaboratedType and DependentNameType. by John McCall · 14 years ago
  43. 9a34edb Redirect templated friend class decls to a new Sema callback and by John McCall · 14 years ago
  44. 8ec904c Tweak code-completion result priorities, so that exact and similar by Douglas Gregor · 14 years ago
  45. 25b26eb Driver: Reject -fasm-blocks except on X86 (where we just ignore it, since by Daniel Dunbar · 14 years ago
  46. fcec10b Driver/IA: Accept and ignore -force_cpusubtype_ALL, as in 'clang -c by Daniel Dunbar · 14 years ago
  47. 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
  48. 693d467 Implement the first half of [dcl.attr.override]p6. by Anders Carlsson · 14 years ago
  49. 842e7a2 Microsoft enum extensions. 2 things will change on -fms-extensions: by Francois Pichet · 14 years ago
  50. 6f2d1b1 Add iteration over the preprocessor conditional stack to PreprocessorLexer by Douglas Gregor · 14 years ago
  51. cf1123b Add declarations nested in a linkage specification to the output of by Douglas Gregor · 14 years ago
  52. 237cf58 Fix Whitespace. by Michael J. Spencer · 14 years ago
  53. 4d09e84 Implement [dcl.attr.override]p2 and add tests for p1 and p2. by Anders Carlsson · 14 years ago
  54. 6102ca1 White-listing templated-scope friend decls is a good idea, but doing it by John McCall · 14 years ago
  55. 06205ca Driver: Error on -fno-for-scope, which we have no intention of supporting. by Daniel Dunbar · 14 years ago
  56. bdb5b0e bool bit fields are causing problems with MSVC. Replace them with unsigned bit fields. by Francois Pichet · 14 years ago
  57. 2a8fe33 Again, add '-include-pch' option to the driver, so it can get passed to the cc1 driver. by Argyrios Kyrtzidis · 14 years ago
  58. 63d907b Revert r116605, a lot more were committed by mistake. by Argyrios Kyrtzidis · 14 years ago
  59. 721f38c Add '-include-pch' option to the driver, so it can get passed to the cc1 driver. by Argyrios Kyrtzidis · 14 years ago
  60. c44d91c Eradicate IsSuper field from ObjCImplicitSetterGetterRefExprClass by Fariborz Jahanian · 14 years ago
  61. be57012 TBAA = Type Based Alias Analysis by Devang Patel · 14 years ago
  62. 4045107 Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and QualifierInfos (rdar://8513756). by Argyrios Kyrtzidis · 14 years ago
  63. 83889a7 Add clang_getLocationForOffset() to libclang, for gives a source location from a character index into a file. by David Chisnall · 14 years ago
  64. a6e937c Diagnose C++ [class.mem]p13-14, where a class member has the same name by Douglas Gregor · 14 years ago
  65. 84a8e0a Recurse on a TypeLoc rather than a Type for TypedefDecl, now that the by Craig Silverstein · 14 years ago
  66. b6bbcc9 Death to blocks, or at least the word "block" in one particular obnoxiously by John McCall · 14 years ago
  67. 4d5625e Wire up the -fstrict-aliasing and -fno-strict-aliasing options by Dan Gohman · 14 years ago
  68. 95f4292 When performing typo correction, look through the set of known by Douglas Gregor · 14 years ago
  69. b870b88 At Fariborz's request, a somewhat cleaner bit-combining hack. by John McCall · 14 years ago
  70. 0f96abb Fix compiler error that clang didn't report (probably same problem as rdar://8552377). by Argyrios Kyrtzidis · 14 years ago
  71. 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
  72. eb5e998 Allow deserialization of just the fields of a record, when we want to iterate over them, by Argyrios Kyrtzidis · 14 years ago
  73. 336d43a Give a default implementation for ASTDeserializationListener's methods, no functionality change. by Argyrios Kyrtzidis · 14 years ago
  74. 3e78593 Introduce command line option -error-on-deserialized-decl that is accompanied by a name by Argyrios Kyrtzidis · 14 years ago
  75. 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
  76. 8ac2d44 Eliminate usage of ObjCSuperExpr used for by Fariborz Jahanian · 14 years ago
  77. 71c3673 Compress bit fields / enums from ReferenceType, BuiltinType, FunctionType, and by John McCall · 14 years ago
  78. a6c1e3a Diagnose when a 'static' member function overrides a virtual function by Douglas Gregor · 14 years ago
  79. 922fff2 Generalize the checking for qualification of (non-friend) class by Douglas Gregor · 14 years ago
  80. 6b0656a Eliminate the use of ObjCSuperExpr in code completion. by Douglas Gregor · 14 years ago
  81. 43c0a4c Update Type::BitsRemainingInType by Douglas Gregor · 14 years ago
  82. 3a43d8d _Bool is not a keyword in C++. Fixes PR7388 and PR8349. by Douglas Gregor · 14 years ago
  83. 171dcdb Place conversion warnings for non-type template arguments under the by Douglas Gregor · 14 years ago
  84. db4d4bb Introduce a bit into Type that keeps track of whether there are any by Douglas Gregor · 14 years ago
  85. b535041 Fix a silly bug in the suppression of non-error diagnostics in a by Douglas Gregor · 14 years ago
  86. 35495eb Compute whether a type is variably modified as we build the type, by Douglas Gregor · 14 years ago
  87. 29ae6e5 Support friend function declarations in local classes correctly. by John McCall · 14 years ago
  88. 9b62363 Introduce support for emitting diagnostics (warnings + their notes) by Douglas Gregor · 14 years ago
  89. 8cfb7a3 If we end up instantiating a function parameter whose default argument by Douglas Gregor · 14 years ago
  90. d54eb44 Parse default arguments within member functions in source order, from by Douglas Gregor · 14 years ago
  91. 12e9c6d fix the definition of __builtin_constant_p, the first arg isn't a short. by Chris Lattner · 14 years ago
  92. 2cd11fe Progress. by John McCall · 14 years ago
  93. 4cd912a When we load an ASTUnit from command-line arguments, hold on to the by Douglas Gregor · 14 years ago
  94. 2a984ca Add some infrastructure for dealing with expressions of 'placeholder' type, by John McCall · 14 years ago
  95. 362ed70 Driver/Darwin: Remove a useless warning about missing runtime libraries. These by Daniel Dunbar · 14 years ago
  96. a9f4f62 Eliminate the (de-)serialization of code completion results, now that by Douglas Gregor · 14 years ago
  97. d3ab63e Eliminate -fdiagnostics-binary and all of the infrastructure for by Douglas Gregor · 14 years ago
  98. e0cc52e Eliminate clang_codeComplete(). libclang clients should be using the by Douglas Gregor · 14 years ago
  99. 32be4a5 Switch c-index-test from clang_codeComplete() over to by Douglas Gregor · 14 years ago
  100. b10daed Eliminate clang_setUseExternalASTGeneration() from libclang. Between by Douglas Gregor · 14 years ago