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