1. 53de134 Added methods for inserting CFGAutomaticObjDtors to CFGBlocks, by Marcin Swiderski · 14 years ago
  2. c69e1cf Introduce -flimit-debug-info. by Devang Patel · 14 years ago
  3. 990142a Driver: Ignore the found PCH file if its '-include' is not the first one. by Argyrios Kyrtzidis · 14 years ago
  4. 138d6a6 typo by Gabor Greif · 14 years ago
  5. 9121ba2 Added two new command line arguments: by Marcin Swiderski · 14 years ago
  6. 3fc1f82 Change CheckerVisitor so that [Pre,Post]VisitCallExpr only handles CallExprs for simple C functions, not by Ted Kremenek · 14 years ago
  7. 535a3e2 Make the FileID import map key on FileID. by Sebastian Redl · 14 years ago
  8. cf9ce13 Change -analyzer-max-nodes to allow 0 as a parameter. This allows the analyzer to completely analyze a worklist regardless of time taken. by Tom Care · 14 years ago
  9. 638bb11 ImplicitParamDecl is always implicit. by Devang Patel · 14 years ago
  10. 16a8fb7 Basic: Simplify getClangRepositoryPath and getClangRevision. by Daniel Dunbar · 14 years ago
  11. dd0cb22 Add support for attribute((naked)), patch by Zoxc on cfe-commits! by Daniel Dunbar · 14 years ago
  12. 640cf37 Basic: Add support for git svn to get the repo version in clang executable, by Daniel Dunbar · 14 years ago
  13. e80622f Move the management of the set of conversion functions in a C++ class by Douglas Gregor · 14 years ago
  14. ac45ad5 Visit the type information for CXXUnresolvedConstructExpr, just like by Craig Silverstein · 14 years ago
  15. 7a39dd0 Move the maintenance of CXXRecordDecl::DefinitionData's Abstract bit by Douglas Gregor · 14 years ago
  16. 2138664 Teach FunctionDecl::setPure() to (indirectly) mark the Abstract bit in by Douglas Gregor · 14 years ago
  17. 85606eb Reinstate r114925 and r114929, both steps toward <rdar://problem/8459981>. by Douglas Gregor · 14 years ago
  18. c5be7b0 vla expressions used in __typeof__ must be evaluated. Fixes rdar://8476159. by Fariborz Jahanian · 14 years ago
  19. 2cf9d65 Centralize the management of CXXRecordDecl::DefinitionData's Empty bit by Douglas Gregor · 14 years ago
  20. b3737e4 Follow-up to r114978, used wrong tag. by Sebastian Redl · 14 years ago
  21. 8c84571 Move ExternalSemaSource::ReadMethodPool's implementation to Sema.cpp so that the header can get away with forward declarations only for ObjCMethodList and Selector. Fixes <rdar://8467631>. by Sebastian Redl · 14 years ago
  22. 9fe183a Reinstate r114921, which I've exonerated via a self-host build. by Douglas Gregor · 14 years ago
  23. 1a18600 Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://8483139. by Argyrios Kyrtzidis · 14 years ago
  24. 2a674e8 Temporarily revert 114929 114925 114924 114921. It looked like they (or at least by Bill Wendling · 14 years ago
  25. e10288c Centralize the management of CXXRecordDecl::DefinitionData's by Douglas Gregor · 14 years ago
  26. 4a74df5 Centralize the management of CXXRecordDecl::DefinitionData's by Douglas Gregor · 14 years ago
  27. cdbfa6c Centralize the management of CXXRecordDecl::DefinitionData's Empty bit by Douglas Gregor · 14 years ago
  28. 6e3c771 Centralize the management of CXXRecordDecl::DefinitionData's Aggregate by Douglas Gregor · 14 years ago
  29. 0ed2e08 Centralize the handling of CXXRecordDecl::DefinitionData's by Douglas Gregor · 14 years ago
  30. 3e9438b Kill FunctionDecl's IsCopyAssignment bit; it duplicated what could by Douglas Gregor · 14 years ago
  31. 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
  32. 27c08ab Centralize the handling of by Douglas Gregor · 14 years ago
  33. 5c0646b Clean up the handling of the DeclaredDefaultConstructor and by Douglas Gregor · 14 years ago
  34. e830a36 Frontend: Teach clang -cc1as to respond to -v. by Daniel Dunbar · 14 years ago
  35. 60acea4 Issue warning for trivial cases of nonnull attributes by Fariborz Jahanian · 14 years ago
  36. 37bf9d2 Allow the use of C++0x deleted functions as an extension in C++98. by Anders Carlsson · 14 years ago
  37. e94db47 Driver: Add -fallow-unsupported which disables some of the eager error'ing we do by Daniel Dunbar · 14 years ago
  38. 745da3a Patch implements passing arrays to functions expecting vla. Implements pr7827. by Fariborz Jahanian · 14 years ago
  39. 52779fb Synchronize globally-cached code completion results with the results by Douglas Gregor · 14 years ago
  40. b17cc9e Fix typo. by Nick Lewycky · 14 years ago
  41. 4a2e9ea For properties declared in a @protocol and redeclared in a class extension, use the class extension by Ted Kremenek · 14 years ago
  42. 47423bd Don't crash on _Imaginary. by Argyrios Kyrtzidis · 14 years ago
  43. c69c438 Refactor GRExprEngine::VisitCall() to use EvalArguments(), just like VisitCXXMemberCallExpr(). Ideally we should unify these code paths as much as possible, since they only differ by a few details. by Ted Kremenek · 14 years ago
  44. 2be5bc9 Implement libclang API functions for retrieving the lexical and by Douglas Gregor · 14 years ago
  45. 8db9fae Change source manager serialization to be less tied to the PCH model. by Sebastian Redl · 14 years ago
  46. 78a916e Implement -Wpadded and -Wpacked. by Argyrios Kyrtzidis · 14 years ago
  47. 4ee5a6f Only preload SLocEntries after the entire PCH chain was loaded. by Sebastian Redl · 14 years ago
  48. 301c9b0 Reshuffle PerFileData's members to make more sense. by Sebastian Redl · 14 years ago
  49. 8254aa6 For ObjCPropertyDecls in class extensions, use the class extension as the lexical DeclContext for newly created by Ted Kremenek · 14 years ago
  50. 6f942b2 Add code completion for C++ constructors wherever we see the class (or by Douglas Gregor · 14 years ago
  51. 1cff132 Added: by Marcin Swiderski · 14 years ago
  52. 2e81caa Add a comment explaining why the MMX builtins are segregated and what we plan on by Bill Wendling · 14 years ago
  53. 70c5ac7 Refactor code completion for expressions that occur as arguments in by Douglas Gregor · 14 years ago
  54. 08f43cd Code completion has no reason to prefer values over types, especially by Douglas Gregor · 14 years ago
  55. 6155d73 Check in support for OpenCL conditional operator on vector types. by Nate Begeman · 14 years ago
  56. d475aad Get rid of the lame attempt to prioritize "void" functions at by Douglas Gregor · 14 years ago
  57. b05496d Tweak priorities for some types and macros: by Douglas Gregor · 14 years ago
  58. 957b03b The builtins __builtin_ia32_paddq and __builtin_ia32_psubq were missing. by Bill Wendling · 14 years ago
  59. dea6313 Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actually by Daniel Dunbar · 14 years ago
  60. 1b2ad2f Revert r114316, -Wunused-value enabled by default was intended. by Argyrios Kyrtzidis · 14 years ago
  61. 6dff228 Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. by Argyrios Kyrtzidis · 14 years ago
  62. 355a9fe Implement -Wunused-label. by Argyrios Kyrtzidis · 14 years ago
  63. 1fb019b Problem with gnu conditional extension with missing by Fariborz Jahanian · 14 years ago
  64. 97fe61c Give the Objective-C _cmd an "unlikely" code completion priority; it's by Douglas Gregor · 14 years ago
  65. ac5fd84 Continue parsing more postfix expressions, even after semantic by Douglas Gregor · 14 years ago
  66. 01add59 Add more error checking to attribute vecreturn by John Thompson · 14 years ago
  67. 315a2f2 Remove FIXME. The type is correct. by Bill Wendling · 14 years ago
  68. 7433fed Driver: implement driver automagic support for -lcc_kext by Shantonu Sen · 14 years ago
  69. 7f18e67 Add a -ftrapv-handler= option which allows a handler to invoke instead of simply aborting when a signed operation overflows. This mirrors the (GCC-incompatible) behaviour from clang 1.0 and 1.1 when -ftrapv was specified, but allows the handler to be defined for each compilation unit. by David Chisnall · 14 years ago
  70. dc24572 Use a temporary file for output which gets renamed after all the writing is finished. by Argyrios Kyrtzidis · 14 years ago
  71. af9b968 Patch to add IRgen support for Gnu's conditional operator by Fariborz Jahanian · 14 years ago
  72. d829950 Driver: Support -dumpmachine. by Daniel Dunbar · 14 years ago
  73. 132e35d Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd. by Daniel Dunbar · 14 years ago
  74. e5a37f4 Driver: Add magic handling for "reserved library names", starting with by Daniel Dunbar · 14 years ago
  75. b993f5d Driver: Add a toolchain hook for whether the system has native LLVM support. by Daniel Dunbar · 14 years ago
  76. ce78461 improve the "enumeration value 'g' not handled in switch" by Chris Lattner · 14 years ago
  77. d754d55 Swap the priorities of constants and types, so that we prefer types. by Douglas Gregor · 14 years ago
  78. d36adf5 Don't add two code-completion results for the same selector; it by Douglas Gregor · 14 years ago
  79. c7b6d88 Implement code completion for Objective-C class message sends that are by Douglas Gregor · 14 years ago
  80. f902153 Basic: Add f{dim,ma,max,min}[lf]? builtins. by Daniel Dunbar · 14 years ago
  81. 212f6d3 Refactored BugReporter to refer to EndNode as ErrorNode. We currently make the assumption that EndNode == ErrorNode, but upcoming changes will break this. by Tom Care · 14 years ago
  82. 90392b2 Fix the clang build after Zhongxing Xu's commit. by John McCall · 14 years ago
  83. 9497a73 Implement automatic bracket insertion for Objective-C class message by Douglas Gregor · 14 years ago
  84. b36cd3e Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch by Zhongxing Xu · 14 years ago
  85. f73c93f Macro definitions in AST files have their own IDs. by Sebastian Redl · 14 years ago
  86. 2a4cd49 Test commit by Marcin Swiderski · 14 years ago
  87. 78edf51 Improve code completion for Objective-C message sends when the opening by Douglas Gregor · 14 years ago
  88. 0fbda68 Implement bracket insertion for Objective-C instance message sends as by Douglas Gregor · 14 years ago
  89. 558d2ab one piece of code is responsible for the lifetime of every aggregate by John McCall · 14 years ago
  90. 02282ac Disallow the use of UnknownVal as the index for ElementRegions. UnknownVals can be used as by Ted Kremenek · 14 years ago
  91. 0924618 Microsoft's flexible array rules relaxation: by Francois Pichet · 14 years ago
  92. 0268810 Introduce a new code-completion context for a parenthesized by Douglas Gregor · 14 years ago
  93. 6c52c78 Add CFG::BuildOptions class to pass in CFG builder options under on parameter. Patch by Marcin Świderski! by Ted Kremenek · 14 years ago
  94. 3f16c95 Driver: Add a -stdlib= argument which can be used to select the C++ standard by Daniel Dunbar · 14 years ago
  95. 641b98b Driver: Factor out some code for handling the C++ standard library. by Daniel Dunbar · 14 years ago
  96. c4e1a68 RHS of property expression assignment requires by Fariborz Jahanian · 14 years ago
  97. 5833b0b When marking the declarations in a default argument expression as by Douglas Gregor · 14 years ago
  98. 68625cf Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect that we aborted analysis may not necessarily be due to a loop. by Tom Care · 14 years ago
  99. 8776490 Add __char16_t and __char32_t as aliases for the C++0x char16_t and by Douglas Gregor · 14 years ago
  100. 1f60d9e Introduce a new kind of cursor into libclang, which covers a reference by Douglas Gregor · 14 years ago