summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [libclang] If displayDiagnostics is set (when calling clang_createIndex), mak...Argyrios Kyrtzidis2012-04-111-24/+44
* [analyzer] Don't crash even when the system functions are redefined.Anna Zaks2012-04-103-7/+72
* AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix savingRichard Smith2012-04-103-23/+29
* modern objective-c translation: writing containerFariborz Jahanian2012-04-101-11/+23
* [analyzer] dynamic_cast: Better model cast from a reference.Anna Zaks2012-04-102-13/+16
* [analyzer] Add support for C++ dynamic_cast.Anna Zaks2012-04-102-5/+129
* When we determine that an initialization sequence failed due to anDouglas Gregor2012-04-101-3/+3
* Improve the printing of __PRETTY_FUNCTION__ more provide moreDouglas Gregor2012-04-101-9/+69
* Add a query macro for C++11 N3276, decltype does not require completeDouglas Gregor2012-04-101-0/+1
* Improve diagnostics in C++11 when a non-type template argument for aDouglas Gregor2012-04-101-2/+27
* Include the Objective-C parameter- and return-passing qualifiers whenDouglas Gregor2012-04-101-5/+15
* For debug and coverage analysis if we're not optimizing go aheadEric Christopher2012-04-101-1/+1
* Don't include the ':' following code-completion suggestions forDouglas Gregor2012-04-101-3/+6
* objective-c: remove IsConstProperty as it does notFariborz Jahanian2012-04-101-17/+1
* [code-complete] Introduce CodeCompletionTUInfo which will be used for cachingArgyrios Kyrtzidis2012-04-103-98/+200
* Rework implementation of null non-type template arguments based onDouglas Gregor2012-04-101-118/+154
* objective-c: add an assertion for propertyFariborz Jahanian2012-04-101-0/+5
* Fix GCC's pedantic return-type warning -- this enum is fully covered.Chandler Carruth2012-04-101-0/+1
* Don't link lib[std]c++ when -nostdlib is specified (Solaris driver).David Chisnall2012-04-101-2/+2
* Pass -march, -mcpu, -mfpu to linuxtools assembler.Evgeniy Stepanov2012-04-101-0/+4
* Express the number of ULPs in fpaccuracy metadata as a real rather than a Duncan Sands2012-04-103-10/+6
* EmitStopPoint already checks if we have debug info.Eric Christopher2012-04-101-1/+1
* Tidy.Eric Christopher2012-04-101-2/+2
* Parsing of C++11 attributes:Richard Smith2012-04-103-33/+74
* Disambiguation of '[[':Richard Smith2012-04-107-122/+280
* objective-c modern translator: rewriting specificFariborz Jahanian2012-04-101-0/+22
* Fix an annoying little bug I found while debugging another LTO issue. GoldRafael Espindola2012-04-091-6/+9
* My original patch missed the virtual-base case for destroyingJohn McCall2012-04-091-2/+3
* Fix the access check performed as part of the determination of whetherJohn McCall2012-04-092-2/+46
* objective-c: remove -fobjc-default-synthesize-properties from the driver.Fariborz Jahanian2012-04-091-2/+1
* objective-c: Remove -fno-objc-default-synthesize-propertiesFariborz Jahanian2012-04-091-3/+2
* Fixes a fix to finding the current directory:Manuel Klimek2012-04-091-1/+4
* Revert r154321, pending more discussion.David Chisnall2012-04-093-22/+0
* Fix bugs found by -Wconstant-conversion improvements currently under review.David Blaikie2012-04-094-25/+20
* Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall2012-04-093-0/+22
* Factor out ARM floating ABI determination to new routine Anton Korobeynikov2012-04-091-35/+44
* Make a modern Objective-C runtime the default target for *BSD. Don't yet cha...David Chisnall2012-04-091-0/+30
* Wire up -fpie and -fPIE to LLVM's newly added TargetOptions. No testChandler Carruth2012-04-081-0/+1
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-084-19/+56
* Don't forget to evaluate the subexpression in a null pointer cast. If we'reRichard Smith2012-04-081-0/+2
* ext_reserved_user_defined_literal must not default to Error in MicrosoftMode....Francois Pichet2012-04-071-1/+3
* MIPS: Pass -mabi option to the assmbler when compile MIPS targets.Simon Atanasyan2012-04-071-10/+14
* MIPS: Move code calculates CPU and ABI names to the separate function to reus...Simon Atanasyan2012-04-071-13/+21
* Fix several problems with protected access control:John McCall2012-04-074-52/+153
* [driver] In general, the driver claims redundant args and uses the last arg.Chad Rosier2012-04-071-0/+1
* Remove "parse error" in favor of more descriptive diagnostics.David Blaikie2012-04-062-9/+4
* Implement support for null non-type template arguments for non-typeDouglas Gregor2012-04-0611-60/+157
* modern objective-c translation: support for Fariborz Jahanian2012-04-061-7/+190
* Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that wh...Ted Kremenek2012-04-065-51/+72
* SourceManager: Vectorize ComputeLineNumbers for SSE2.Benjamin Kramer2012-04-061-2/+39