summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* implement -W[no-]fatal-errors, patch by Christian Adåker!Chris Lattner2009-12-221-2/+25
* Serialize the NoReturn bit on FunctionTypes for precompiled headersDouglas Gregor2009-12-222-4/+6
* Work around PR5514.Anders Carlsson2009-12-221-1/+2
* Template code for rewrite of __block variables - wip.Fariborz Jahanian2009-12-221-0/+7
* Providing support for rewriting of block copy/dispose ofFariborz Jahanian2009-12-211-4/+11
* Fix a few MSVC warnings.Daniel Dunbar2009-12-181-4/+4
* Debian has x86_64-linux-gnu, not x86_64-pc-linux-gnu, so add it.Torok Edwin2009-12-181-0/+3
* Move the 4.4.2 c++ include search to the top, otherwise it was picking the 4.1.3Torok Edwin2009-12-181-5/+5
* clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...Daniel Dunbar2009-12-181-2/+2
* Add -dwarf-debug-flags, which provides a way to embed the cc1 level options usedDaniel Dunbar2009-12-181-0/+5
* Implemented rewriting of invocation of a block ivar.Fariborz Jahanian2009-12-181-0/+2
* Fix -fdollars-in-identifiers Clang translation.Daniel Dunbar2009-12-161-5/+4
* When value-initializing a class with no user-defined constructors butDouglas Gregor2009-12-162-0/+2
* implement PR5654: add -fassume-sane-operator-new, which is enabled by default...Nuno Lopes2009-12-161-0/+3
* Expose C++ methods to GRExprEngine.Zhongxing Xu2009-12-161-0/+14
* Switch the C++ new expression over to InitializationSequence, ratherDouglas Gregor2009-12-162-0/+2
* Implement conditional block invocation rewriteFariborz Jahanian2009-12-151-12/+28
* Add comments.Zhongxing Xu2009-12-151-1/+2
* Remove displayProgress parameter.Zhongxing Xu2009-12-151-1/+0
* Add -resource-dir to clang -cc1, this allows the base directory for compilerDaniel Dunbar2009-12-153-15/+11
* Lift builtin-include-path logic out of ASTUnit::LoadFromCommandLine and fix C...Daniel Dunbar2009-12-131-10/+7
* CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation...Daniel Dunbar2009-12-133-13/+16
* Backend: Switch to using TargetOptions or TargetMachine to set some options i...Daniel Dunbar2009-12-121-20/+40
* Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin2009-12-124-10/+10
* Fix for PR4642: move work in HTMLPrinter out of the destructor.Eli Friedman2009-12-121-2/+2
* Implement runtime checks for undefined behavior. WIP.Mike Stump2009-12-123-0/+7
* We should only scan for nested blocks if we are analyzing the body of a funct...Ted Kremenek2009-12-121-1/+1
* Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar2009-12-111-1/+1
* spread 'const' love to some variables. this considerably reduces the amount o...Nuno Lopes2009-12-101-1/+1
* First pass at implementing C++ enum semantics: calculate (and store) anJohn McCall2009-12-092-0/+2
* Fix crash in DisplayFunction(). ObjCInterfaceDecls can also get passed to th...Ted Kremenek2009-12-091-8/+5
* Neil points out that this could be simplified, do it.Chris Lattner2009-12-091-15/+9
* Increase inlining threshold at -O3, to match llvm-gcc.Daniel Dunbar2009-12-081-2/+8
* Twinify InitHeaderSearch::AddPath and use it in C++ include path generation.Benjamin Kramer2009-12-081-21/+23
* Use StringRefs in InitHeaderSearch::AddDelimitedPaths.Benjamin Kramer2009-12-081-15/+15
* DeclRefExpr stores a ValueDecl internally.John McCall2009-12-081-1/+1
* Small compatibility fix for -print-decl-contexts.Eli Friedman2009-12-081-0/+5
* Remove several .c_str() to be forward-compatible with StringRef.Jeffrey Yasskin2009-12-081-2/+2
* Add clang-cc option '-analyzer-opt-analyze-nested-blocks' to treat block lite...Ted Kremenek2009-12-072-9/+38
* add fedora 12 include pathNuno Lopes2009-12-071-19/+23
* DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall2009-12-077-23/+23
* fix -dM with variadic macros, PR5699Chris Lattner2009-12-071-8/+15
* some code cleanup.Chris Lattner2009-12-071-9/+14
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-061-44/+75
* Fix an off by one in findEndOfWord, which could scan past the end of the stri...Daniel Dunbar2009-12-061-4/+9
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-061-1/+1
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-061-2/+1
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-061-4/+11
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-061-7/+13
* Don't call back() on an empty vector.Benjamin Kramer2009-12-051-2/+1
OpenPOWER on IntegriCloud