Age | Commit message (Expand) | Author |
2009-03-24 | Move <root>/Driver into <root>/tools/clang-cc. | Daniel Dunbar |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-23 | if the driver decides to run clang on a .s file, treat it as a .S file. | Chris Lattner |
2009-03-22 | PTHManager::Create(): | Ted Kremenek |
2009-03-21 | Frontend: Handle empty input on stdin. | Daniel Dunbar |
2009-03-20 | ccc/Driver/clang-fe: Accept -fbuiltin, and forward -f[no-]builtin to clang. | Daniel Dunbar |
2009-03-20 | InitListDesignations hasn't been used (ever). Eliminate it, and | Douglas Gregor |
2009-03-20 | fix test/Preprocessor/macro_paste_mscomment.c. | Chris Lattner |
2009-03-20 | add a new LangOptions::GNUMode bit to distinguish between GNU99 and C99 etc. | Chris Lattner |
2009-03-20 | Preserve ordering between -include and -include-pth. | Ted Kremenek |
2009-03-20 | Implement "-include-pth" in low-level driver. This allows a PTH file to be used | Ted Kremenek |
2009-03-19 | Store the name of the original file used to generate the PTH file in the PTH | Ted Kremenek |
2009-03-19 | Per Daniel's suggestion, remove default case from switch statement to make | Ted Kremenek |
2009-03-19 | Allow notes to be printed following a fatal error, then suppress any | Douglas Gregor |
2009-03-19 | Support langkind_cxx_pch when determining the language dialect. | Ted Kremenek |
2009-03-16 | Build system changes to use TableGen to generate the various | Douglas Gregor |
2009-03-16 | simplify this code by reading the decision from LangOptions instead | Chris Lattner |
2009-03-15 | Handle static_asserts when instantiating structs. | Anders Carlsson |
2009-03-15 | Convert a bunch of actions to smart pointers, and also bring PrintParserCallb... | Sebastian Redl |
2009-03-15 | Don't accept '$' in identifiers in assembler-with-cpp mode. | Daniel Dunbar |
2009-03-14 | Don't run simplify lib calls with -ffreestanding (fix for already | Daniel Dunbar |
2009-03-13 | wire up a new -fno-builtin option, make it control things like simplifylibcalls, | Chris Lattner |
2009-03-13 | Implement template instantiation for several more kinds of expressions: | Douglas Gregor |
2009-03-13 | introduce a new -fheinous-gnu-extensions flag that enables really | Chris Lattner |
2009-03-13 | implement a new -fprint-source-range-info option, which | Chris Lattner |
2009-03-12 | API fix: All "bodies" for functions, Objective-C methods, blocks, are assumed to | Ted Kremenek |
2009-03-12 | Add Diagnostic files for Frontend and move a couple errors over. | Daniel Dunbar |
2009-03-11 | gnu++0x is definitely *not* the default | Gabor Greif |
2009-03-11 | Eliminate CXXClassVarDecl. It doesn't add anything | Douglas Gregor |
2009-03-11 | Display the exploded graph before calling BugReporter.FlushReports(). The latter | Ted Kremenek |
2009-03-10 | Limit the template instantiation depth to some user-configurable value | Douglas Gregor |
2009-03-09 | move -g option down into rest of codegen section | Chris Lattner |
2009-03-09 | move debug info generation flag into CompileOptions. | Chris Lattner |
2009-03-09 | implement -Wsystem-headers, eliminating the wierd thing I added for testing. | Chris Lattner |
2009-03-07 | Fix warnings in build on clang-x86_64-freebsd buildbot. | Mike Stump |
2009-03-07 | Improve error messages on bad warning options. | Sebastian Redl |
2009-03-06 | Implement the machinery that can process TableGenerated warning options. | Sebastian Redl |
2009-03-06 | capitalize for consistency, a crash in regalloc now looks like this: | Chris Lattner |
2009-03-06 | To the user, this is just a compiler of course, duh. | Chris Lattner |
2009-03-06 | clean up the OVERVIEW line in clang --help. | Chris Lattner |
2009-03-05 | rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. | Chris Lattner |
2009-03-04 | Implemented access check for ivars accessed inside | Fariborz Jahanian |
2009-03-04 | Start making use of "pretty stack dumps" to get | Chris Lattner |
2009-03-04 | minor cleanups | Chris Lattner |
2009-03-04 | Change Parser::ParseCaseStatement to use an iterative approach to parsing | Chris Lattner |
2009-03-03 | implement support for propagating *features* down to the code generator | Chris Lattner |
2009-03-03 | Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel... | Steve Naroff |
2009-03-02 | start wiring up support for target-specific -mfoo options like -msse | Chris Lattner |
2009-03-02 | Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* | Daniel Dunbar |
2009-02-28 | Minor name change (move the ObjC prefix to a more appropriate place). | Steve Naroff |