]> granicus.if.org Git - clang/shortlog
clang
2009-04-18 Chris Lattnerreject invalid jumps among pieces of @try blocks. ...
2009-04-18 Chris Lattnerunconditionally check for goto correctness. This is...
2009-04-18 Anders CarlssonUse EmitCallArgs in EmitObjCMessageExpr.
2009-04-18 Daniel DunbarTest case would allow clang to fail.
2009-04-18 Anders CarlssonMake CodeGenFunction::EmitCallArgs a template function...
2009-04-18 Anders CarlssonAdd functions for iterating over the argument types...
2009-04-18 Chris Lattnermerge two tests.
2009-04-18 Chris Lattnerabstract the SwitchStack for blocks just like we do...
2009-04-18 Chris Lattnerfix two error paths out of ParseBlockLiteralExpression to
2009-04-18 Chris Lattnerrefactor some code, adding a new getLabelMap() accessor...
2009-04-18 Chris LattnerImprove switch diagnostic to emit the "jump" message...
2009-04-18 Chris Lattnerfirst step to getting switches giving "jump into vla...
2009-04-18 Chris Lattneradd some block goto test cases.
2009-04-18 Chris Lattnerfix error recovery in the case of a jump to a label...
2009-04-18 Chris Lattnerglibc plays some weird games with multiple different...
2009-04-18 Chris Lattnermake sure to verify that the "non pch" runs worked.
2009-04-18 Chris Lattnerimprove wording of scope violation error messages.
2009-04-18 Chris Lattnerrename test
2009-04-18 Chris Lattnermore fun with line markers: the digit string is require...
2009-04-18 Douglas GregorDon't emit name-lookup tables for functions or methods...
2009-04-18 Douglas GregorFix test to output LLVM to a temporary file, which...
2009-04-18 Chris Lattnerrewrite the goto scope checking code to be more efficie...
2009-04-18 Chris Lattneradd accessor.
2009-04-18 Daniel DunbarUse getAsPointerType instead of using getCanonicalType...
2009-04-18 Daniel DunbarFix a bug found by inspection, class/meta references...
2009-04-18 Chris Lattneradd another testcase
2009-04-18 Chris Lattnerdon't evaluate ->child_end() every time through the...
2009-04-18 Chris Lattnersplit code out into a new CheckFunctionJumpScopes routine,
2009-04-18 Chris Lattnermake scope checking be static functions instead of...
2009-04-18 Chris Lattnerfix incorrect lowering of __builtin_ia32_shufpd, rdar...
2009-04-18 Chris Lattnerrename file.
2009-04-18 Chris Lattnerdon't dump .ll file in this dir.
2009-04-18 Chris Lattner__builtin_prefetch should be declared as "void __builti...
2009-04-18 Chris Lattnerrename test
2009-04-18 Chris Lattnerfix PR3927 by being more careful about the pp test...
2009-04-18 Chris Lattnersecond half of PR3940: #line requires simple digit...
2009-04-18 Douglas GregorStore the type ID for __builtin_va_list in the PCH...
2009-04-18 Chris Lattnerthis is really just a recommendation, not a requirement.
2009-04-18 Chris Lattnerenforce requirements imposed by C90 6.8 TC1, fixing...
2009-04-18 Chris LattnerFix PR3938 by taking into account C99 6.10p4.
2009-04-18 Chris Lattnerconvert test to -verify style.
2009-04-18 Chris LattnerSubstantially restructure function-like macro argument...
2009-04-18 Douglas GregorPreliminary PCH support in the driver
2009-04-18 Douglas GregorLazy deserialization of function bodies for PCH files...
2009-04-18 Douglas GregorFunctionDecl::getBody() is getting an ASTContext argume...
2009-04-17 Chris Lattnerremove dead diagnostic.
2009-04-17 Chris LattnerFix two problems from PR3916, and one problem I noticed...
2009-04-17 Chris Lattnerimplement PR3940: #line numbers not fully checked
2009-04-17 Chris Lattner#line is allowed to have macros that expand to nothing...
2009-04-17 Douglas GregorKeep track of the number of statements/expressions...
2009-04-17 Chris Lattnerfix a crash compiling code with its own definition...
2009-04-17 Chris Lattnertweak redefinition of a typedef a bit to fix a couple...
2009-04-17 Douglas GregorFix two embarrassing PCH bugs:
2009-04-17 Devang PatelUse PresumedLoc to record line number in debug info...
2009-04-17 Daniel DunbarDon't put msgrefs in used globals (in particular, we...
2009-04-17 Devang PatelAppropriately set file name and directory name in debug...
2009-04-17 Chris Lattnerimplement a new clang-cc option -dump-build-information...
2009-04-17 Douglas GregorPCH support for inline assembly statements.
2009-04-17 Chris Lattnerrefactor htmldiags to be created up front like the...
2009-04-17 Chris Lattneradd a virtual method to DiagnosticClient to get rid...
2009-04-17 Douglas GregorPCH tests for va_arg expressions. Verified that the...
2009-04-17 Chris Lattnerfix a crash on invalid by making ActOnDeclarator create...
2009-04-17 Douglas GregorPCH support for blocks
2009-04-17 Chris Lattnerwire up comment diagnostics to -Wcomment, add it to...
2009-04-17 Douglas GregorPCH support for GNU statement expressions
2009-04-17 Douglas GregorPCH support for indirect gotos and address-of-label...
2009-04-17 Chris Lattneradjust for the new -Wvector-conversions option
2009-04-17 Chris Lattnermove a vector conversion warning to be diabled by defau...
2009-04-17 Douglas GregorPCH support for labels and goto.
2009-04-17 Steve NaroffUpdate Xcode project with some PCH related headers.
2009-04-17 Chris Lattnerfix misspelt attribute.
2009-04-17 Chris LattnerFix rdar://6800926 - crash compiling non-fragile _Bool...
2009-04-17 Chris Lattnertidy some code.
2009-04-17 Chris Lattnerclean up run lines.
2009-04-17 Chris Lattneradd basic support for building DiagnosticGroups.inc...
2009-04-17 Douglas GregorPCH support for declaration statements, and a test...
2009-04-17 Douglas GregorPCH support for return statements.
2009-04-17 Sebastian RedlImplement lvalue test for conditional expressions.
2009-04-17 Fariborz JahanianAdded -print-ivar-layout option. No change in functionality
2009-04-17 Anders CarlssonAdd support for the __has_trivial_destructor type trait.
2009-04-17 Anders CarlssonAdd support for generating (very basic) C++ destructors...
2009-04-17 Daniel DunbarSupport QA_OVERRIDE_GCC3_OPTIONS
2009-04-17 Daniel DunbarAttributes on block functions were not being set.
2009-04-17 Douglas GregorPCH support for do-while and for loops
2009-04-17 Douglas GregorPCH support for while and continue statements
2009-04-17 Mike StumpFixup semantic analysis for nested blocks, and allow...
2009-04-17 Anders CarlssonImplement basic code generation of constructor calls...
2009-04-17 Douglas GregorPCH support for the first batch of statements, includin...
2009-04-16 Anders CarlssonAdd GetAddrOfCXXConstructor and use it.
2009-04-16 Anders CarlssonAdd constructor getter to CXXTemporaryObjectExpr.
2009-04-16 Anders CarlssonIf a class has a non-trivial constructor that doesn...
2009-04-16 Chris Lattner-Wall is -Wmost -Wparentheses
2009-04-16 Daniel DunbarDriver: Allow using clang as a precompiler, even if...
2009-04-16 Douglas GregorClean up the declaration-decoding step in the PCH reade...
2009-04-16 Douglas GregorPrepare PCH reader and writer for (de-)serialization...
2009-04-16 Fariborz JahanianRemoved a no longer needed FIXME comment.
2009-04-16 Steve NaroffFix <rdar://problem/6765383> clang-6: clang does not...
2009-04-16 Fariborz JahanianCategory method synbols must be qualified by gategory...
2009-04-16 Sebastian RedlFix a crash bug when comparing overload quality of...
2009-04-16 Eli FriedmanAttempt to fix a read-after-free running test/Sema...
next