summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* modern objective-c translator. Fixes a translation bug when Fariborz Jahanian2012-04-112-18/+34
* Part of PR10101: after a parse error in a declaration, try harder to find theRichard Smith2012-04-114-6/+110
* [libclang] Apparently it's important to build in C89, sigh..Argyrios Kyrtzidis2012-04-111-1/+2
* [libclang] Introduce a couple of functions to make it convenientArgyrios Kyrtzidis2012-04-117-8/+71
* [libclang] In cxloc::translateSourceRange make sure to handle locations in ma...Argyrios Kyrtzidis2012-04-112-4/+14
* Update recently-added test to use new __c11_ form of atomic builtins.Richard Smith2012-04-111-1/+1
* Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith2012-04-1110-98/+165
* Make __atomic_init() (soon to be __c11_atomic_init()) work with non-scalar ty...David Chisnall2012-04-112-4/+28
* Clean up last commit as per dgregor's comments.David Chisnall2012-04-111-7/+7
* Allow c++ initialisers to initialise _Atomic fields.David Chisnall2012-04-112-0/+19
* Add a triple to this test.Eric Christopher2012-04-111-1/+1
* Try to fix the windows buildbots by making this test a little lessEric Christopher2012-04-111-1/+1
* Enable debug info for objective c implementations that may not haveEric Christopher2012-04-117-5/+42
* Support C++11 attributes at the start of a parameter-declaration.Richard Smith2012-04-114-10/+36
* [libclang] Fix "error: conflicts with new declaration with ā€˜C’ linkage" t...Argyrios Kyrtzidis2012-04-111-21/+21
* [libclang] If displayDiagnostics is set (when calling clang_createIndex), mak...Argyrios Kyrtzidis2012-04-115-49/+109
* [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-105-51/+45
* Fix quoting to allow shell expansion to occur for shell variablesKaelyn Uhrain2012-04-101-1/+1
* modern objective-c translation: writing containerFariborz Jahanian2012-04-102-11/+71
* [analyzer] dynamic_cast: Better model cast from a reference.Anna Zaks2012-04-103-15/+26
* [libclang] For clang_getOverriddenCursors make sure to report overridden objc...Argyrios Kyrtzidis2012-04-103-16/+53
* [analyzer] Add support for C++ dynamic_cast.Anna Zaks2012-04-104-8/+326
* [analyzer] + commentsAnna Zaks2012-04-101-0/+4
* When we determine that an initialization sequence failed due to anDouglas Gregor2012-04-103-3/+29
* Improve the printing of __PRETTY_FUNCTION__ more provide moreDouglas Gregor2012-04-103-19/+247
* Add a query macro for C++11 N3276, decltype does not require completeDouglas Gregor2012-04-104-1/+21
* Improve diagnostics in C++11 when a non-type template argument for aDouglas Gregor2012-04-103-6/+32
* This test actually needs label names.Eric Christopher2012-04-101-1/+2
* Include the Objective-C parameter- and return-passing qualifiers whenDouglas Gregor2012-04-102-13/+31
* For debug and coverage analysis if we're not optimizing go aheadEric Christopher2012-04-103-23/+29
* Don't include the ':' following code-completion suggestions forDouglas Gregor2012-04-102-3/+15
* objective-c: remove IsConstProperty as it does notFariborz Jahanian2012-04-101-17/+1
* Add a target triple to test/Index/complete-synthesized.m.Argyrios Kyrtzidis2012-04-101-3/+3
* [code-complete] Introduce CodeCompletionTUInfo which will be used for cachingArgyrios Kyrtzidis2012-04-108-148/+280
* Rework implementation of null non-type template arguments based onDouglas Gregor2012-04-104-122/+165
* 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
* Fix tautological FileCheck by moving the CHECK to an extra line.Manuel Klimek2012-04-102-2/+4
* 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-102-0/+35
* Express the number of ULPs in fpaccuracy metadata as a real rather than a Duncan Sands2012-04-104-11/+7
* 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-107-43/+93
* Disambiguation of '[[':Richard Smith2012-04-1014-133/+412
* Fix the testcase :-(Rafael Espindola2012-04-101-1/+1
* objective-c modern translator: rewriting specificFariborz Jahanian2012-04-102-0/+55
* Fix an annoying little bug I found while debugging another LTO issue. GoldRafael Espindola2012-04-092-6/+15
* Remove -fobjc-default-synthesize-properties as the optionFariborz Jahanian2012-04-091-3/+3
OpenPOWER on IntegriCloud