summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-142-3/+59
* Don't enter cleanups for unreachable variables. It's impossible toJohn McCall2012-04-131-0/+10
* modern objective-c translator: Fixes translation ofFariborz Jahanian2012-04-132-0/+47
* modern objective-c translator: When translatingFariborz Jahanian2012-04-131-0/+23
* Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor2012-04-131-19/+0
* super and class property reference expressions don't need to beDouglas Gregor2012-04-131-0/+15
* First set of tests for ARM homogenous aggregates. C only. C++ will follow.Anton Korobeynikov2012-04-131-0/+158
* Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set ofRichard Smith2012-04-131-0/+15
* PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith2012-04-134-8/+8
* Support -Wc++98-compat-pedantic as requested:Seth Cantrell2012-04-131-0/+4
* 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