Age | Commit message (Expand) | Author |
2009-04-18 | first step to getting switches giving "jump into vla scope" errors. | Chris Lattner |
2009-04-18 | add some block goto test cases. | Chris Lattner |
2009-04-18 | fix error recovery in the case of a jump to a label with no definition | Chris Lattner |
2009-04-18 | glibc plays some weird games with multiple different definitions of | Chris Lattner |
2009-04-18 | make sure to verify that the "non pch" runs worked. | Chris Lattner |
2009-04-18 | improve wording of scope violation error messages. | Chris Lattner |
2009-04-18 | rename test | Chris Lattner |
2009-04-18 | more fun with line markers: the digit string is required to be interpreted | Chris Lattner |
2009-04-18 | Don't emit name-lookup tables for functions or methods in the PCH files | Douglas Gregor |
2009-04-18 | Fix test to output LLVM to a temporary file, which we grep as part of the test | Douglas Gregor |
2009-04-18 | rewrite the goto scope checking code to be more efficient, simpler, | Chris Lattner |
2009-04-18 | add accessor. | Chris Lattner |
2009-04-18 | Use getAsPointerType instead of using getCanonicalType directly. | Daniel Dunbar |
2009-04-18 | Fix a bug found by inspection, class/meta references could be emitted | Daniel Dunbar |
2009-04-18 | add another testcase | Chris Lattner |
2009-04-18 | don't evaluate ->child_end() every time through the loop, or *i frequently wi... | Chris Lattner |
2009-04-18 | split code out into a new CheckFunctionJumpScopes routine, | Chris Lattner |
2009-04-18 | make scope checking be static functions instead of sema methods. | Chris Lattner |
2009-04-18 | fix incorrect lowering of __builtin_ia32_shufpd, rdar://6803924 | Chris Lattner |
2009-04-18 | rename file. | Chris Lattner |
2009-04-18 | don't dump .ll file in this dir. | Chris Lattner |
2009-04-18 | __builtin_prefetch should be declared as "void __builtin_prefetch(const void ... | Chris Lattner |
2009-04-18 | rename test | Chris Lattner |
2009-04-18 | fix PR3927 by being more careful about the pp test for identifier. | Chris Lattner |
2009-04-18 | second half of PR3940: #line requires simple digit sequence. | Chris Lattner |
2009-04-18 | Store the type ID for __builtin_va_list in the PCH file, so that the | Douglas Gregor |
2009-04-18 | this is really just a recommendation, not a requirement. | Chris Lattner |
2009-04-18 | enforce requirements imposed by C90 6.8 TC1, fixing PR3919. | Chris Lattner |
2009-04-18 | Fix PR3938 by taking into account C99 6.10p4. | Chris Lattner |
2009-04-18 | convert test to -verify style. | Chris Lattner |
2009-04-18 | Substantially restructure function-like macro argument parsing. | Chris Lattner |
2009-04-18 | Preliminary PCH support in the driver | Douglas Gregor |
2009-04-18 | Lazy deserialization of function bodies for PCH files. For the Carbon | Douglas Gregor |
2009-04-18 | FunctionDecl::getBody() is getting an ASTContext argument for use in | Douglas Gregor |
2009-04-17 | remove dead diagnostic. | Chris Lattner |
2009-04-17 | Fix two problems from PR3916, and one problem I noticed while hacking | Chris Lattner |
2009-04-17 | implement PR3940: #line numbers not fully checked | Chris Lattner |
2009-04-17 | #line is allowed to have macros that expand to nothing after them. | Chris Lattner |
2009-04-17 | Keep track of the number of statements/expressions written to and read | Douglas Gregor |
2009-04-17 | fix a crash compiling code with its own definition of objc_assign_weak. | Chris Lattner |
2009-04-17 | tweak redefinition of a typedef a bit to fix a couple of problems: | Chris Lattner |
2009-04-17 | Fix two embarrassing PCH bugs: | Douglas Gregor |
2009-04-17 | Use PresumedLoc to record line number in debug info entries. | Devang Patel |
2009-04-17 | Don't put msgrefs in used globals (in particular, we don't want | Daniel Dunbar |
2009-04-17 | Appropriately set file name and directory name in debug info compile units. | Devang Patel |
2009-04-17 | implement a new clang-cc option -dump-build-information=filename which causes... | Chris Lattner |
2009-04-17 | PCH support for inline assembly statements. | Douglas Gregor |
2009-04-17 | refactor htmldiags to be created up front like the other diag clients. | Chris Lattner |
2009-04-17 | add a virtual method to DiagnosticClient to get rid of some fragile | Chris Lattner |
2009-04-17 | PCH tests for va_arg expressions. Verified that the blocks test does create a... | Douglas Gregor |