Age | Commit message (Expand) | Author |
2011-06-28 | Under a compiler flag, -freset-local-blocks, | Fariborz Jahanian |
2011-06-28 | Fix PR9279 - Macro expansion stack trace seriously broken with function-style... | Chris Lattner |
2011-06-27 | Improve header search for MinGW(-w64), from Ruben Van Boxem! | Douglas Gregor |
2011-06-24 | In TextDiagnosticPrinter::EmitCaretDiagnostic, don't always drop fixits if th... | Argyrios Kyrtzidis |
2011-06-24 | Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ... | Argyrios Kyrtzidis |
2011-06-23 | avoid using config.h in public headers | Dylan Noblesmith |
2011-06-22 | Copy diagnostic pragmas to the preprocessed output, from Richard Osborne! | Douglas Gregor |
2011-06-21 | Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistent | Bob Wilson |
2011-06-21 | Fix the default libc++ header search path to be sysrooted. Radar 9639692. | Bob Wilson |
2011-06-21 | IRgen: Add a -fuse-register-sized-bitfield-access option, for testing. | Daniel Dunbar |
2011-06-21 | Make more use of llvm::StringRef in various APIs. In particular, don't | Jay Foad |
2011-06-21 | Add support for -Wa,--noexecstack when building from a non-assembly file. For | Nick Lewycky |
2011-06-20 | Define __cplusplus to 201103L when in (non-GNU) C++0x mode. | Douglas Gregor |
2011-06-18 | [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi... | Argyrios Kyrtzidis |
2011-06-17 | [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h... | Argyrios Kyrtzidis |
2011-06-16 | Fix a regression introduced by r131955 which broke #include_next in subtle si... | Chris Lattner |
2011-06-16 | code cleanups, no behavior change. | Chris Lattner |
2011-06-16 | Raise the ARCMT functionality in Clang into proper FrontendActions. | Chandler Carruth |
2011-06-16 | Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5. | NAKAMURA Takumi |
2011-06-16 | Unconditionally #define the ARC ownership qualifiers, instead of #defining | John McCall |
2011-06-15 | The ARC Migration Tool. All the credit goes to Argyrios and Fariborz | John McCall |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-14 | Introduce a -cc1-level option to turn off related result type | Douglas Gregor |
2011-06-13 | Eliminate the -f[no]objc-infer-related-result-type flags; there's no | Douglas Gregor |
2011-06-11 | Implement Objective-C Related Result Type semantics. | Douglas Gregor |
2011-06-10 | __OBJC__ is also a standard predefined macro. | Nick Lewycky |
2011-06-07 | The macros defined by the language standard are still available even when the | Nick Lewycky |
2011-06-04 | Fix cmake build. | Rafael Espindola |
2011-06-04 | Remove the old implementation of -verify, which has been dead code since r88750. | Richard Smith |
2011-06-03 | Don't warn about -Wno-foo where foo is an unknown warning option. Explicitly | Matt Beaumont-Gay |
2011-06-03 | Separate out these paths a bit by architecture. There are likely other | Eric Christopher |
2011-06-03 | Add multi-arch include support for Ubuntu 11.11 with gcc 4.6.0. | Eric Christopher |
2011-06-02 | Implement -fgnu89-inline. Fixes PR10041. | Rafael Espindola |
2011-05-26 | Change the include stack of "instantiated from" notes to fall under the contr... | Richard Trieu |
2011-05-25 | A StringRef-ication of the DiagnosticIDs API and internals. | Argyrios Kyrtzidis |
2011-05-24 | Make it possible for external tools to distinguish between paths that come fr... | Nico Weber |
2011-05-21 | Fix the clang part of PR7952: rewrite the specialization of isa<> in DeclBase, | Eli Friedman |
2011-05-21 | Introduce the -fdiagnostics-format=xxx option to control how Clang | Douglas Gregor |
2011-05-19 | Add paths used by openSuSE 12.1 | David Chisnall |
2011-05-17 | Add some support for RHEL5 systems. | Eric Christopher |
2011-05-09 | Add a FIXME. | Francois Pichet |
2011-05-07 | Temporary preprocessor hack to get around the Microsoft __identifier(x) exten... | Francois Pichet |
2011-05-06 | Modify some deleted function methods to better reflect reality: | Sean Hunt |
2011-05-06 | Introduce a new libclang parsing flag, | Douglas Gregor |
2011-05-05 | Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling. | Daniel Dunbar |
2011-05-05 | Preserve the full name of the file, so that '-c -o foo.pic.o' produces | Nick Lewycky |
2011-05-05 | Change cycle detection to be based off of a warning flag. | Sean Hunt |
2011-05-04 | ASTUnit::LoadFromASTFile(): recover the resources from an ASTReader if it cra... | Ted Kremenek |
2011-05-04 | Record where the GCOV data files should be placed. | Nick Lewycky |
2011-05-04 | Add C++ include paths for libstdc++ with Ubuntu 11.04 and Debian's libstdc++6... | Axel Naumann |