aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-16minor cleanups to StringLiteralParser: no need to pass target infoChris Lattner
2009-01-16Fix PR 3337 [retain/release checker]: Handle FunctionDecl's declared using ty...Ted Kremenek
2009-01-16Part one of handling C++ functional casts. This handles semanticDouglas Gregor
2009-01-16Used a more suitable api to get to the type of a recordFariborz Jahanian
2009-01-16Add test case for member name lookupDouglas Gregor
2009-01-16Use a single function for doing vararg argument promotion. Also, make sure to...Anders Carlsson
2009-01-16Implement basic support for parsing #pragma comment, a microsoft extensionChris Lattner
2009-01-16more SourceLocation lexicon change: instead of referring to theChris Lattner
2009-01-16rename "virtual location" of a macro to "instantiation location".Chris Lattner
2009-01-16rename PP::getPhysicalCharacterAt -> PP::getSpelledCharacterAt.Chris Lattner
2009-01-16remove obsolete comment which happened to go over 80 cols.Chris Lattner
2009-01-16remove an unneeded const_cast.Chris Lattner
2009-01-16update for terminology change.Chris Lattner
2009-01-16Change some terminology in SourceLocation: instead of referring to Chris Lattner
2009-01-16Don't advance the statement iterator after we've deallocated the statementDouglas Gregor
2009-01-16Extract code dealing with typedef declarators into a separate function.Zhongxing Xu
2009-01-16Add test for contextual conversion to bool, and enable some FIXME'd testsDouglas Gregor
2009-01-16Extract code dealing with variable declarator into a separate function.Zhongxing Xu
2009-01-16Attempt to unbreak Windows build.Daniel Dunbar
2009-01-16postpone sizeof objc-class computatin to the clients.Fariborz Jahanian
2009-01-16Extract code dealing with declarators of function type into a separate functionZhongxing Xu
2009-01-16Implemented code gen for sizeof(objc class interface).Fariborz Jahanian
2009-01-16Improve diagnostics for ambiguous name lookup resultsDouglas Gregor
2009-01-15add codegen support to union castsNuno Lopes
2009-01-15PTH: Fix termination condition in binary search.Ted Kremenek
2009-01-15PR3330: given an enum like this:Chris Lattner
2009-01-15IdentifierInfo:Ted Kremenek
2009-01-15Fix some unused variable, control reaches end of non-void function,Daniel Dunbar
2009-01-15Add dummy X86_64 ABIInfo implementation.Daniel Dunbar
2009-01-15add support for initializing static vars with a cast to union (gcc extension)Nuno Lopes
2009-01-15PR2746: Implement GCC cast to union extensionSeo Sanghyeon
2009-01-15Add utils/ABITest, my ABI test generation tool.Daniel Dunbar
2009-01-15Deallocate the BasePaths structure that we allocate for LookupResult.Douglas Gregor
2009-01-15PTH: Embed a persistentID side-table in the PTH file that is sorted in theTed Kremenek
2009-01-15Initial implementation of member name lookupDouglas Gregor
2009-01-14ccc: Implement support clang PTH using gcc PCH style interface.Daniel Dunbar
2009-01-14Refactor name lookup.Douglas Gregor
2009-01-14CmpDriver: Allow over-ride of drivers to compare through env variablesDaniel Dunbar
2009-01-14ccc: Finish main clang compiler argument translation.Daniel Dunbar
2009-01-14Patch to keep clang honest that it does not yet supportFariborz Jahanian
2009-01-14Fix typo and spelling of -Wunused-macros.Daniel Dunbar
2009-01-14Test explicit constructorDouglas Gregor
2009-01-14Introduce support for C++0x explicit conversion operators (N2437)Douglas Gregor
2009-01-14Add a FIXME.Steve Naroff
2009-01-14ccc: Darwin/Compiler: Improve gcc compat in use of -auxbase-strip.Daniel Dunbar
2009-01-14ccc: Implement argument translation for clang.Daniel Dunbar
2009-01-14ccc: Add hello.{cpp,m} tests.Daniel Dunbar
2009-01-14ccc: Add -ccc-echo special option, and support pulling CCC_CLANG,Daniel Dunbar
2009-01-14ccc: Use Clang/Compile for Objective-C files as well.Daniel Dunbar
2009-01-14Fix a subtle bug in DeclContext::DestroyDecls().Steve Naroff