1. 496b5a8 Use of DeclContext for objc's ivars. No functionality change. More to follow. by Fariborz Jahanian · 16 years ago
  2. 15b9176 Move CharIsSigned from TargetInfo to LangOptions. by Eli Friedman · 16 years ago
  3. 2de4fee Move a couple Darwin-specific defines into getDarwinDefines. by Eli Friedman · 16 years ago
  4. 810dc54 DefineBuiltinMacro is always passed two args, remove the defaulted third one. by Chris Lattner · 16 years ago
  5. 603fca7 Add ANSI color support for clang. by Torok Edwin · 16 years ago
  6. 10d861e (llvm up) Switch to using StandardPasses.h by Daniel Dunbar · 16 years ago
  7. 63682f9 Compile fix needed by the solaris system gcc. by Duncan Sands · 16 years ago
  8. 51e774d emit ORIGINAL_FILE_NAME record ID to blockinfo block. by Zhongxing Xu · 16 years ago
  9. 877db38 Add clang-cc support for -disable-llvm-optzns. by Daniel Dunbar · 16 years ago
  10. 3e753e2 PR4288: Make -dD (dump macros with preprocessed source) play nicely with by Eli Friedman · 16 years ago
  11. 44dfc98 Unify coding style. by Zhongxing Xu · 16 years ago
  12. 0e10813 Use a reference to modify the DeclIDs map. by Zhongxing Xu · 16 years ago
  13. 813a2bb Unbreak the clang build by applying the same temporary by Duncan Sands · 16 years ago
  14. a0ab25d ActOnReturnStmt should also take a FullExprArg. by Anders Carlsson · 16 years ago
  15. f5dcd38 AddInitializerToDecl needs to take a full expression. by Anders Carlsson · 16 years ago
  16. 3a9eb44 Pass an ASTContext into Stmt::printPretty. by Eli Friedman · 16 years ago
  17. 4fe0c8e Refactor and clean up the AST printer, so that it uses a DeclVisitor, by Douglas Gregor · 16 years ago
  18. d249e1d1f Create a new PrintingPolicy class, which we pass down through the AST by Douglas Gregor · 16 years ago
  19. c1dc653 If a declarator group declares a type, make sure to add that declaration by Eli Friedman · 16 years ago
  20. 402abb5 When we parse a tag specifier, keep track of whether that tag by Douglas Gregor · 16 years ago
  21. 465226e Reintroduce the home for exception specs, and make Sema fill it. However, keep the spec out of the canonical type this time. Net effect is currently nothing, because the spec isn't checked anywhere. by Sebastian Redl · 16 years ago
  22. 8dbc3c6 Enumeration declarations that were instantiated from an enumeration by Douglas Gregor · 16 years ago
  23. 446ee4e Convert ObjC qualified type clients over to using iterators. by Steve Naroff · 16 years ago
  24. 78d1583 When evaluating a VarDecl as a constant or determining whether it is by Douglas Gregor · 16 years ago
  25. 2665a75 Add IEEE quad support to DefineFloatMacros. by Eli Friedman · 16 years ago
  26. bf22be6 PR4247: Widen the buffer slightly so it can hold all the definitions for by Eli Friedman · 16 years ago
  27. 75fdb23 Fix lots of PCH crashes caused by the new assertions in by Douglas Gregor · 16 years ago
  28. 66ef111 Fix PCH crash caused by new assertions in llvm::SmallVector. Use by Ted Kremenek · 16 years ago
  29. 34e6577 This patch adds support for sender-aware dispatch in Objective-C for the GNU runtime, when by Fariborz Jahanian · 16 years ago
  30. 3d8216a Pull EmitRecord() out of loop. It should be called only once. by Zhongxing Xu · 16 years ago
  31. 100bb76 Fix CMake build for AST XML dumper by Douglas Gregor · 16 years ago
  32. ee75c05 AST XML dump, from Olaf Krzikalla! by Douglas Gregor · 16 years ago
  33. beaaccd Use v.data() instead of &v[0] when SmallVector v might be empty. by Jay Foad · 16 years ago
  34. 5b16092 implementation of format_arg for ObjC methods/functions. Still more to do. by Fariborz Jahanian · 16 years ago
  35. 4df2c42 Build fixes for r72135. by Eli Friedman · 16 years ago
  36. 0ec78fa Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to by Eli Friedman · 16 years ago
  37. 8255110 Add missing include for stderr and fprintf, needed when compiling with gcc-4.4. by Duncan Sands · 16 years ago
  38. 2420091 Fix a crash with -emit-html from stdin. by Eli Friedman · 16 years ago
  39. ac8d629 Clean up some unnecessary includes. by Eli Friedman · 16 years ago
  40. ba60149 CMake updates for r72099; untested, so please tell me if there are any issues. by Eli Friedman · 16 years ago
  41. b09f6e1 Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp by Eli Friedman · 16 years ago
  42. 2aa39cd Attempted CMake build fixes for r72060; this is untested, so please tell by Eli Friedman · 16 years ago
  43. 39d7c4d Move ASTConsumers.h to include/clang/Frontend, and move the associated by Eli Friedman · 16 years ago
  44. 1f0eb56 "This patch fixes an obvious buffer overrun in by Douglas Gregor · 16 years ago
  45. f086e3b Remove unused parameter. by Eli Friedman · 16 years ago
  46. 5f1b9e6 Template instantiation for IndirectGotoStmt. Now my life is complete. by Douglas Gregor · 16 years ago
  47. dbb26db Template instantiation for switch statements by Douglas Gregor · 16 years ago
  48. 5831c6a Template instantiation for "for" loops by Douglas Gregor · 16 years ago
  49. 9f3ca2a Template instantiation for do-while statements. by Douglas Gregor · 16 years ago
  50. d06f6ca Template instantiation for "if" statements. Also: by Douglas Gregor · 16 years ago
  51. c95bd4d When word-wrapping, be more defensive about a ridiculously small number of columns. Fixes <rdar://problem/6892178> by Douglas Gregor · 16 years ago
  52. dcdecf4 Fix processing of -Ufoo to not inject "#undef foo 1" into the predefines by Chris Lattner · 16 years ago
  53. 77b7f1d Check that the function being overridden is virtual. by Anders Carlsson · 16 years ago
  54. a75e853 Improvements to the FunctionDecl getters/setters. by Anders Carlsson · 16 years ago
  55. 1eee0e7 Link FunctionDecls instantiated from the member functions of a class by Douglas Gregor · 16 years ago
  56. a33d9b4 Disable access control by default. It can be enabled with the -faccess-control option. When we have better support for it, we can enable it by default again. by Anders Carlsson · 16 years ago
  57. 5b53005 Some early declarations to support sentinel attribute on by Fariborz Jahanian · 16 years ago
  58. b64c193 Make precompiled headers work with -E. When we're only preprocessing by Douglas Gregor · 16 years ago
  59. 6e8ed16 Implement C++0x nullptr. by Sebastian Redl · 16 years ago
  60. b71368d Add back Parse/Sema support for attributes cf_returns_retained and by Ted Kremenek · 16 years ago
  61. 008fc73 Remove experimental ownership attributes from Clang. by Ted Kremenek · 16 years ago
  62. bfa2fcb Back out r70506 (exception spec in AST) again. We won't have exception specs until we've had a lot more discussion. by Sebastian Redl · 16 years ago
  63. 2cc2b9c Eliminate extra vertical space in Clang diagnostics by Douglas Gregor · 16 years ago
  64. 037fb7f Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion generates untraceable warnings by Chris Lattner · 16 years ago
  65. 69aa080 Implement attribute 'ns_autorelease'. by Ted Kremenek · 16 years ago
  66. e351aa1 Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned'). by Ted Kremenek · 16 years ago
  67. d99b345 Remove experimental attribute 'ns_ownership_make_collectable.' by Ted Kremenek · 16 years ago
  68. 75494ff Rename attributes 'objc_ownership...' to 'ns_ownership...'. by Ted Kremenek · 16 years ago
  69. 31c215e Rename attributes: by Ted Kremenek · 16 years ago
  70. 2fb3ea3 Simplify the interesting-region code by assimmilating blocks of non-whitespace text with each expansion step. It's easier and seems to have better results. by Douglas Gregor · 16 years ago
  71. cfe1f9d Tweak the extraction of the "interesting" part of a source range in two ways: by Douglas Gregor · 16 years ago
  72. 1ef29d2 Fix an infinite loop in diagnostic printing. by Daniel Dunbar · 16 years ago
  73. 2167de4 Fix crash in source-line truncation code for diagnostic by Douglas Gregor · 16 years ago
  74. cb6929b temporary hack to work around PR4128 by Chris Lattner · 16 years ago
  75. 844da34 When a fix-it hint would span multiple lines, don't print it; half a by Douglas Gregor · 16 years ago
  76. 7d101f6 When we truncate a source line to fit it within the terminal width, by Douglas Gregor · 16 years ago
  77. 44cf08e Respect the COLUMNS environment variable for word-wrapping (so we get by Douglas Gregor · 16 years ago
  78. 47f7177 When printing a source line as part of a diagnostic, the source line by Douglas Gregor · 16 years ago
  79. fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 16 years ago
  80. 7b9a2ee Make a home for exception specs in the AST. Now Sema can hook them up. by Sebastian Redl · 16 years ago
  81. 2df9ced initial support for __[u]int128_t, which should be basically by Chris Lattner · 16 years ago
  82. d49967f BugReporter/PathDiagnostics: by Ted Kremenek · 16 years ago
  83. 770dbf0 In -fdiagnostics-print-source-range-info mode, print a space before the by Chris Lattner · 16 years ago
  84. bf20dbd Implement ownership attribute 'objc_ownership_make_collectable'. This allows one by Ted Kremenek · 16 years ago
  85. 1ab86ac Make all PCH-incompatibility warnings into errors, and abort by Douglas Gregor · 16 years ago
  86. a02b147 Make the PCH reader use the diagnostics system for its complaints. by Douglas Gregor · 16 years ago
  87. 5998da5 Optimize IdentifierInfo storage within the precompiled header. We've by Douglas Gregor · 16 years ago
  88. a92193e Implement a minor space optimization for the PCH identifier table, by Douglas Gregor · 16 years ago
  89. af1795b Replace a lame fprintf with a slightly-less lame diagnostic by Douglas Gregor · 16 years ago
  90. 92b059e Implement checking for macro definitions that occur on the command by Douglas Gregor · 16 years ago
  91. 02fc751 Revert r70075 and r70078, which reorganized the PCH on-disk hash table by Douglas Gregor · 16 years ago
  92. e721f95 Allow some differences between the predefines buffer used to build a by Douglas Gregor · 16 years ago
  93. c71133f Remove unused LangOptions NoExtensions and Boolean. by Eli Friedman · 16 years ago
  94. ab41e63 Add a header containing the Clang version; make the driver use this by Douglas Gregor · 16 years ago
  95. 6bf690f fix test/PCH/method_pool.m by Chris Lattner · 16 years ago
  96. cc7dea8 -E, -Eonly and -parse-noop now work with PCH! by Chris Lattner · 16 years ago
  97. d1d64a0 Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) by Chris Lattner · 16 years ago
  98. 2bf1eb0 Be more careful in our teardown of the PCHReader after deciding to by Douglas Gregor · 16 years ago
  99. b81c170 Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since these vectors are very, very rarely used and, when used in headers, and even when used are relatively small, we load them eagerly. by Douglas Gregor · 16 years ago
  100. c6a59e4 Add two new checker-specific attributes: 'objc_ownership_release' and by Ted Kremenek · 16 years ago