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