summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a trivial oversight with apple-kext static local destructorsJohn McCall2012-04-131-0/+22
* When we're flagging a protected scope to prevent jumps into theJohn McCall2012-04-132-0/+23
* C++11 no longer requires files to end with a newlineSeth Cantrell2012-04-132-2/+6
* Implement the missing pieces needed to support libstdc++4.7's <atomic>:Richard Smith2012-04-132-13/+127
* Warn on 64-to-32 for source value of x bits where 64 >= x > 32.David Blaikie2012-04-121-0/+4
* [analyzer] PCH deserialization optimization.Anna Zaks2012-04-122-0/+37
* [analyzer] Test case for r154451 (redefining system functions).Anna Zaks2012-04-121-0/+17
* objective-c literals: Issue warning and ignoreFariborz Jahanian2012-04-121-0/+7
* Fix some i1/i8 confusion within _Atomic(bool) in IR generation, bothDouglas Gregor2012-04-121-1/+24
* Include lambda capture init expressions in CFG.Ted Kremenek2012-04-121-0/+20
* Add -Wuninitialized test for C++11 lambdas.Ted Kremenek2012-04-121-1/+6
* Compute standard conversion sequences for conversions to atomicDouglas Gregor2012-04-121-0/+23
* objective-c numeric literal: type of boolean isFariborz Jahanian2012-04-122-1/+41
* modern objective-c translator. ifdef'out Fariborz Jahanian2012-04-121-1/+6
* Added a flag to the parser to skip method bodies.Erik Verbruggen2012-04-121-0/+45
* There's some code in the PCH reader that looks like it's needlessly complex, butNick Lewycky2012-04-124-0/+21
* Implement support for 18 of the GNU-compatible __atomic builtins.Richard Smith2012-04-124-32/+202
* Testcase for previous commit.Eric Christopher2012-04-121-0/+10
* The copy and destroy helper functions aren't prototyped, don't call themEric Christopher2012-04-121-1/+1
* Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek2012-04-121-1/+1
* modern objective-c translator. Fixes a mis-translation whenFariborz Jahanian2012-04-111-0/+18
* Add test for a construct we currently reject, constant-evaluating a load from...Eli Friedman2012-04-111-0/+4
* [analyzer] Another dynamic_cast false positive/negative.Anna Zaks2012-04-111-0/+7
* [analyzer] Better test cases for explaining where tracking types ofAnna Zaks2012-04-111-5/+35
* modern objective-c translator. Fixes a translation bug when Fariborz Jahanian2012-04-111-0/+28
* Part of PR10101: after a parse error in a declaration, try harder to find theRichard Smith2012-04-112-2/+44
* [libclang] Introduce a couple of functions to make it convenientArgyrios Kyrtzidis2012-04-112-3/+3
* [libclang] In cxloc::translateSourceRange make sure to handle locations in ma...Argyrios Kyrtzidis2012-04-111-1/+10
* 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-114-46/+47
* Make __atomic_init() (soon to be __c11_atomic_init()) work with non-scalar ty...David Chisnall2012-04-111-0/+13
* Allow c++ initialisers to initialise _Atomic fields.David Chisnall2012-04-111-0/+12
* 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-114-4/+20
* Support C++11 attributes at the start of a parameter-declaration.Richard Smith2012-04-112-0/+16
* AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix savingRichard Smith2012-04-101-0/+9
* Fix quoting to allow shell expansion to occur for shell variablesKaelyn Uhrain2012-04-101-1/+1
* modern objective-c translation: writing containerFariborz Jahanian2012-04-101-0/+48
* [analyzer] dynamic_cast: Better model cast from a reference.Anna Zaks2012-04-101-2/+10
* [libclang] For clang_getOverriddenCursors make sure to report overridden objc...Argyrios Kyrtzidis2012-04-101-0/+15
* [analyzer] Add support for C++ dynamic_cast.Anna Zaks2012-04-101-0/+185
* When we determine that an initialization sequence failed due to anDouglas Gregor2012-04-101-0/+14
* Improve the printing of __PRETTY_FUNCTION__ more provide moreDouglas Gregor2012-04-102-10/+178
* Add a query macro for C++11 N3276, decltype does not require completeDouglas Gregor2012-04-101-0/+10
* Improve diagnostics in C++11 when a non-type template argument for aDouglas Gregor2012-04-101-2/+3
* This test actually needs label names.Eric Christopher2012-04-101-1/+2
* Include the Objective-C parameter- and return-passing qualifiers whenDouglas Gregor2012-04-101-8/+16
* For debug and coverage analysis if we're not optimizing go aheadEric Christopher2012-04-102-22/+28
* Don't include the ':' following code-completion suggestions forDouglas Gregor2012-04-101-0/+9