summaryrefslogtreecommitdiff
path: root/clang/test/AST/dump.cpp
AgeCommit message (Expand)Author
2023-02-03Revert unintended debug things :-(Sam McCall
2023-02-03[Tooling] Add stdlib::Symbol::all() and stdlib::Symbol::qualified_name()Sam McCall
2020-08-24[OPENMP]Fix PR47158, case 3: allow devic_typein nested declare target region.Alexey Bataev
2020-03-12[clang] Prune 'IsOMPStructuredBlock' Stmt bitRoman Lebedev
2019-11-12[OPENMP]Use copy constructors instead of assignment operators in declareAlexey Bataev
2019-05-28[OpenMP] Set pragma start loc to `#pragma` locJoel E. Denny
2019-03-20[clang][OpeMP] Model OpenMP structured-block in AST (PR40563)Roman Lebedev
2019-02-03[ASTDump] Add a flag indicating whether a CXXThisExpr is implicitBruno Ricci
2019-01-30[ASTDumper][OpenMP] CapturedDecl has a 'nothrow' bitRoman Lebedev
2018-12-10Re-order content in OMPDeclareReductionDecl dumpStephen Kelly
2018-12-06Use relative line offsets in testStephen Kelly
2018-12-06Extend OMP testStephen Kelly
2018-12-06Make test resistant to line numbers changingStephen Kelly
2018-11-30Move AST tests into their own test directory; NFC.Aaron Ballman