1. c7d945d Make -E mode propagate #pragma comment's into the output. by Chris Lattner · 15 years ago
  2. 9a81c87 make ast-print handle random non-printable characters correctly with octal escapes. by Chris Lattner · 15 years ago
  3. 1522bc8 Changed the API yet again. by Fariborz Jahanian · 15 years ago
  4. 172e336 only notify callbacks if they exist. by Chris Lattner · 15 years ago
  5. a9d9145 Improve #pragma comment support by building the string argument and by Chris Lattner · 15 years ago
  6. bbee00b minor cleanups to StringLiteralParser: no need to pass target info by Chris Lattner · 15 years ago
  7. 9989065 Fix PR 3337 [retain/release checker]: Handle FunctionDecl's declared using typedefs. by Ted Kremenek · 15 years ago
  8. 506ae41 Part one of handling C++ functional casts. This handles semantic by Douglas Gregor · 15 years ago
  9. ab654af Used a more suitable api to get to the type of a record in code gen. by Fariborz Jahanian · 15 years ago
  10. 01beed0 Add test case for member name lookup by Douglas Gregor · 15 years ago
  11. 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
  12. 636c5ef Implement basic support for parsing #pragma comment, a microsoft extension by Chris Lattner · 15 years ago
  13. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 15 years ago
  14. 88054de rename "virtual location" of a macro to "instantiation location". by Chris Lattner · 15 years ago
  15. 0c21e84 rename PP::getPhysicalCharacterAt -> PP::getSpelledCharacterAt. by Chris Lattner · 15 years ago
  16. fff745e remove obsolete comment which happened to go over 80 cols. by Chris Lattner · 15 years ago
  17. 9938d07 remove an unneeded const_cast. by Chris Lattner · 15 years ago
  18. 18376dd update for terminology change. by Chris Lattner · 15 years ago
  19. df7c17a Change some terminology in SourceLocation: instead of referring to by Chris Lattner · 15 years ago
  20. 860f6d4 Don't advance the statement iterator after we've deallocated the statement by Douglas Gregor · 15 years ago
  21. d5ed8c3 Extract code dealing with typedef declarators into a separate function. by Zhongxing Xu · 15 years ago
  22. 76f7d28 Add test for contextual conversion to bool, and enable some FIXME'd tests by Douglas Gregor · 15 years ago
  23. cb8f4f1 Extract code dealing with variable declarator into a separate function. by Zhongxing Xu · 15 years ago
  24. f479cea Attempt to unbreak Windows build. by Daniel Dunbar · 15 years ago
  25. 67303c1 postpone sizeof objc-class computatin to the clients. by Fariborz Jahanian · 15 years ago
  26. 416fcaf Extract code dealing with declarators of function type into a separate function by Zhongxing Xu · 15 years ago
  27. db751eb Implemented code gen for sizeof(objc class interface). by Fariborz Jahanian · 15 years ago
  28. 4dc6b1c Improve diagnostics for ambiguous name lookup results by Douglas Gregor · 15 years ago
  29. 7e91627 add codegen support to union casts by Nuno Lopes · 15 years ago
  30. e1deaac PTH: Fix termination condition in binary search. by Ted Kremenek · 15 years ago
  31. 13fd416 PR3330: given an enum like this: by Chris Lattner · 15 years ago
  32. 72b1b15 IdentifierInfo: by Ted Kremenek · 15 years ago
  33. f185319 Fix some unused variable, control reaches end of non-void function, by Daniel Dunbar · 15 years ago
  34. d4edfe4 Add dummy X86_64 ABIInfo implementation. by Daniel Dunbar · 15 years ago
  35. 6ed2ef8 add support for initializing static vars with a cast to union (gcc extension) by Nuno Lopes · 15 years ago
  36. eff2cd5 PR2746: Implement GCC cast to union extension by Seo Sanghyeon · 15 years ago
  37. a83fb86 Add utils/ABITest, my ABI test generation tool. by Daniel Dunbar · 15 years ago
  38. 4bb64e7 Deallocate the BasePaths structure that we allocate for LookupResult. by Douglas Gregor · 15 years ago
  39. 293b4af PTH: Embed a persistentID side-table in the PTH file that is sorted in the by Ted Kremenek · 15 years ago
  40. 7176fff Initial implementation of member name lookup by Douglas Gregor · 15 years ago
  41. 89db21f ccc: Implement support clang PTH using gcc PCH style interface. by Daniel Dunbar · 15 years ago
  42. eb11cd0 Refactor name lookup. by Douglas Gregor · 15 years ago
  43. 2253dc4 CmpDriver: Allow over-ride of drivers to compare through env variables by Daniel Dunbar · 15 years ago
  44. 3cde325 ccc: Finish main clang compiler argument translation. by Daniel Dunbar · 15 years ago
  45. ff03fbb Patch to keep clang honest that it does not yet support by Fariborz Jahanian · 15 years ago
  46. d77b251 Fix typo and spelling of -Wunused-macros. by Daniel Dunbar · 15 years ago
  47. bf985f1 Test explicit constructor by Douglas Gregor · 15 years ago
  48. 09f41cf Introduce support for C++0x explicit conversion operators (N2437) by Douglas Gregor · 15 years ago
  49. be63802 Add a FIXME. by Steve Naroff · 15 years ago
  50. 82fbac5 ccc: Darwin/Compiler: Improve gcc compat in use of -auxbase-strip. by Daniel Dunbar · 15 years ago
  51. bfcbc90 ccc: Implement argument translation for clang. by Daniel Dunbar · 15 years ago
  52. cc9f4f4 ccc: Add hello.{cpp,m} tests. - hello.cpp is XFAIL pending g++ emulation. by Daniel Dunbar · 15 years ago
  53. fb7ea27 ccc: Add -ccc-echo special option, and support pulling CCC_CLANG, by Daniel Dunbar · 15 years ago
  54. 44833db ccc: Use Clang/Compile for Objective-C files as well. by Daniel Dunbar · 15 years ago
  55. 4c92fea Fix a subtle bug in DeclContext::DestroyDecls(). by Steve Naroff · 15 years ago
  56. 33a5d61 ccc: Add dummy Clang/Compile tool and use on Darwin/X86 for C files. by Daniel Dunbar · 15 years ago
  57. fc76761 FunctionDecl::setParams() now uses the allocator associated with ASTContext to allocate the array of ParmVarDecl*'s. by Ted Kremenek · 15 years ago
  58. edd1e2a ccc: Darwin/Compile: Define __private_extern__ when building c++. by Daniel Dunbar · 15 years ago
  59. fa23c1d Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type by Fariborz Jahanian · 15 years ago
  60. 2839660 PTH: by Ted Kremenek · 15 years ago
  61. ee159c1 Permitting typedefs without a name is a Microsoft/GNU extension by Douglas Gregor · 15 years ago
  62. 7bd88aa Fix corner cases in PTH getSpelling() binary search. by Ted Kremenek · 15 years ago
  63. 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
  64. 3bd391b ccc: Fix a test case. by Daniel Dunbar · 15 years ago
  65. 5cd9d6d use a slightly more sensible position for an array ref's "getExprLoc" by Chris Lattner · 15 years ago
  66. 25d4a8f ccc: Darwin: Implement some important general argument translations by Daniel Dunbar · 15 years ago
  67. 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
  68. 11672ec ccc: Allow internal tool chain specific argument translation. by Daniel Dunbar · 15 years ago
  69. 5385991 Use the unqualified type for GCCs struct/union cast extension by Anders Carlsson · 15 years ago
  70. 9b9ca01 DeclContext::KindTrait was not meant to be used outside of DeclContext::CastTo (causes compilation error on MSVC). by Argyrios Kyrtzidis · 15 years ago
  71. 18a7c8c ccc: Bug fix, '-f...' should be part of the '-f' group. by Daniel Dunbar · 15 years ago
  72. ab13061 Add simple tool for comparing drivers (hardcoded to gcc and xcc) which by Daniel Dunbar · 15 years ago
  73. 841ceea ccc: Darwin/Link also runs dsymutil in one very particular situation. by Daniel Dunbar · 15 years ago
  74. ca04ce4 Print function parameters in DeclContextPrinter. by Zhongxing Xu · 15 years ago
  75. 7629053 ccc: Bug fix and gcc compatibility tweak. by Daniel Dunbar · 15 years ago
  76. 8bf90fd ccc: Add option groups. by Daniel Dunbar · 15 years ago
  77. 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
  78. 518fda1 Fix argument-passing bugs in a call to object by Douglas Gregor · 15 years ago
  79. 11505a9 ccc: Darwin/CC1: Hardcode (for now) some -m options to match gcc. by Daniel Dunbar · 15 years ago
  80. 1f73ecb ccc: Allow host to over-ride default arch based on command line by Daniel Dunbar · 15 years ago
  81. 2a3eb0e Improve c++ methods printing in DeclContextPrinter. by Zhongxing Xu · 15 years ago
  82. 9c2a3db add a fixme. by Zhongxing Xu · 15 years ago
  83. 867c39e Improve DeclContextPrinter: print enum name. by Zhongxing Xu · 15 years ago
  84. 4998888 Bug fix, __private_extern__ globals were always introducing a definition. by Daniel Dunbar · 15 years ago
  85. 5834ed6 Add KillStruct to region store. by Zhongxing Xu · 15 years ago
  86. 1601ce4 Updated checker build. by Ted Kremenek · 15 years ago
  87. 2d75d6f Add an initial framework of a DeclContextPrinter. It can print DeclContext and by Zhongxing Xu · 15 years ago
  88. 8b4bf90 Patch to fix encoding of Enum bitfields in ObjC. by Fariborz Jahanian · 15 years ago
  89. e3a46b0 This test now passes. by Ted Kremenek · 15 years ago
  90. 93a08e6 ccc: Darwin/CC1: Be bug compatible with gcc in a corner case. by Daniel Dunbar · 15 years ago
  91. e1c2a67 static analyzer: Handle casts from arrays to integers. This fixes PR 3297. by Ted Kremenek · 15 years ago
  92. bbee1a7 Invert condition on branch (was causing RegionStore::ArrayToPointer to return 'unknown' on most cases. by Ted Kremenek · 15 years ago
  93. 88b4bf2 Add the proper restrictions on the left-hand argument of a built-in by Douglas Gregor · 15 years ago
  94. e63ef48 Make sure we don't name a constructor or destructor with a qualified by Douglas Gregor · 15 years ago
  95. 35c3329 Patch to implement code gen for aggrgate-valued property used by Fariborz Jahanian · 15 years ago
  96. 482b77d Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr Rak by Douglas Gregor · 15 years ago
  97. 3f20a68 Update C++ status and add a few more tests of overloading for member function calls by Douglas Gregor · 15 years ago
  98. 0fdea46 Fix test case (incomplete "expected-warning" line) by Ted Kremenek · 15 years ago
  99. d30ef87 Patch by Roman Divacky: by Ted Kremenek · 15 years ago
  100. ee49d04 Fix crasher due to use-after-release: DeclContext now owns all ObjCMethodDecls, and shouldn't be released elsewhere. by Ted Kremenek · 15 years ago