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