summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseStmtAsm.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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