1. ea5ce47 add an abbreviation for common PARM_VAR_DECL. All but 9 of the by Chris Lattner · 15 years ago
  2. 12b1c76 split decl writing out to its own PCHWriterDecl.cpp file. by Chris Lattner · 15 years ago
  3. 698f925 split decl reading out to its own PCHReaderDecl.cpp file. by Chris Lattner · 15 years ago
  4. 4c6f952 split stmt/expr deserialization out to PCHReaderStmt.cpp by Chris Lattner · 15 years ago
  5. 432c869 pull the constraint string into the ConstraintInfo struct by Chris Lattner · 15 years ago
  6. 16f0049 split ObjC and C++ Statements out into their own headers. by Chris Lattner · 15 years ago
  7. 0389e6b implement PCH support for the rest of ExprObjC.h, including by Chris Lattner · 15 years ago
  8. 1efaa95 Fix rdar://6821047 - clang crashes on subscript of interface in 64-bit mode by Chris Lattner · 15 years ago
  9. 2f73cc4 remove some gone files by Chris Lattner · 15 years ago
  10. 7ac48d2 Update Xcode project with recently added files. by Steve Naroff · 15 years ago
  11. e116ccf Split preprocessor initialization logic out of clang-cc into by Chris Lattner · 15 years ago
  12. cf2a721 the __gnuc_inline__ attribute is actually named __gnu_inline__, PR4023 by Chris Lattner · 15 years ago
  13. 5af280c move jump scope checking and related code out into its own file, SemaDecl.cpp is by Chris Lattner · 15 years ago
  14. 5abd66f Update Xcode project with some PCH related headers. by Steve Naroff · 15 years ago
  15. 11bddef split diagnostic group definitions out into their own file. by Chris Lattner · 15 years ago
  16. 41c6c46 add a bunch of files. by Chris Lattner · 15 years ago
  17. ccc96b3 add Diagnostic.td to proj by Chris Lattner · 15 years ago
  18. 68a359c Add CGCXX.h with ctor/dtor type enumerations. No functionality change. by Anders Carlsson · 15 years ago
  19. ca60395 add fixitrewriter to xcode proj by Chris Lattner · 15 years ago
  20. 3c304bd add some #includes for better compatibility with gcc 4.4, by Chris Lattner · 15 years ago
  21. cadbe1c add PCH stuff to project by Chris Lattner · 15 years ago
  22. a2cf28c add driver headers to xcode proj by Chris Lattner · 15 years ago
  23. 7cf09f2 Add clang-cc to the xcodeproj file. by Anders Carlsson · 15 years ago
  24. c960ee3 add TemplateName.cpp/h to the xcode project, minor tidying. by Chris Lattner · 15 years ago
  25. e9b7d8a Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF. by Steve Naroff · 15 years ago
  26. 8054e25 sort alphabetically by Chris Lattner · 15 years ago
  27. aecc23d move file to proper place. by Chris Lattner · 15 years ago
  28. 1266eca remove TranslationUnit. by Chris Lattner · 15 years ago
  29. c60e888 Move Sema::SetMemberAccessSpecifier to SemaAccess.cpp by Anders Carlsson · 15 years ago
  30. 60d6b0d Add SemaAccess.cpp by Anders Carlsson · 15 years ago
  31. a23c74f sort items. by Chris Lattner · 15 years ago
  32. 3713f0b add driver and clang-cc to project. by Chris Lattner · 15 years ago
  33. 0cf6891 Add the .td files and remove the .def files from the Xcode project. by Anders Carlsson · 15 years ago
  34. afcf80f Add SemaTypeInstantiateDecl.cpp by Anders Carlsson · 15 years ago
  35. 688460e add NestedNameSpecifier.h/cpp to the xcode project file for browsing. by Chris Lattner · 15 years ago
  36. fb31176 More static_assert work. Check that the assert expr is valid and show an error if it's false. Create the declaration and add it to the current context. by Anders Carlsson · 15 years ago
  37. 76e10ef More ident fixes by Anders Carlsson · 15 years ago
  38. fde3195 Use the right indentation by Anders Carlsson · 15 years ago
  39. 2a83a8c update project for driver -> frontend rename. by Chris Lattner · 15 years ago
  40. db7bc58 implement -Wsystem-headers, eliminating the wierd thing I added for testing. by Chris Lattner · 15 years ago
  41. 6b5e4f0 Update DeclNodes.def to reflect the move of ObjCCategoryImpl by Chris Lattner · 15 years ago
  42. 64e4234 update xcode proj by Chris Lattner · 15 years ago
  43. b01fe2c Update Xcode project. by Ted Kremenek · 15 years ago
  44. 9a0a518 Update Xcode project. by Ted Kremenek · 15 years ago
  45. e7a249c Set tab width to 2 on a number of CG related files by Anders Carlsson · 15 years ago
  46. 4450266 move llvm backend specific #includes into Backend.cpp instead of Clang.cpp by Chris Lattner · 15 years ago
  47. 7ad8a5e AnalysisConsumer.h is gone by Chris Lattner · 15 years ago
  48. 5a0c351 move attribute(packed) sema support out of SemaDecl into a new SemaAttr.cpp file. by Chris Lattner · 15 years ago
  49. 73525de enhance ExtVectorElementExpr to allow V->xxyy to work like (*V).xxyy by Chris Lattner · 15 years ago
  50. 3359c67 Add new files to Xcode project by Anders Carlsson · 15 years ago
  51. d7038e1 factor token concatenation avoidance logic out of by Chris Lattner · 15 years ago
  52. acfde80 Add support for generating block call expressions. by Anders Carlsson · 15 years ago
  53. d532fa0 file gone. by Chris Lattner · 15 years ago
  54. 7bd154a add DeclTemplate.h/cpp by Chris Lattner · 15 years ago
  55. bd9c4a5 DiagnosticKinds.def is gone. by Chris Lattner · 15 years ago
  56. 161ddee update the project file for headers moving by Chris Lattner · 15 years ago
  57. 47354ed add some basic file headers by Chris Lattner · 15 years ago
  58. 9310ad6 add diagnostics files to xcode proj by Chris Lattner · 15 years ago
  59. 7216dc9 rename getSpelledCharacterAt to getSpellingOfSingleCharacterNumericConstant, by Chris Lattner · 15 years ago
  60. 69960f9 alphebetize by Chris Lattner · 16 years ago
  61. 8aa5920 Update Xcode project. by Ted Kremenek · 16 years ago
  62. 322f04d Set tab width to 2 characters for all files in lib/Basic by Anders Carlsson · 16 years ago
  63. c792f1f add TypeTraits.h to the Xcode project by Chris Lattner · 16 years ago
  64. 730165d Update Xcode project. by Ted Kremenek · 16 years ago
  65. cf28702 add ownership.h to xcode project by Chris Lattner · 16 years ago
  66. 149f38f Update Xcode project. by Ted Kremenek · 16 years ago
  67. 09852a8 Update Xcode project. by Ted Kremenek · 16 years ago
  68. f3a05d9 Fix indentation width. by Anders Carlsson · 16 years ago
  69. 6afbf3f alphabeticalize. by Chris Lattner · 16 years ago
  70. 28030c9 alphabeticalize. by Chris Lattner · 16 years ago
  71. be80ebf sort files. by Chris Lattner · 16 years ago
  72. 890e3f6 Update Xcode project. by Ted Kremenek · 16 years ago
  73. 6608452 add OperatorKinds.* to the project. by Chris Lattner · 16 years ago
  74. 54f054e add PTHLexer.h to project by Chris Lattner · 16 years ago
  75. a9ab5d6 move some APValue methods out of line. by Chris Lattner · 16 years ago
  76. 8c99882 Update Xcode project. by Ted Kremenek · 16 years ago
  77. e4d22fb Update Xcode project. by Ted Kremenek · 16 years ago
  78. 210e0f5 sort files by name. by Chris Lattner · 16 years ago
  79. 7c65ad9 sort files add a missed header to the project. by Chris Lattner · 16 years ago
  80. 97d2212 Update Xcode project. by Ted Kremenek · 16 years ago
  81. 664a218 Update Xcode project. by Ted Kremenek · 16 years ago
  82. 9d72851 Rename Characteristic_t to CharacteristicKind by Chris Lattner · 16 years ago
  83. 418f6c7 Remember whether an initlist had a designator in the AST. by Chris Lattner · 16 years ago
  84. eccc53a This patch continues parser-level implementation of designators: by Chris Lattner · 16 years ago
  85. d02dae5 add a missing file to project, alphabeticalize. by Chris Lattner · 16 years ago
  86. b247578 Updated Xcode project. by Ted Kremenek · 16 years ago
  87. 9b3dc91 Update Xcode project. We still get a link error, however, because of an LLVM library that isn't being linked in for CodeGen (will fix). by Ted Kremenek · 16 years ago
  88. e117d48 Update Xcode project. by Ted Kremenek · 16 years ago
  89. c46d1a1 implement a couple fixme's by implementing __extension__ properly. by Chris Lattner · 16 years ago
  90. cff9cc9 start implementing a token rewriter. At this point, it just reads in a file by Chris Lattner · 16 years ago
  91. b13c5ee Add a new -rewrite-test option, which is basically a by Chris Lattner · 16 years ago
  92. 35f77de Update Xcode project. by Ted Kremenek · 16 years ago
  93. 9a9683b Change indentation for a couple of files in the Xcode project. by Anders Carlsson · 16 years ago
  94. 71af229 __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define by Chris Lattner · 16 years ago
  95. f30f289 alphabetize files by Chris Lattner · 16 years ago
  96. bb83ad2 Update Xcode project. by Ted Kremenek · 16 years ago
  97. 644f5fc Update Xcode project. by Ted Kremenek · 16 years ago
  98. 1c9f81b Add support for rewriting blocks... by Steve Naroff · 16 years ago
  99. 851607b Update Xcode project. by Ted Kremenek · 16 years ago
  100. d9331a4 Update Xcode project. by Ted Kremenek · 16 years ago