summaryrefslogtreecommitdiff
path: root/test/PCH
Commit message (Expand)AuthorAgeFilesLines
* [libclang] When getting a source location from a file:line:col tripletArgyrios Kyrtzidis2011-09-191-2/+4
* Disable this test on win32. My "sleep 2" trick didn't seem to workDouglas Gregor2011-09-141-1/+2
* Refactoring, mostly to give ObjCPropertyDecls stronger invariants forJohn McCall2011-09-131-1/+1
* Switch the serialization of LangOptions over to use the .def file. WeDouglas Gregor2011-09-131-2/+2
* Treat the weak export of block runtime symbols as a deployment-targetJohn McCall2011-09-092-58/+0
* Do a lookup for the blocks runtime globals to see if they were declared,Argyrios Kyrtzidis2011-09-092-0/+58
* Add some delay between PCH creation and modifying one of the headers it depen...Douglas Gregor2011-09-081-0/+1
* Implement the Objective-C 'instancetype' type, which is an alias ofDouglas Gregor2011-09-082-2/+2
* Finish implementing (de-)serialization of the CXXDefinitionData bitsDouglas Gregor2011-09-061-0/+23
* Support importing of ObjC categories from modules.Argyrios Kyrtzidis2011-09-011-0/+51
* When writing out the entries in a lookup table for a DeclContext, makeDouglas Gregor2011-08-302-5/+12
* Eliminate the -chained-pch flag and all of the frontend and libclang options ...Douglas Gregor2011-08-259-9/+9
* Remove a bogus assertion from the AST reader, which assumed thatDouglas Gregor2011-08-251-0/+61
* Add serialization support for ClassScopeFunctionSpecializationDecl.Francois Pichet2011-08-172-0/+42
* Change the hashing function for DeclContext lookup within an AST fileDouglas Gregor2011-08-021-0/+26
* Fix an inconsistency in Sema::ConvertArgumentsForCall in thatPeter Collingbourne2011-07-291-1/+1
* Fix diagnostic when loading a PCH which has different enabled/disabled state ...Argyrios Kyrtzidis2011-07-211-2/+10
* Revamp the SourceManager to separate the representation of parsedDouglas Gregor2011-07-191-1/+1
* Make the Preprocessor more memory efficient and improve macro instantiation d...Argyrios Kyrtzidis2011-07-072-6/+29
* Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor2011-06-282-0/+25
* Automatic Reference Counting.John McCall2011-06-152-0/+29
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-0/+22
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-112-2/+2
* Start fixing up clang tests to work on the clang-native-arm-cortex-a9 builder.Eli Friedman2011-06-061-1/+1
* Revert r132426; this test passes more often than not, and we don't have a way...Eli Friedman2011-06-021-1/+0
* XFAIL the test on windows.Argyrios Kyrtzidis2011-06-011-0/+1
* [PCH] Be conservative and check all the files the PCH references to see ifArgyrios Kyrtzidis2011-06-011-0/+11
* Update our diagnostics to properly account for move operations.Sean Hunt2011-05-251-1/+1
* Implement a few basic tests for defaulted and deleted functions.Sean Hunt2011-05-131-0/+23
* Implement support for C++0x alias templates.Richard Smith2011-05-052-0/+31
* there i fixed itSean Hunt2011-05-042-11/+13
* Change test/PCH/cxx-static_assert.cpp so that it doesn't need a separate header.Argyrios Kyrtzidis2011-05-042-12/+12
* Implement a better version of delegating constructor cycle detection.Sean Hunt2011-05-042-2/+6
* Implement serialization of delegating constructors.Sean Hunt2011-05-042-0/+14
* Fixed test case asserts due to checkin of r130710.Chad Rosier2011-05-022-6/+6
* lib/Frontend/InitHeaderSearch.cpp: Tweak AddPath() to accept "/foo/bar" (not ...NAKAMURA Takumi2011-05-021-1/+1
* Add a decl update when a static data member of a class template is instantiat...Sebastian Redl2011-04-291-0/+20
* Use -emit-llvm-only as suggested by Argyrios.Sebastian Redl2011-04-291-2/+2
* Because of r130359 this test no longer fail on Windows.Francois Pichet2011-04-281-3/+0
* Fix modified-header-crash.c for read-only source treesMatt Beaumont-Gay2011-04-281-2/+3
* Disable a test that fails on windows; for some reason we don't detect that th...Argyrios Kyrtzidis2011-04-261-0/+3
* Fix a crash when ASTReader emits diagnostic when another one is in flight. Fi...Argyrios Kyrtzidis2011-04-252-0/+10
* Set the correct anonymous namespace (must be last reopening), and behave corr...Sebastian Redl2011-04-241-0/+20
* Fix adding an anonymous namespace in a chained PCH to a namespace from a prev...Sebastian Redl2011-04-241-0/+41
* Synthesizing the definition of an implicit member is an AST modification, so ...Sebastian Redl2011-04-241-0/+39
* On reading DeclContexts from PCH, check for visible updates even if the conte...Sebastian Redl2011-04-241-0/+24
* Store the full list of pending instantiations in a chained PCH. Previously we...Sebastian Redl2011-04-241-0/+33
* C1X: implement generic selectionsPeter Collingbourne2011-04-152-0/+7
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-142-0/+54
* Chained PCH: Remember when additional specializations are added to a function...Sebastian Redl2011-04-141-0/+32