summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseStmtAsm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable ActOnIdExpression to use delayed typo correction for non-C++ codeKaelyn Takata2014-11-211-1/+1
* Initialize MCObjectFileInfo when parsing ms-style asm.Benjamin Kramer2014-10-031-0/+2
* ms-inline-asm: Scope inline asm labels to functionsEhsan Akhgari2014-09-221-4/+18
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+2
* Update Clang for LLVM API change to use unique_ptr in SourceManager::AddNewSo...David Blaikie2014-08-211-3/+3
* clang-cl: Merge adjacent single-line __asm blocksEhsan Akhgari2014-07-251-9/+20
* Disallowing GNU-style attributes in new expressions, since they are prohibite...Aaron Ballman2014-07-221-1/+1
* Wrap a comment to 80 columns, no code change.Nico Weber2014-07-171-1/+2
* Don't get confused on the number of braces when braces start after the first ...Ehsan Akhgari2014-07-151-2/+1
* Add support for nested blocks in Microsoft inline assemblyEhsan Akhgari2014-07-061-17/+49
* Parse: Simplify construction of the clobber listDavid Majnemer2014-06-231-4/+1
* Split out inline asm parsing into ParseStmtAsm.cppAlp Toker2014-06-081-0/+732
OpenPOWER on IntegriCloud