1. 6fb0aee Remove the ASTContext parameter from the getBody() methods of Decl and subclasses. by Argyrios Kyrtzidis · 15 years ago
  2. f1d60ea Remove the ASTContext parameter from the printing related methods of Decl. by Argyrios Kyrtzidis · 15 years ago
  3. 40b598e Remove the ASTContext parameter from the attribute-related methods of Decl. by Argyrios Kyrtzidis · 15 years ago
  4. e4f2142 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 15 years ago
  5. 4ebe3e4 Make the StackProtector bitfield use enums instead of obscure numbers. by Bill Wendling · 15 years ago
  6. 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
  7. e89d159 Implement enough of the 'auto' keyword so we can claim to support N2546. by Anders Carlsson · 15 years ago
  8. 6f3d838 OpenCL 1.0 support: attributes by Nate Begeman · 15 years ago
  9. 6c07bdb Introduce a new concept to the static analyzer: SValuator. by Ted Kremenek · 15 years ago
  10. b9e7e63 Write/Read new Language Options by Nate Begeman · 15 years ago
  11. 69cfb9b PCH support for OpenCL language options by Nate Begeman · 15 years ago
  12. 53d4c14 Introduce the ResolveLocationInAST function which takes an ASTContext and a SourceLocation and it resolves it into a <Decl*, Stmt*> pair. by Argyrios Kyrtzidis · 15 years ago
  13. 106c998 Handle PCHReader::IgnorePCH, it gets returned for when the file does not exist. by Argyrios Kyrtzidis · 15 years ago
  14. f391e09 Add missing dependencies to the CMake build system by Douglas Gregor · 15 years ago
  15. 395b475 Add a DecltypeType type. by Anders Carlsson · 15 years ago
  16. 9336bcf Update CMakeLists.txt by Argyrios Kyrtzidis · 15 years ago
  17. 3c092bc Fix some TableGen-related dependencies for the Clang CMake build by Douglas Gregor · 15 years ago
  18. 8ea841b switch Warnings.cpp to use the diagnostics machinery to print diagnostics, not *fprintf*! by Chris Lattner · 15 years ago
  19. 7478bbf __APPLE_CC__ should only be set when building for darwin targets. by Chris Lattner · 15 years ago
  20. 4b562cf Add the license part to the new source files. by Argyrios Kyrtzidis · 15 years ago
  21. 8cff90e Serialize FunctionDecl's EndRangeLoc out to the PCH file. by Argyrios Kyrtzidis · 15 years ago
  22. 0853a02 Introduce the ASTUnit class. by Argyrios Kyrtzidis · 15 years ago
  23. 9b0b57c Added writing and reading of the ConstQualAdded flag of BlockDeclRefExpr to PCH. by Fariborz Jahanian · 15 years ago
  24. e0762c9 Keep track of when declarations are "used" according to C and by Douglas Gregor · 15 years ago
  25. 5710211 Fix bug in the new PCHReader constructor. PP and Context should be initialized to 0. by Argyrios Kyrtzidis · 15 years ago
  26. 11e5110 Make changes to PCHReader to allow reading a PCH file without having a pre-initialized Preprocessor. by Argyrios Kyrtzidis · 15 years ago
  27. 68584ed Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. by Douglas Gregor · 15 years ago
  28. 0adea82 Add some missing CMake dependencies by Douglas Gregor · 15 years ago
  29. f5cecfb Move CXXMethodDecl::OutOfLineDefinition into Decl::OutOfLine. by Argyrios Kyrtzidis · 15 years ago
  30. d1b3c2d First step toward fixing <rdar://problem/6613046> refactor clang objc type representation. by Steve Naroff · 15 years ago
  31. 15e9232 Search path for 64-bit Ubuntu Linux, from Anders Johnsen by Douglas Gregor · 15 years ago
  32. 038f75a More XML output support, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  33. ae96a96 PR4388: get rid of an extra # line directive; in addition to being by Eli Friedman · 15 years ago
  34. 81ebe9b Minor tweak to -fdiagnostics-print-source-range-info to make it print by Chris Lattner · 15 years ago
  35. d3555ae If PCH refers to a file that doesn't exist anymore, emit a nice error by Chris Lattner · 15 years ago
  36. ed2d7c4 no really, add the lines :) by Chris Lattner · 15 years ago
  37. 3ee211f Fix PR2741 by making our newline tracking be aware of newlines that by Chris Lattner · 15 years ago
  38. 9891359 add the location of the ')' in a do/while statement to DoStmt. by Chris Lattner · 15 years ago
  39. 5e300d1 It's an error to use a function declared in a class definition as a default argument before the function has been declared. by Anders Carlsson · 15 years ago
  40. b9b7dd6 PR4371: Reduce the inlining threshold outside of -O3. This makes by Eli Friedman · 15 years ago
  41. abc4e32 Misc minor fixes for clang for the Windows target. by Eli Friedman · 15 years ago
  42. 687abff Don't allow defining a block with a non-prototype type. Remove a by Eli Friedman · 15 years ago
  43. 496b5a8 Use of DeclContext for objc's ivars. No functionality change. More to follow. by Fariborz Jahanian · 15 years ago
  44. 15b9176 Move CharIsSigned from TargetInfo to LangOptions. by Eli Friedman · 15 years ago
  45. 2de4fee Move a couple Darwin-specific defines into getDarwinDefines. by Eli Friedman · 15 years ago
  46. 810dc54 DefineBuiltinMacro is always passed two args, remove the defaulted third one. by Chris Lattner · 15 years ago
  47. 603fca7 Add ANSI color support for clang. by Torok Edwin · 15 years ago
  48. 10d861e (llvm up) Switch to using StandardPasses.h by Daniel Dunbar · 15 years ago
  49. 63682f9 Compile fix needed by the solaris system gcc. by Duncan Sands · 15 years ago
  50. 51e774d emit ORIGINAL_FILE_NAME record ID to blockinfo block. by Zhongxing Xu · 15 years ago
  51. 877db38 Add clang-cc support for -disable-llvm-optzns. by Daniel Dunbar · 15 years ago
  52. 3e753e2 PR4288: Make -dD (dump macros with preprocessed source) play nicely with by Eli Friedman · 15 years ago
  53. 44dfc98 Unify coding style. by Zhongxing Xu · 15 years ago
  54. 0e10813 Use a reference to modify the DeclIDs map. by Zhongxing Xu · 15 years ago
  55. 813a2bb Unbreak the clang build by applying the same temporary by Duncan Sands · 15 years ago
  56. a0ab25d ActOnReturnStmt should also take a FullExprArg. by Anders Carlsson · 15 years ago
  57. f5dcd38 AddInitializerToDecl needs to take a full expression. by Anders Carlsson · 15 years ago
  58. 3a9eb44 Pass an ASTContext into Stmt::printPretty. by Eli Friedman · 15 years ago
  59. 4fe0c8e Refactor and clean up the AST printer, so that it uses a DeclVisitor, by Douglas Gregor · 15 years ago
  60. d249e1d1f Create a new PrintingPolicy class, which we pass down through the AST by Douglas Gregor · 15 years ago
  61. c1dc653 If a declarator group declares a type, make sure to add that declaration by Eli Friedman · 15 years ago
  62. 402abb5 When we parse a tag specifier, keep track of whether that tag by Douglas Gregor · 15 years ago
  63. 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 · 15 years ago
  64. 8dbc3c6 Enumeration declarations that were instantiated from an enumeration by Douglas Gregor · 15 years ago
  65. 446ee4e Convert ObjC qualified type clients over to using iterators. by Steve Naroff · 15 years ago
  66. 78d1583 When evaluating a VarDecl as a constant or determining whether it is by Douglas Gregor · 15 years ago
  67. 2665a75 Add IEEE quad support to DefineFloatMacros. by Eli Friedman · 15 years ago
  68. bf22be6 PR4247: Widen the buffer slightly so it can hold all the definitions for by Eli Friedman · 15 years ago
  69. 75fdb23 Fix lots of PCH crashes caused by the new assertions in by Douglas Gregor · 15 years ago
  70. 66ef111 Fix PCH crash caused by new assertions in llvm::SmallVector. Use by Ted Kremenek · 15 years ago
  71. 34e6577 This patch adds support for sender-aware dispatch in Objective-C for the GNU runtime, when by Fariborz Jahanian · 15 years ago
  72. 3d8216a Pull EmitRecord() out of loop. It should be called only once. by Zhongxing Xu · 15 years ago
  73. 100bb76 Fix CMake build for AST XML dumper by Douglas Gregor · 15 years ago
  74. ee75c05 AST XML dump, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  75. beaaccd Use v.data() instead of &v[0] when SmallVector v might be empty. by Jay Foad · 15 years ago
  76. 5b16092 implementation of format_arg for ObjC methods/functions. Still more to do. by Fariborz Jahanian · 15 years ago
  77. 4df2c42 Build fixes for r72135. by Eli Friedman · 15 years ago
  78. 0ec78fa Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to by Eli Friedman · 15 years ago
  79. 8255110 Add missing include for stderr and fprintf, needed when compiling with gcc-4.4. by Duncan Sands · 15 years ago
  80. 2420091 Fix a crash with -emit-html from stdin. by Eli Friedman · 15 years ago
  81. ac8d629 Clean up some unnecessary includes. by Eli Friedman · 15 years ago
  82. ba60149 CMake updates for r72099; untested, so please tell me if there are any issues. by Eli Friedman · 15 years ago
  83. b09f6e1 Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp by Eli Friedman · 15 years ago
  84. 2aa39cd Attempted CMake build fixes for r72060; this is untested, so please tell by Eli Friedman · 15 years ago
  85. 39d7c4d Move ASTConsumers.h to include/clang/Frontend, and move the associated by Eli Friedman · 15 years ago
  86. 1f0eb56 "This patch fixes an obvious buffer overrun in by Douglas Gregor · 15 years ago
  87. f086e3b Remove unused parameter. by Eli Friedman · 15 years ago
  88. 5f1b9e6 Template instantiation for IndirectGotoStmt. Now my life is complete. by Douglas Gregor · 15 years ago
  89. dbb26db Template instantiation for switch statements by Douglas Gregor · 15 years ago
  90. 5831c6a Template instantiation for "for" loops by Douglas Gregor · 15 years ago
  91. 9f3ca2a Template instantiation for do-while statements. by Douglas Gregor · 15 years ago
  92. d06f6ca Template instantiation for "if" statements. Also: by Douglas Gregor · 15 years ago
  93. c95bd4d When word-wrapping, be more defensive about a ridiculously small number of columns. Fixes <rdar://problem/6892178> by Douglas Gregor · 15 years ago
  94. dcdecf4 Fix processing of -Ufoo to not inject "#undef foo 1" into the predefines by Chris Lattner · 15 years ago
  95. 77b7f1d Check that the function being overridden is virtual. by Anders Carlsson · 15 years ago
  96. a75e853 Improvements to the FunctionDecl getters/setters. by Anders Carlsson · 15 years ago
  97. 1eee0e7 Link FunctionDecls instantiated from the member functions of a class by Douglas Gregor · 15 years ago
  98. 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 · 15 years ago
  99. 5b53005 Some early declarations to support sentinel attribute on by Fariborz Jahanian · 15 years ago
  100. b64c193 Make precompiled headers work with -E. When we're only preprocessing by Douglas Gregor · 15 years ago