1. d0b4e7c Reverting rev 112791 - apparently -fborland-extensions is on all the time?! by Dawn Perchik · 14 years ago
  2. 621a2f3 Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 14 years ago
  3. 0080f0c StringRefize. by Benjamin Kramer · 14 years ago
  4. 6a08140 add a new version of mingw, patch by İsmail "cartman" Dönmez in PR8049 by Chris Lattner · 14 years ago
  5. ab07941 Add NetBSD include search path by Anton Korobeynikov · 14 years ago
  6. 5c0ca52 Predeclare class type_info in Microsoft mode, from Francois Pichet! by Douglas Gregor · 14 years ago
  7. 2dc1453 Straighten out target triples provided on the command line before using them. by Duncan Sands · 14 years ago
  8. 1a480c4 Suggest "const" and "volatile" code completions after a function by Douglas Gregor · 14 years ago
  9. f155dfa createMainFileID doesn't need its IncludePos argument, since by Dan Gohman · 14 years ago
  10. 458433d Implement code completion for @selector expressions by Douglas Gregor · 14 years ago
  11. 1e5e668 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  12. 1cb237f Revert r112149, "Move the sorting of code-completion results out of the main by Daniel Dunbar · 14 years ago
  13. be13afe Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  14. 9214819 Revert "Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  15. c7ed372 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  16. 721f359 When combining the code-completion results from Sema long with the by Douglas Gregor · 14 years ago
  17. 59a6694 Add a missing case by Douglas Gregor · 14 years ago
  18. c9c29a8 Fix an off-by-one error when computing the precompiled preamble for by Douglas Gregor · 14 years ago
  19. 4125c37 Make the cursor kind of macro-name-only completions produced by by Douglas Gregor · 14 years ago
  20. 0a2c5e2 Teach Sema to live without CodeCompleteConsumer.h. by John McCall · 14 years ago
  21. f7c16d9 Frontend: Add basic -H support. by Daniel Dunbar · 14 years ago
  22. 23637be correct the -isystem option to not add the -isysroot path. Only the weird by Chris Lattner · 14 years ago
  23. f29c523 Implement code completion for preprocessor expressions and in macro arguments. by Douglas Gregor · 14 years ago
  24. 9db9ad3 Implement -iwithsysroot, an apple extension which is a close cousin of -isystem. by Chris Lattner · 14 years ago
  25. 1fbb447 Implement preprocessor code completion where a macro name is expected, by Douglas Gregor · 14 years ago
  26. 1b7255d Move ExecuteCompilerInvocation to a new library FrontendTool by Peter Collingbourne · 14 years ago
  27. 58ddb60 Introduce new libclang API functions that determine the availability by Douglas Gregor · 14 years ago
  28. 6d72cbe Don't include macro results when we're completing a declarator. by Douglas Gregor · 14 years ago
  29. 2ccccb3 Introduce a new code-completion point when we're parsing a by Douglas Gregor · 14 years ago
  30. 875ab10 Abstract out member-pointer creation. I'm really unhappy about the current by John McCall · 14 years ago
  31. a7e6845 Detabify. by Eli Friedman · 14 years ago
  32. ff58e36 Visual Studio tools used on win32 hosts when targeting win32. by Michael J. Spencer · 14 years ago
  33. 13cfedb Fix typo in comment. by Michael J. Spencer · 14 years ago
  34. 1951085 Another step in the process of making the parser depend on Sema: by John McCall · 14 years ago
  35. bf5e09d Eliminate some extraneous whitespace in the machine-parseable Fix-It output. by Douglas Gregor · 14 years ago
  36. 2283d79 When performing code-completion in the presence of a preamble, make by Douglas Gregor · 14 years ago
  37. f128fed When we decide not to reuse a precompiled preamble, clear out the by Douglas Gregor · 14 years ago
  38. 4786c15 Add machine-parseable Fix-It output as part of diagnostics, under the by Douglas Gregor · 14 years ago
  39. c1cf158 Fix a loop overrun in ComputePreamble when the last remapped file was erased, by Daniel Dunbar · 14 years ago
  40. 671947b Plug a leak when precompiling the preamble in ASTUnit. by Douglas Gregor · 14 years ago
  41. 8b1540c Make sure to initialize ASTUnit::UnsafeToFree by Douglas Gregor · 14 years ago
  42. 6ab7cd8 Rename the ASTReader header files. by Sebastian Redl · 14 years ago
  43. 3c7f413 More PCH -> AST renaming. by Sebastian Redl · 14 years ago
  44. 571db7f Rename various classes from PCH to AST. by Sebastian Redl · 14 years ago
  45. c43b54c Rename PCHReader to ASTReader. by Sebastian Redl · 14 years ago
  46. 7faa2ec Rename PCHWriter.h to ASTWriter.h by Sebastian Redl · 14 years ago
  47. a4232eb Rename PCHWriter to ASTWriter by Sebastian Redl · 14 years ago
  48. f421089 When creating an ASTUnit by parsing source code, set DisableFree to by Douglas Gregor · 14 years ago
  49. bdbb004 Simplify the ownership model for DiagnosticClients, which was really by Douglas Gregor · 14 years ago
  50. 783c56f Simplify FixItHint by eliminated the unnecessary InsertionLoc by Douglas Gregor · 14 years ago
  51. 11e6f61 Fix CMake build by Sebastian Redl · 14 years ago
  52. 8572813 Reintroduce the serialization library, with fixed dependencies. by Sebastian Redl · 14 years ago
  53. a8fb24f Patch to add type parameter support for attribute iboutletcollection. by Fariborz Jahanian · 14 years ago
  54. 4557e47 Revert Sebastian's build-breaking patch. by Douglas Gregor · 14 years ago
  55. 93c9729 Create a new Serialization module that contains all the PCH code, and will contain all the module code in the future. Update the Makefiles, CMake projects and the Xcode project. I hope I did everything right for Xcode. No functionality change. by Sebastian Redl · 14 years ago
  56. 11c3dc4 Fix a typo in a diag name. by Sebastian Redl · 14 years ago
  57. 2f4eaef Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() by Benjamin Kramer · 14 years ago
  58. 727d93e When the # of top-level declarations changes after reparsing a by Douglas Gregor · 14 years ago
  59. 349d38c Move include to the proper place. No functionality change by Douglas Gregor · 14 years ago
  60. a5fb7c3 Implement support for cached code completions for by Douglas Gregor · 14 years ago
  61. 5535d57 Formatting fixes. No functionality change by Douglas Gregor · 14 years ago
  62. 5f808c2 Implement name hiding of cached global code-completion results. by Douglas Gregor · 14 years ago
  63. 697ca6d Move some code out-of-line which has long since grown too large to be by Douglas Gregor · 14 years ago
  64. e55fd87 Add two options for playing with modules. by Sebastian Redl · 14 years ago
  65. f5586f6 When caching code completions for global declarations, keep track of by Douglas Gregor · 14 years ago
  66. c4421e9 Dereferencing NULL pointers is such poor form. by Douglas Gregor · 14 years ago
  67. 1827e10 When caching global completion results, keep track of the simplified by Douglas Gregor · 14 years ago
  68. 1395c5d Open AST/PCH files in binary mode. by Benjamin Kramer · 14 years ago
  69. c83d2d7 Remove ATTRIBUTE_UNUSED from the common pattern of disallowing copying. by Argyrios Kyrtzidis · 14 years ago
  70. 8071e42 Extend the code-completion caching infrastructure to include global by Douglas Gregor · 14 years ago
  71. ed635e4 Add ATTRIBUTE_UNUSED to methods not supposed to be used. by Argyrios Kyrtzidis · 14 years ago
  72. 87c08a5 Implement caching of code-completion results for macro definitions by Douglas Gregor · 14 years ago
  73. 49b96d1 Change Sema's UnusedStaticFuncs to UnusedFileScopedDecls to allow also keeping track of unused file scoped variables. by Argyrios Kyrtzidis · 14 years ago
  74. 1450f26 Add a new cc1 option -fix-what-you-can which when combined with the fix-it mode by Nick Lewycky · 14 years ago
  75. 7ae2faa Implement clang_saveTranslationUnit(), which saves a translation unit by Douglas Gregor · 14 years ago
  76. 914ed9d Teach ASTUnit to hold on to the Sema object and ASTConsumer that are by Douglas Gregor · 14 years ago
  77. de7e662 Zap unused UnaryOperator::OffsetOf. by Eli Friedman · 14 years ago
  78. 1e3a97c The Sema object will get destroyed before all of the others anyway. We don't need to force it by Douglas Gregor · 14 years ago
  79. 0b17c61 Instead of modifying the ObjC AST to not modify existing declarations, teach chained PCH to overwrite declarations from earlier PCH files in dependent ones. Tell Sema to note when it changes AST nodes so that they have to be reserialized. Finally, the ObjCProtocolDecls created in forward decls, like the ObjCInterfaceDecls in @class forward decls, are not lexically part of the decl context; only the definition is. by Sebastian Redl · 14 years ago
  80. 279b5eb Just disable the hidden-visibility optimization for now by hiding it behind by John McCall · 14 years ago
  81. f18d0d8 Teach CompilerInstance to create and hold on to the Sema object used by Douglas Gregor · 14 years ago
  82. e737f50 Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 14 years ago
  83. ef3dce8 Added locations and type source info for DeclarationName inside UsingDecl. by Abramo Bagnara · 14 years ago
  84. 8eb2b01 Frontend: Move the bulk of the cc1_main() processing into by Daniel Dunbar · 14 years ago
  85. 39065a5 Frontend: Add -target-linker-version, for specifying the version string of the by Daniel Dunbar · 14 years ago
  86. 646395b -Make TokenID of IdentifierInfo read-only, remove setTokenID(). by Argyrios Kyrtzidis · 14 years ago
  87. 2577743 Added locations and type source info for DeclarationName. by Abramo Bagnara · 14 years ago
  88. 27372b4 Reintroduce the ASTConsumer/ASTUnit fix from r110610, it has nothing to do with the breakage. by Sebastian Redl · 14 years ago
  89. 6bf1830 Fix a thinko in the creation of temporary files for the precompiled preamble by Douglas Gregor · 14 years ago
  90. deacbdc Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, by Douglas Gregor · 14 years ago
  91. 2cad900 Added TypeLocs to VAArgExpr node. by Abramo Bagnara · 14 years ago
  92. 3fcb73d Added TypeLocs to TypesCompatibleExpr node. by Abramo Bagnara · 14 years ago
  93. 74c730a - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for forward declarations and the definition. by Sebastian Redl · 14 years ago
  94. df95a13 Use precompiled preambles for in-process code completion. by Douglas Gregor · 14 years ago
  95. 2f92230 Complete PCH support for ObjCPropertyImplDecl. by Argyrios Kyrtzidis · 14 years ago
  96. 9d50c06 Support ObjC implementation decls for PCH. by Argyrios Kyrtzidis · 14 years ago
  97. 8e706f4 Refactor into functions PCH reading/writing the CXXBaseOrMemberInitializers. No functionality change. by Argyrios Kyrtzidis · 14 years ago
  98. f84d409 Make -funroll-loops turn on loop unrolling in the optimizer instead by Eric Christopher · 14 years ago
  99. 2f05449 Push location through the MacroUndefined PPCallback and use it to print #undefs in -dD mode. (PR7818) by Benjamin Kramer · 14 years ago
  100. f871d0c Store inheritance paths after CastExprs instead of inside them. by John McCall · 14 years ago