aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
AgeCommit message (Expand)Author
2009-12-23More rewriting of __block variables.Fariborz Jahanian
2009-12-23switch -Werror/-Wfatal-errors error conditions to use diagnostics insteadChris Lattner
2009-12-23Remove RewriteBlocks. It has been superseded by RewriteObjCKovarththanan Rajaratnam
2009-12-23Add support for handling initializers in RewriteObjC::RewriteByRefVar().Steve Naroff
2009-12-23Register call inliner as the last checker.Zhongxing Xu
2009-12-23Migrate the call inliner to the Checker interface.Zhongxing Xu
2009-12-23Patch to do more rewrite of __block variables.Fariborz Jahanian
2009-12-22implement -W[no-]fatal-errors, patch by Christian Adåker!Chris Lattner
2009-12-22Serialize the NoReturn bit on FunctionTypes for precompiled headersDouglas Gregor
2009-12-22Work around PR5514.Anders Carlsson
2009-12-22Template code for rewrite of __block variables - wip.Fariborz Jahanian
2009-12-21Providing support for rewriting of block copy/dispose ofFariborz Jahanian
2009-12-18Fix a few MSVC warnings.Daniel Dunbar
2009-12-18Debian has x86_64-linux-gnu, not x86_64-pc-linux-gnu, so add it.Torok Edwin
2009-12-18Move the 4.4.2 c++ include search to the top, otherwise it was picking the 4.1.3Torok Edwin
2009-12-18clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...Daniel Dunbar
2009-12-18Add -dwarf-debug-flags, which provides a way to embed the cc1 level options usedDaniel Dunbar
2009-12-18Implemented rewriting of invocation of a block ivar.Fariborz Jahanian
2009-12-16Fix -fdollars-in-identifiers Clang translation.Daniel Dunbar
2009-12-16When value-initializing a class with no user-defined constructors butDouglas Gregor
2009-12-16implement PR5654: add -fassume-sane-operator-new, which is enabled by default...Nuno Lopes
2009-12-16Expose C++ methods to GRExprEngine.Zhongxing Xu
2009-12-16Switch the C++ new expression over to InitializationSequence, ratherDouglas Gregor
2009-12-15Implement conditional block invocation rewriteFariborz Jahanian
2009-12-15Add comments.Zhongxing Xu
2009-12-15Remove displayProgress parameter.Zhongxing Xu
2009-12-15Add -resource-dir to clang -cc1, this allows the base directory for compilerDaniel Dunbar
2009-12-13Lift builtin-include-path logic out of ASTUnit::LoadFromCommandLine and fix C...Daniel Dunbar
2009-12-13CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation...Daniel Dunbar
2009-12-12Backend: Switch to using TargetOptions or TargetMachine to set some options i...Daniel Dunbar
2009-12-12Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin
2009-12-12Fix for PR4642: move work in HTMLPrinter out of the destructor.Eli Friedman
2009-12-12Implement runtime checks for undefined behavior. WIP.Mike Stump
2009-12-12We should only scan for nested blocks if we are analyzing the body of a funct...Ted Kremenek
2009-12-11Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar
2009-12-10spread 'const' love to some variables. this considerably reduces the amount o...Nuno Lopes
2009-12-09First pass at implementing C++ enum semantics: calculate (and store) anJohn McCall
2009-12-09Fix crash in DisplayFunction(). ObjCInterfaceDecls can also get passed to th...Ted Kremenek
2009-12-09Neil points out that this could be simplified, do it.Chris Lattner
2009-12-08Increase inlining threshold at -O3, to match llvm-gcc.Daniel Dunbar
2009-12-08Twinify InitHeaderSearch::AddPath and use it in C++ include path generation.Benjamin Kramer
2009-12-08Use StringRefs in InitHeaderSearch::AddDelimitedPaths.Benjamin Kramer
2009-12-08DeclRefExpr stores a ValueDecl internally.John McCall
2009-12-08Small compatibility fix for -print-decl-contexts.Eli Friedman
2009-12-08Remove several .c_str() to be forward-compatible with StringRef.Jeffrey Yasskin
2009-12-07Add clang-cc option '-analyzer-opt-analyze-nested-blocks' to treat block lite...Ted Kremenek
2009-12-07add fedora 12 include pathNuno Lopes
2009-12-07DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall
2009-12-07fix -dM with variadic macros, PR5699Chris Lattner
2009-12-07some code cleanup.Chris Lattner