1. 229ca4a _inline is an alias for inline in MSVC. by Francois Pichet · 14 years ago
  2. a0f15b0 Add support for 4-byte UCNs like \U12345678. Warn about UCNs in c90 mode. by Nico Weber · 14 years ago
  3. 372e103 Provide a slightly specialized diagnostic for tautological comparisons by John McCall · 14 years ago
  4. 3ff83dd Use a more conventional/efficient implementation for isEnumeralType() by John McCall · 14 years ago
  5. 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
  6. c363273 Thread PerFileData through the ASTReader again, this time with the LLVM changes. by Sebastian Redl · 14 years ago
  7. 4a1bb8c Register the __builtin_va_list_type node when we parse it, rather than by Douglas Gregor · 14 years ago
  8. 7c625d8 Added support for base and member destructors in destructor. by Marcin Swiderski · 14 years ago
  9. 82bc3fd Added support for C++ initializers in CFG. by Marcin Swiderski · 14 years ago
  10. 374677c Change to match 115473. by Chris Lattner · 14 years ago
  11. 358559d Introduce a new libclang function, clang_getCursorDisplayName(), which by Douglas Gregor · 14 years ago
  12. 6999339 the mmx intrinsic for pshufw should map to the IR intrinsic, not by Chris Lattner · 14 years ago
  13. 5e9888c When we insert a category (or class extension) into an interface, mark by Douglas Gregor · 14 years ago
  14. 77424bc Implement chained PCH support for the macro definitions stored within by Douglas Gregor · 14 years ago
  15. 42499be Use ParseObjCSelectorPiece for parsing getter and setter names in @property declarations. Fixes PR8169. by Anders Carlsson · 14 years ago
  16. 57a4087 kill off CheckX86BuiltinFunctionCall by Chris Lattner · 14 years ago
  17. b803c66 move imperative code to declarative definitions. by Chris Lattner · 14 years ago
  18. 14e0e74 enhance ASTContext::GetBuiltinType to return a bitmask indicating which arguments by Chris Lattner · 14 years ago
  19. c71d8eb Better diagnostic for superfluous scope specifier inside a class definition for member functions. + Fixit. by Francois Pichet · 14 years ago
  20. b1a7d9a Revert r115336 ("Thread PerFileData through everything."), because by Douglas Gregor · 14 years ago
  21. 9f59234 Extend libclang with an API that determines, given a C++ virtual by Douglas Gregor · 14 years ago
  22. dc92819 Thread PerFileData through everything. This allows us to remap stuff later. by Sebastian Redl · 14 years ago
  23. a866e65 Record module loaders and module source order. by Sebastian Redl · 14 years ago
  24. ae8f9fa fix a bogus "I" that I added to the per-function attribute list. by Chris Lattner · 14 years ago
  25. dab60ad Implement the C++0x "trailing return type" feature, e.g., by Douglas Gregor · 14 years ago
  26. 393bd8e Various builtins a require an integer constant. Not providing by Chris Lattner · 14 years ago
  27. 53de134 Added methods for inserting CFGAutomaticObjDtors to CFGBlocks, by Marcin Swiderski · 14 years ago
  28. c69e1cf Introduce -flimit-debug-info. by Devang Patel · 14 years ago
  29. 990142a Driver: Ignore the found PCH file if its '-include' is not the first one. by Argyrios Kyrtzidis · 14 years ago
  30. 138d6a6 typo by Gabor Greif · 14 years ago
  31. 9121ba2 Added two new command line arguments: by Marcin Swiderski · 14 years ago
  32. 3fc1f82 Change CheckerVisitor so that [Pre,Post]VisitCallExpr only handles CallExprs for simple C functions, not by Ted Kremenek · 14 years ago
  33. 535a3e2 Make the FileID import map key on FileID. by Sebastian Redl · 14 years ago
  34. 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
  35. 638bb11 ImplicitParamDecl is always implicit. by Devang Patel · 14 years ago
  36. 16a8fb7 Basic: Simplify getClangRepositoryPath and getClangRevision. by Daniel Dunbar · 14 years ago
  37. dd0cb22 Add support for attribute((naked)), patch by Zoxc on cfe-commits! by Daniel Dunbar · 14 years ago
  38. 640cf37 Basic: Add support for git svn to get the repo version in clang executable, by Daniel Dunbar · 14 years ago
  39. e80622f Move the management of the set of conversion functions in a C++ class by Douglas Gregor · 14 years ago
  40. ac45ad5 Visit the type information for CXXUnresolvedConstructExpr, just like by Craig Silverstein · 14 years ago
  41. 7a39dd0 Move the maintenance of CXXRecordDecl::DefinitionData's Abstract bit by Douglas Gregor · 14 years ago
  42. 2138664 Teach FunctionDecl::setPure() to (indirectly) mark the Abstract bit in by Douglas Gregor · 14 years ago
  43. 85606eb Reinstate r114925 and r114929, both steps toward <rdar://problem/8459981>. by Douglas Gregor · 14 years ago
  44. c5be7b0 vla expressions used in __typeof__ must be evaluated. Fixes rdar://8476159. by Fariborz Jahanian · 14 years ago
  45. 2cf9d65 Centralize the management of CXXRecordDecl::DefinitionData's Empty bit by Douglas Gregor · 14 years ago
  46. b3737e4 Follow-up to r114978, used wrong tag. by Sebastian Redl · 14 years ago
  47. 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
  48. 9fe183a Reinstate r114921, which I've exonerated via a self-host build. by Douglas Gregor · 14 years ago
  49. 1a18600 Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://8483139. by Argyrios Kyrtzidis · 14 years ago
  50. 2a674e8 Temporarily revert 114929 114925 114924 114921. It looked like they (or at least by Bill Wendling · 14 years ago
  51. e10288c Centralize the management of CXXRecordDecl::DefinitionData's by Douglas Gregor · 14 years ago
  52. 4a74df5 Centralize the management of CXXRecordDecl::DefinitionData's by Douglas Gregor · 14 years ago
  53. cdbfa6c Centralize the management of CXXRecordDecl::DefinitionData's Empty bit by Douglas Gregor · 14 years ago
  54. 6e3c771 Centralize the management of CXXRecordDecl::DefinitionData's Aggregate by Douglas Gregor · 14 years ago
  55. 0ed2e08 Centralize the handling of CXXRecordDecl::DefinitionData's by Douglas Gregor · 14 years ago
  56. 3e9438b Kill FunctionDecl's IsCopyAssignment bit; it duplicated what could by Douglas Gregor · 14 years ago
  57. 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
  58. 27c08ab Centralize the handling of by Douglas Gregor · 14 years ago
  59. 5c0646b Clean up the handling of the DeclaredDefaultConstructor and by Douglas Gregor · 14 years ago
  60. e830a36 Frontend: Teach clang -cc1as to respond to -v. by Daniel Dunbar · 14 years ago
  61. 60acea4 Issue warning for trivial cases of nonnull attributes by Fariborz Jahanian · 14 years ago
  62. 37bf9d2 Allow the use of C++0x deleted functions as an extension in C++98. by Anders Carlsson · 14 years ago
  63. e94db47 Driver: Add -fallow-unsupported which disables some of the eager error'ing we do by Daniel Dunbar · 14 years ago
  64. 745da3a Patch implements passing arrays to functions expecting vla. Implements pr7827. by Fariborz Jahanian · 14 years ago
  65. 52779fb Synchronize globally-cached code completion results with the results by Douglas Gregor · 14 years ago
  66. b17cc9e Fix typo. by Nick Lewycky · 14 years ago
  67. 4a2e9ea For properties declared in a @protocol and redeclared in a class extension, use the class extension by Ted Kremenek · 14 years ago
  68. 47423bd Don't crash on _Imaginary. by Argyrios Kyrtzidis · 14 years ago
  69. 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
  70. 2be5bc9 Implement libclang API functions for retrieving the lexical and by Douglas Gregor · 14 years ago
  71. 8db9fae Change source manager serialization to be less tied to the PCH model. by Sebastian Redl · 14 years ago
  72. 78a916e Implement -Wpadded and -Wpacked. by Argyrios Kyrtzidis · 14 years ago
  73. 4ee5a6f Only preload SLocEntries after the entire PCH chain was loaded. by Sebastian Redl · 14 years ago
  74. 301c9b0 Reshuffle PerFileData's members to make more sense. by Sebastian Redl · 14 years ago
  75. 8254aa6 For ObjCPropertyDecls in class extensions, use the class extension as the lexical DeclContext for newly created by Ted Kremenek · 14 years ago
  76. 6f942b2 Add code completion for C++ constructors wherever we see the class (or by Douglas Gregor · 14 years ago
  77. 1cff132 Added: by Marcin Swiderski · 14 years ago
  78. 2e81caa Add a comment explaining why the MMX builtins are segregated and what we plan on by Bill Wendling · 14 years ago
  79. 70c5ac7 Refactor code completion for expressions that occur as arguments in by Douglas Gregor · 14 years ago
  80. 08f43cd Code completion has no reason to prefer values over types, especially by Douglas Gregor · 14 years ago
  81. 6155d73 Check in support for OpenCL conditional operator on vector types. by Nate Begeman · 14 years ago
  82. d475aad Get rid of the lame attempt to prioritize "void" functions at by Douglas Gregor · 14 years ago
  83. b05496d Tweak priorities for some types and macros: by Douglas Gregor · 14 years ago
  84. 957b03b The builtins __builtin_ia32_paddq and __builtin_ia32_psubq were missing. by Bill Wendling · 14 years ago
  85. dea6313 Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actually by Daniel Dunbar · 14 years ago
  86. 1b2ad2f Revert r114316, -Wunused-value enabled by default was intended. by Argyrios Kyrtzidis · 14 years ago
  87. 6dff228 Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. by Argyrios Kyrtzidis · 14 years ago
  88. 355a9fe Implement -Wunused-label. by Argyrios Kyrtzidis · 14 years ago
  89. 1fb019b Problem with gnu conditional extension with missing by Fariborz Jahanian · 14 years ago
  90. 97fe61c Give the Objective-C _cmd an "unlikely" code completion priority; it's by Douglas Gregor · 14 years ago
  91. ac5fd84 Continue parsing more postfix expressions, even after semantic by Douglas Gregor · 14 years ago
  92. 01add59 Add more error checking to attribute vecreturn by John Thompson · 14 years ago
  93. 315a2f2 Remove FIXME. The type is correct. by Bill Wendling · 14 years ago
  94. 7433fed Driver: implement driver automagic support for -lcc_kext by Shantonu Sen · 14 years ago
  95. 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
  96. dc24572 Use a temporary file for output which gets renamed after all the writing is finished. by Argyrios Kyrtzidis · 14 years ago
  97. af9b968 Patch to add IRgen support for Gnu's conditional operator by Fariborz Jahanian · 14 years ago
  98. d829950 Driver: Support -dumpmachine. by Daniel Dunbar · 14 years ago
  99. 132e35d Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd. by Daniel Dunbar · 14 years ago
  100. e5a37f4 Driver: Add magic handling for "reserved library names", starting with by Daniel Dunbar · 14 years ago