summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/typeid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor constant evaluation of typeid(T) to track a symbolic type_infoRichard Smith2019-05-171-1/+4
* Revert Refactor constant evaluation of typeid(T) to track a symbolic type_inf...Chris Bieneman2019-05-171-4/+1
* Refactor constant evaluation of typeid(T) to track a symbolic type_infoRichard Smith2019-05-171-1/+4
* Sema: Don't permit variably modified types in typeidDavid Majnemer2014-11-211-0/+6
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Improve source-location information in a C++ typeid (type) expressionDouglas Gregor2010-04-261-1/+0
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-3/+3
* Diagnose the use of incomplete types in C++ typeid expressionsDouglas Gregor2009-12-231-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Implement C++ 'typeid' parsing and sema.Sebastian Redl2008-11-111-0/+16
OpenPOWER on IntegriCloud