1. 0b7a158 Teach DeclContext how to find the primary declaration for any TagDecl by Douglas Gregor · 15 years ago
  2. 41f2b32 Catch a foreach parse error. by Fariborz Jahanian · 15 years ago
  3. f05b152 Convert some more statement actions to smart pointers. by Sebastian Redl · 15 years ago
  4. d4bd97d Updated checker build. by Ted Kremenek · 15 years ago
  5. 9471345 ccc: Clean up (user level) error handling. by Daniel Dunbar · 15 years ago
  6. 59ddeab eliminate FullSourceLoc::getLocation() now that FullSourceLoc by Chris Lattner · 15 years ago
  7. a50bd54 Make FullSourceLoc derive from SourceLocation instead of by Chris Lattner · 15 years ago
  8. 4abb87e elimiante FullSourceLoc::getCanonicalFileID by Chris Lattner · 15 years ago
  9. 0cf7bb9 remove FullSourceLoc::isFileID by Chris Lattner · 15 years ago
  10. f3e8fcd an instantiation loc is always a file loc. by Chris Lattner · 15 years ago
  11. 8402c73 Fix PR2477 - clang misparses "//*" in C89 mode by Chris Lattner · 15 years ago
  12. 52a3e9e Make sure to escape " when it occurs in a string in pragma comment by Chris Lattner · 15 years ago
  13. a22c16d ccc: Fix thinko, add gross but effective test of translation for Darwin/X86/cc1. by Daniel Dunbar · 15 years ago
  14. 105132e ccc: Darwin/X86: gcc compatibility, only add by Daniel Dunbar · 15 years ago
  15. ebff1fe Don't ICE (issue diagnostics) when receiver is a non-objc type. by Fariborz Jahanian · 15 years ago
  16. 9c3ea76 ccc: Darwin/X86: Implement remainder of (non -Z...) generic argument by Daniel Dunbar · 15 years ago
  17. c55a240 Don't ICE on user redeclaration of objc's built-in types. by Fariborz Jahanian · 15 years ago
  18. 41c3ae1 As a performance optimization, don't bother calling MacroInfo::isIdenticalTo by Chris Lattner · 15 years ago
  19. 95d58f3 silence release-assert warning. by Chris Lattner · 15 years ago
  20. 66b947f Fix <rdar://problem/6502934>. We were creating an ImplicitCastExpr by Douglas Gregor · 15 years ago
  21. eab819b Random note so I remember how to do this :) by Chris Lattner · 15 years ago
  22. e2916d6 StringRegion::print: Remove copy/paste code and just call Stmt::printPretty() for the StringLiteral. by Ted Kremenek · 15 years ago
  23. c7d945d Make -E mode propagate #pragma comment's into the output. by Chris Lattner · 15 years ago
  24. 9a81c87 make ast-print handle random non-printable characters correctly with octal escapes. by Chris Lattner · 15 years ago
  25. 1522bc8 Changed the API yet again. by Fariborz Jahanian · 15 years ago
  26. 172e336 only notify callbacks if they exist. by Chris Lattner · 15 years ago
  27. a9d9145 Improve #pragma comment support by building the string argument and by Chris Lattner · 15 years ago
  28. bbee00b minor cleanups to StringLiteralParser: no need to pass target info by Chris Lattner · 15 years ago
  29. 9989065 Fix PR 3337 [retain/release checker]: Handle FunctionDecl's declared using typedefs. by Ted Kremenek · 15 years ago
  30. 506ae41 Part one of handling C++ functional casts. This handles semantic by Douglas Gregor · 15 years ago
  31. ab654af Used a more suitable api to get to the type of a record in code gen. by Fariborz Jahanian · 15 years ago
  32. 01beed0 Add test case for member name lookup by Douglas Gregor · 15 years ago
  33. dce5e2c Use a single function for doing vararg argument promotion. Also, make sure to do the promotion before checking the type - fixes PR3340. by Anders Carlsson · 15 years ago
  34. 636c5ef Implement basic support for parsing #pragma comment, a microsoft extension by Chris Lattner · 15 years ago
  35. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 15 years ago
  36. 88054de rename "virtual location" of a macro to "instantiation location". by Chris Lattner · 15 years ago
  37. 0c21e84 rename PP::getPhysicalCharacterAt -> PP::getSpelledCharacterAt. by Chris Lattner · 15 years ago
  38. fff745e remove obsolete comment which happened to go over 80 cols. by Chris Lattner · 15 years ago
  39. 9938d07 remove an unneeded const_cast. by Chris Lattner · 15 years ago
  40. 18376dd update for terminology change. by Chris Lattner · 15 years ago
  41. df7c17a Change some terminology in SourceLocation: instead of referring to by Chris Lattner · 15 years ago
  42. 860f6d4 Don't advance the statement iterator after we've deallocated the statement by Douglas Gregor · 15 years ago
  43. d5ed8c3 Extract code dealing with typedef declarators into a separate function. by Zhongxing Xu · 15 years ago
  44. 76f7d28 Add test for contextual conversion to bool, and enable some FIXME'd tests by Douglas Gregor · 15 years ago
  45. cb8f4f1 Extract code dealing with variable declarator into a separate function. by Zhongxing Xu · 15 years ago
  46. f479cea Attempt to unbreak Windows build. by Daniel Dunbar · 15 years ago
  47. 67303c1 postpone sizeof objc-class computatin to the clients. by Fariborz Jahanian · 15 years ago
  48. 416fcaf Extract code dealing with declarators of function type into a separate function by Zhongxing Xu · 15 years ago
  49. db751eb Implemented code gen for sizeof(objc class interface). by Fariborz Jahanian · 15 years ago
  50. 4dc6b1c Improve diagnostics for ambiguous name lookup results by Douglas Gregor · 15 years ago
  51. 7e91627 add codegen support to union casts by Nuno Lopes · 15 years ago
  52. e1deaac PTH: Fix termination condition in binary search. by Ted Kremenek · 15 years ago
  53. 13fd416 PR3330: given an enum like this: by Chris Lattner · 15 years ago
  54. 72b1b15 IdentifierInfo: by Ted Kremenek · 15 years ago
  55. f185319 Fix some unused variable, control reaches end of non-void function, by Daniel Dunbar · 15 years ago
  56. d4edfe4 Add dummy X86_64 ABIInfo implementation. by Daniel Dunbar · 15 years ago
  57. 6ed2ef8 add support for initializing static vars with a cast to union (gcc extension) by Nuno Lopes · 15 years ago
  58. eff2cd5 PR2746: Implement GCC cast to union extension by Seo Sanghyeon · 15 years ago
  59. a83fb86 Add utils/ABITest, my ABI test generation tool. by Daniel Dunbar · 15 years ago
  60. 4bb64e7 Deallocate the BasePaths structure that we allocate for LookupResult. by Douglas Gregor · 15 years ago
  61. 293b4af PTH: Embed a persistentID side-table in the PTH file that is sorted in the by Ted Kremenek · 15 years ago
  62. 7176fff Initial implementation of member name lookup by Douglas Gregor · 15 years ago
  63. 89db21f ccc: Implement support clang PTH using gcc PCH style interface. by Daniel Dunbar · 15 years ago
  64. eb11cd0 Refactor name lookup. by Douglas Gregor · 15 years ago
  65. 2253dc4 CmpDriver: Allow over-ride of drivers to compare through env variables by Daniel Dunbar · 15 years ago
  66. 3cde325 ccc: Finish main clang compiler argument translation. by Daniel Dunbar · 15 years ago
  67. ff03fbb Patch to keep clang honest that it does not yet support by Fariborz Jahanian · 15 years ago
  68. d77b251 Fix typo and spelling of -Wunused-macros. by Daniel Dunbar · 15 years ago
  69. bf985f1 Test explicit constructor by Douglas Gregor · 15 years ago
  70. 09f41cf Introduce support for C++0x explicit conversion operators (N2437) by Douglas Gregor · 15 years ago
  71. be63802 Add a FIXME. by Steve Naroff · 15 years ago
  72. 82fbac5 ccc: Darwin/Compiler: Improve gcc compat in use of -auxbase-strip. by Daniel Dunbar · 15 years ago
  73. bfcbc90 ccc: Implement argument translation for clang. by Daniel Dunbar · 15 years ago
  74. cc9f4f4 ccc: Add hello.{cpp,m} tests. - hello.cpp is XFAIL pending g++ emulation. by Daniel Dunbar · 15 years ago
  75. fb7ea27 ccc: Add -ccc-echo special option, and support pulling CCC_CLANG, by Daniel Dunbar · 15 years ago
  76. 44833db ccc: Use Clang/Compile for Objective-C files as well. by Daniel Dunbar · 15 years ago
  77. 4c92fea Fix a subtle bug in DeclContext::DestroyDecls(). by Steve Naroff · 15 years ago
  78. 33a5d61 ccc: Add dummy Clang/Compile tool and use on Darwin/X86 for C files. by Daniel Dunbar · 15 years ago
  79. fc76761 FunctionDecl::setParams() now uses the allocator associated with ASTContext to allocate the array of ParmVarDecl*'s. by Ted Kremenek · 15 years ago
  80. edd1e2a ccc: Darwin/Compile: Define __private_extern__ when building c++. by Daniel Dunbar · 15 years ago
  81. fa23c1d Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type by Fariborz Jahanian · 15 years ago
  82. 2839660 PTH: by Ted Kremenek · 15 years ago
  83. ee159c1 Permitting typedefs without a name is a Microsoft/GNU extension by Douglas Gregor · 15 years ago
  84. 7bd88aa Fix corner cases in PTH getSpelling() binary search. by Ted Kremenek · 15 years ago
  85. f02f6f0 PTH: Fix remaining cases where the spelling cache in the PTH file was being missed when it shouldn't. This shaves another 7% off PTH time for -Eonly on Cocoa.h by Ted Kremenek · 15 years ago
  86. 3bd391b ccc: Fix a test case. by Daniel Dunbar · 15 years ago
  87. 5cd9d6d use a slightly more sensible position for an array ref's "getExprLoc" by Chris Lattner · 15 years ago
  88. 25d4a8f ccc: Darwin: Implement some important general argument translations by Daniel Dunbar · 15 years ago
  89. a0fc55f Turn off some Destroy calls that are currenly causing double-destruction of ScopedDecls. We will re-enable this later, when we have time to fully solve the ownership issue. by Douglas Gregor · 15 years ago
  90. 11672ec ccc: Allow internal tool chain specific argument translation. by Daniel Dunbar · 15 years ago
  91. 5385991 Use the unqualified type for GCCs struct/union cast extension by Anders Carlsson · 15 years ago
  92. 9b9ca01 DeclContext::KindTrait was not meant to be used outside of DeclContext::CastTo (causes compilation error on MSVC). by Argyrios Kyrtzidis · 15 years ago
  93. 18a7c8c ccc: Bug fix, '-f...' should be part of the '-f' group. by Daniel Dunbar · 15 years ago
  94. ab13061 Add simple tool for comparing drivers (hardcoded to gcc and xcc) which by Daniel Dunbar · 15 years ago
  95. 841ceea ccc: Darwin/Link also runs dsymutil in one very particular situation. by Daniel Dunbar · 15 years ago
  96. ca04ce4 Print function parameters in DeclContextPrinter. by Zhongxing Xu · 15 years ago
  97. 7629053 ccc: Bug fix and gcc compatibility tweak. by Daniel Dunbar · 15 years ago
  98. 8bf90fd ccc: Add option groups. by Daniel Dunbar · 15 years ago
  99. 906fed0 Warn when someone tries to pass a variable with a non-POD type to a varargs function/method/block. by Anders Carlsson · 15 years ago
  100. 518fda1 Fix argument-passing bugs in a call to object by Douglas Gregor · 15 years ago